Bitcoin Forum
May 01, 2024, 04:02:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) on: April 16, 2020, 10:41:56 PM
Quote

Your config file allocates 2 threads to RandomX mining; was that intentional? Considering in-wallet mining is not efficient for RandomX, I would not allocate any threads to heat mining at all (i.e., use that power towards PODC instead)

In any case, you do not have to run multiple copies of the wallet for PODC mining - it actually complicates the matters. You do not even have to keep a single wallet open 7/24 - all you need is a stake-confirming transmission made once a day. You can do that by firing up the wallet, letting it sync, then manually perform "sendgscc wcg" in the console, and shut down the wallet.

You need to make sure your stake (collateral) matching or exceeding the required coin-age for your RAC is present in your CPK address.

Could you please check:

1. Stake requirement met in the CPK address
2. GSC transmissions made from your wallet in the last 8 days

I didn't realize in-wallet mining was changed by the upgrade. I will remove the first 3 lines of the config file and close the 2nd wallet.

GSC transmissions are being made every day. And staking appears to be okay. Thanks.

"Command": "rac",
  "cpid": "98aa5f48d10bc60bfdffdf6ceb462ccc",
  "CPK": "BQ5epKDHsp9AWjVgRYd9ZysQa7g75ve539",
  "wcg_teamid": 35006,
  "next_podc_gsc_transmission": 189112,
  "team_name": "BIBLEPAY",
  "researcher_nickname": "Obyte_ff994687",
  "researcher_country": "UNITED STATES",
  "total_wcg_boinc_credit": 89785.07000000001,
  "total_wcg_points": 628495.49,
  "external_purse_total_coin_age": 45047.68351851851,
  "coin_age_percent_required": 0.5743494953170396,
  "coin_age_required": 25422.63745887765,
  "wcg_id": 1099367,
  "rac": 2446.984588



 
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) on: April 16, 2020, 05:00:30 PM
Two more questions Smiley I am running 2 Win10 machines without GPU's. Each machine has installed the BBP wallet and the BOINC client. I am receiving regular PODC rewards but several days ago both wallets stopped mining (0% CPU activity and no rewards in 8 days). Here is the config file for the 1st machine:

addnode=explorer.biblepay.org

genproclimit=2

gen=1

externalpurse=BQ5epKDHsp9AWjVgRYd9ZysQa7g75ve539

externalprivkeyBQ5epKDH=[my_private_key]

externalpubkeyBQ5epKDH=BQ5epKDHsp9AWjVgRYd9ZysQa7g75ve539


1. Is the config file okay?

2. Should the config file for the wallet on the 2nd machine be identical (for PODC purposes) or reflect the CPK of that wallet?

Thanks!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) on: April 04, 2020, 07:37:35 PM

Quote

Sorry, what is the function of command "sendgscc wcg"?

This command manually creates the transaction that normally is done by your wallet.



Strangely, I see a PoDC payment from 4/2 but not wcg tx sent for like a week.

I wonder if you are on a fork and need to perform an erasechain?
https://whitewalr.us/2019/biblepay-erasechain-not-reindex.html

If you type getblock 186571 and your hash is d519e4f3308546fcecb913afdace3cc6f773fd75d0a592a59e43a48a444fc403  then you don't need to do the erasechain.

If the block hash is different, perform the erasechain and resync the chain.



Here is what I get (edited for brevity):


getblock 186571


{
  "hash": "d519e4f3308546fcecb913afdace3cc6f773fd75d0a592a59e43a48a444fc403",
  "confirmations": 1,
  "size": 810,
  "height": 186571,
  "version": 1342177296,
  "versionHex": "50000010",
  "merkleroot": "daedfa45135c99e1c424f1fcea572fe22d437c77acf5db6c2a079444238b7c94",
  "tx": [
    "777d1000be6da727c5af3e6246436044d8d3798ecaf6a43f29ec3c89797beb52",
    "4c905f518e5e0446d62d7921965861956968f29b2bd7d6061bfb8f0e7d1ed890"
 





Quote

Sorry, what is the function of command "sendgscc wcg"?

This command manually creates the transaction that normally is done by your wallet.



Strangely, I see a PoDC payment from 4/2 but not wcg tx sent for like a week.

I wonder if you are on a fork and need to perform an erasechain?
https://whitewalr.us/2019/biblepay-erasechain-not-reindex.html

If you type getblock 186571 and your hash is d519e4f3308546fcecb913afdace3cc6f773fd75d0a592a59e43a48a444fc403  then you don't need to do the erasechain.

If the block hash is different, perform the erasechain and resync the chain.



Sorry for all of the posts and thanks for all of the help. Looks like I solved the problem with 'exec createpurse help'.

Here is what I get (edited for brevity):


getblock 186571


{
  "hash": "d519e4f3308546fcecb913afdace3cc6f773fd75d0a592a59e43a48a444fc403",
  "confirmations": 1,
  "size": 810,
  "height": 186571,
  "version": 1342177296,
  "versionHex": "50000010",
  "merkleroot": "daedfa45135c99e1c424f1fcea572fe22d437c77acf5db6c2a079444238b7c94",
  "tx": [
    "777d1000be6da727c5af3e6246436044d8d3798ecaf6a43f29ec3c89797beb52",
    "4c905f518e5e0446d62d7921965861956968f29b2bd7d6061bfb8f0e7d1ed8
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) on: April 04, 2020, 07:09:10 PM

When I updated the wallet, I replaced wallet.dat in the new BiblePay folder with wallet.dat from the old BiblepayEvolution folder. If wallet.dat was missing, would my correct balance show on the Overview tab and with the command 'listaddressbalances'?

Also I am not sure why I am not listed on the Leaderboard. Boinc is running fine and my contribution history is shown on the WCG website. Maybe I should back up wallet.dat, uninstall the wallet and start from scratch?

What happens, when you manually do "sendgscc wcg"? Some days ago I had the same problem and with this I got the following:
Quote
"Error!": "Sorry, you must set up an external purse to send GSC transmissions.  Please type 'exec createpurse help'."
Not sure why this happened, since I haven't changed anything for weeks and it always worked just fine. Anyway, unlocking the wallet and then performing "exec createpurse help" solved it and I'm now in the leaderboard again.

Sorry, what is the function of command "sendgscc wcg"?




Quote

Aha, I see the problem, I was looking in the wrong area.
First,
"When I updated the wallet, I replaced wallet.dat in the new BiblePay folder with wallet.dat from the old BiblepayEvolution folder. If wallet.dat was missing, would my correct balance show on the Overview tab and with the command 'listaddressbalances'?

Also I am not sure why I am not listed on the Leaderboard. Boinc is running fine and my contribution history is shown on the WCG website. Maybe I should back up wallet.dat, uninstall the wallet and start from scratch?
"

->  Since you moved the wallet.dat, all your balances should be fine.  I see in your listaddressbalances, you have the credits, so yes, everything moved, afaik.

->  Looking at our datalist associations (exec associate etc), I can see your BQ5 is definitely associated with your cpid  98aa.  So, no you wont have to start over from scratch.  Its just a matter of ensuring your BQ5 is funded, but I see you do have the balance of 26K in there, so that is not the problem.

That leads us only to one final thing, why is exec rac showing zero coin age, but yet you funded your CPK?

The problem I believe is your biblepay.conf file, could you please go back to your old bbp config file and extract the contents that have your Christian public key public and private rows, and paste them in your biblepay.conf in the ~/.biblepay location?

Then if you do that and restart the wallet, then do the exec rac, you should see your rac then.  The primary issue is the wallet does not have access to the external purse anymore.

If you dont have access to those (conf keys) anymore, I can tell you how to recreate that data with commands.



Ok, I added the additional 3 lines from the old .conf file to the new one. Exec rac still shows no coins but maybe it takes some time?

Also, should the first line be 'addnode=explorer.biblepay.org' or 'addnode=node.biblepay.org'?

Lastly, does it matter if the coins have been bankrolled?

Thank you.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) on: April 04, 2020, 06:46:50 PM
Quote

Is it just your CPK balance that is zero, or your entire wallet missing?

In this 1507 update we moved the wallet.dat location (the whole datadir moved) to ~/.biblepay.

Please ensure your wallet.dat has been moved there too?

Also please ensure you are synced to the top per the explorer.biblepay.org or the chainz explorer.

On a side note Togo, I have found out since explorer.biblepay.org shows tx's on sidechains and main chains, I usually suggest chainz, so know that there is no offense against your explorer, just the problem that people get confused if they click on a side chain tx.




When I updated the wallet, I replaced wallet.dat in the new BiblePay folder with wallet.dat from the old BiblepayEvolution folder. If wallet.dat was missing, would my correct balance show on the Overview tab and with the command 'listaddressbalances'?

Also I am not sure why I am not listed on the Leaderboard. Boinc is running fine and my contribution history is shown on the WCG website. Maybe I should back up wallet.dat, uninstall the wallet and start from scratch?

6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes) on: April 04, 2020, 05:05:49 PM
I have not been getting regular PODC rewards since updating my wallets. Any idea why my external purse coinage shows 0?


13:00:58

{
  "Command": "rac",
  "cpid": "98aa5f48d10bc60bfdffdf6ceb462ccc",
  "CPK": "BQ5epKDHsp9AWjVgRYd9ZysQa7g75ve539",
  "wcg_teamid": 35006,
  "next_podc_gsc_transmission": 186652,
  "team_name": "BIBLEPAY",
  "researcher_nickname": "Obyte_ff994687",
  "researcher_country": "UNITED STATES",
  "total_wcg_boinc_credit": 61097.4,
  "total_wcg_points": 427681.8,
  "external_purse_total_coin_age": 0,
  "coin_age_percent_required": 0,
  "NOTE!": "Coins must have a maturity of at least 5 confirms for your coin*age to count.  (See current depth in coin control).",
  "WARNING!": "The core wallet requires staking collateral to be stored in your Christian-Public-Key (External Purse) to be available for GSC transmissions.  You currently do not have enough coin age in your external purse.  This means your PODC reward will be reduced to a commensurate amount of RAC.  Please read our PODC 2.0 guide about sending bankroll notes to yourself.  ",
  "coin_age_required": 28474.47218131457,
  "wcg_id": 1099367,
  "rac": 2669.95764
}


13:01:30

listaddressbalances


13:01:30

{
  "B7Ga8pfvNLmeS6BwkCY1uYWCj3fb8LAtxz": 0.01754955,
  "B7QGPdCmBFniaV8sohFvmRaBbYPgxwHhVf": 0.00000000,
  "B852TcJ4DnzcS6EJg9zHsCScNisWm6fYxf": 0.00000000,
  "B9Hkza6VgyGRh6fpQ1EyLFvG7hTrwtmTmi": 0.00950347,
  "B9nXEvo7Hdb96q4RLUogjtFNhLVLkci2JM": 0.00000000,
  "BCfqAoW5DhpSYFaP6bL3q3eRHqN8r2Gd3h": 0.00000000,
  "BDSnLrLTAHjxos2F7F6RbmiG5vcq76PSLF": 0.00000000,
  "BDqhUsj6pZLdra2DaG6gdrb36U96ij159t": 34.44813508,
  "BEzzGb6FsCaDp7YUwvNo7yaK8f41fqXana": 0.00000000,
  "BGGxhRRwiDTNuxcxkZkeJKWqCTo7Xrz1zS": 0.00000000,
  "BGYHPT52sZWeXLdmVePMWmhbKFj72Dh9iF": 0.03543247,
  "BLCPXfWwSixiEBXR2vs4XxeBjjoTbLAWu8": 0.00000000,
  "BMtFghm1wgUz6ehL9b5M286WxF89TJ5w79": 0.00000000,
  "BN37gCjp9iwESLsyTp9DLNdpLoBhSKb2TQ": 0.00000000,
  "BQ5epKDHsp9AWjVgRYd9ZysQa7g75ve539": 26523.01000000,
  "BQCqLyKTVyHzNffTpJJE9E6SddzGcCTRPc": 0.00000000,
  "BQnr5FA1AYxjVCdVKoYcb1dREiANHU5CRh": 0.00000000,
  "BQsTGaDD8o5MrGX5nBgeTS4znu3yYE2jHj": 583.76888484,
  "BRUaZTp395g3CCmNdJttR7um5aCQbudaXs": 0.00000000
}
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | POBH CPU | Sanctuaries (Masternodes) on: April 01, 2020, 06:35:57 PM

Followed instructions but things are even worse. I've lost over half of my coins since updating 2 machines to 1.5.0.7. I assume I made a mistake during the updates.

That sure sounds like you were on a fork chain by using the older wallet. So the coins you "lost" were probably never legit in the first place, but mined on the fork chain and therefore invalid.

Now that you are synced with the chain you shoud be seeing the correct amount of coins. For a more detailled view you can use the command "listaddressbalances 0.1".

I understand. Thank you.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | POBH CPU | Sanctuaries (Masternodes) on: April 01, 2020, 05:56:53 PM
Can someone help with this? I sent 15K BBP from one of my wallets to another of my wallets although it still doesn't show in my balance. I've already tried rebuilding index and recovering transactions.

Status: 420 confirmations, broadcast through 5 nodes
Date: 3/30/2020 07:10
To: CHRISTIAN-PUBLIC-KEY BQ5epKDHsp9AWjVgRYd9ZysQa7g75ve539
Debit: -15 000.00000000 BBP
Transaction fee: -0.02426000 BBP
Net amount: -15 000.02426000 BBP
Transaction ID: c919456bc82533223f9fbd69faad7ec10a843b452728fef73c01760d540d62e4
Output index: 1
Transaction total size: 2421 bytes

Height: 185664
Difficulty: 407.61
Time: 03-30-2020 11:11:18
Subsidy: 2465.3103

Debit: -2470.88706146 BBP
Debit: -2465.67399277 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -59.12097960 BBP
Debit: -2459.09373998 BBP
Debit: -2449.28666212 BBP
Debit: -397.98852000 BBP
Debit: -2443.32875206 BBP
Credit: 23.23002209 BBP
To: BMed52y8gjfKXoNcnJgsiHTtwxe5LnvoK6 23.0000 BBP

I can help; so looking at the transactionid (getrawtransaction txid 1), it shows it never made it on the network so it is probably on an old side chain or something.

So first, on the sending machine, please ensure its running 1.5.0.7 (getinfo).  Then ensure its synced to our chainz explorer:
https://chainz.cryptoid.info/bbp/
Once you know its on the best height, restart it with "-zapwallettxes=1".  That will remove the sent BBP you sent and free up the balance again.

Then you can re-send it on the main chain and it should go.



Followed instructions but things are even worse. I've lost over half of my coins since updating 2 machines to 1.5.0.7. I assume I made a mistake during the updates.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | POBH CPU | Sanctuaries (Masternodes) on: April 01, 2020, 11:38:15 AM
Can someone help with this? I sent 15K BBP from one of my wallets to another of my wallets although it still doesn't show in my balance. I've already tried rebuilding index and recovering transactions.

Status: 420 confirmations, broadcast through 5 nodes
Date: 3/30/2020 07:10
To: CHRISTIAN-PUBLIC-KEY BQ5epKDHsp9AWjVgRYd9ZysQa7g75ve539
Debit: -15 000.00000000 BBP
Transaction fee: -0.02426000 BBP
Net amount: -15 000.02426000 BBP
Transaction ID: c919456bc82533223f9fbd69faad7ec10a843b452728fef73c01760d540d62e4
Output index: 1
Transaction total size: 2421 bytes

Height: 185664
Difficulty: 407.61
Time: 03-30-2020 11:11:18
Subsidy: 2465.3103

Debit: -2470.88706146 BBP
Debit: -2465.67399277 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -227.78745741 BBP
Debit: -59.12097960 BBP
Debit: -2459.09373998 BBP
Debit: -2449.28666212 BBP
Debit: -397.98852000 BBP
Debit: -2443.32875206 BBP
Credit: 23.23002209 BBP
To: BMed52y8gjfKXoNcnJgsiHTtwxe5LnvoK6 23.0000 BBP
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | POBH CPU | Sanctuaries (Masternodes) on: March 30, 2020, 02:01:08 AM

(deleted by author - problems solved I think)
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay | 10% to Orphan-Charity | POBH CPU | Sanctuaries (Masternodes) on: March 28, 2020, 06:06:27 PM
I receive PC notifications for incoming rewards although some of them are never credited to my wallet. Both solo wallet mining and Boinc. Any thoughts?

12  Alternate cryptocurrencies / Bounties (Altcoins) / Re: 🚀🎨💰🎨🚀[AIRDROP] BRAIN SPACE - TALENTS PROMOTION, IP PROTECTION💸💸💸 on: February 10, 2019, 01:04:15 PM
 #Proof of Participation:
Bitcointalk username: emptyrunway
Bitcointalk profile: https://bitcointalk.org/index.php?action=profile;u=1351907
Telegram Username: emptyrunway
Twitter Link: https://twitter.com/BCairdrop
Facebook Link : https://www.facebook.com/emptyrunway
ERC20 wallet address: 0xEd1628Cb94E68879c40a18A529754368068db2D0
13  Alternate cryptocurrencies / Tokens (Altcoins) / Re: ✅[ANN][ICO] ✅⚡✅⚡PingPaid - RENT|REMIT|SELL|TRANSFER QR TECHNOLOGY ✅✅✅⚡⚡⚡ on: June 30, 2018, 09:28:17 AM
#Proof of work
PingPaid username: emptyrunway
Telegram username: @emptyrunway
Twitter username: @emptyrunway
14  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [AIRDROP][ICO] DEPOSITORY NETWORK - 💰15 MILLION DEPO TOKENS Up for Grab 💰 on: June 23, 2018, 05:18:15 AM
#proof of authentication
Telegram username @emptyrunway
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HLM] HELIUM - PRE NOTICE on: April 21, 2018, 08:47:11 PM
Updates and much info on their telegram channel Smiley
16  Alternate cryptocurrencies / Altcoin Discussion / Re: Helbiz Coin, legit or Scam? on: April 18, 2018, 01:53:36 PM
From CEO of Skrill/Neteller:

"Skrill is simultaneously working closely with the exchanges globally that are going to trade HELBIZ starting from the 26th of April and — more importantly — we plan to incentivize those token buyers interested in HELBIZ”
17  Alternate cryptocurrencies / Bounties (Altcoins) / Re: (AIRDROP PREMIUM) CryptoGlobal Decentralised P2P Exchange - FINISHED SUCCESSFULL on: March 04, 2018, 09:26:22 PM
Twitter: https://twitter.com/emptyrunway/status/970409708845707265

Facebook: https://www.facebook.com/profile.php?id=100003998427894

Email: bdavis69@gmail.com
18  Alternate cryptocurrencies / Bounties (Altcoins) / Re: 📌 [AIRDROP]🚀 🚀 🚀 DAFZO.IO 🚀 🚀 🚀 AIRDROP HAS NO LIMIT !!! on: February 20, 2018, 07:18:45 AM
#Proof of ownership :
 - @emptyrunway
 - https://www.facebook.com/profile.php?id=100003998427894
 - twitter.com/emptyrunway
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AIRDROP - Omnitude on: February 19, 2018, 07:21:59 PM
Joined.

0xEd1628Cb94E68879c40a18A529754368068db2D0
20  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [Airdrop] [ NEW ] ELLCRYS AIRDROP /// AIRDROP LIMIT 2000 /// JOIN NOW!!! on: February 18, 2018, 05:03:08 PM
#Proof of Ownership

 - @emptyrunway
 - bdavis69@gmail.com
 - twitter.com/emptyrunway
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!