Bonzi777
Newbie
Offline
Activity: 10
Merit: 0
|
|
March 18, 2018, 02:27:42 AM |
|
Hi all, I'm trying to mine with the Windows 64 v1.1.1.1 and when I type in the getmininginfo command I see: getmininginfo
"blocks": 35107, "currentblocksize": 1000, "currentblocktx": 0, "difficulty_podc": 510.8552156607989, "difficulty_pow": 962.0699146710707, "difficulty": 510.8552156607989, "errors": "", "genproclimit": 1, "networkhashps": 119894.9624228217, "hashps": 134.0263953402639, "minerstarttime": "03-18-2018 01:56:20", "hashcounter": 9089, "pooledtx": 0, "testnet": false, "chain": "main", "biblepay-generate": true, "poolinfo1": "", "poolinfo2": "", "poolinfo3": "", "miningpulse": 12, "poolmining": false, "pool_url": "", "poolmining_use_ssl": false
Should I be concerned about the values in: "poolinfo1": "", "poolinfo2": "", "poolinfo3": "", or "poolmining": false, "pool_url": "", "poolmining_use_ssl": false
The getpoolinfo command shows: "state": "IDLE", "mixing_mode": "normal", "queue": 1, "entries": 0, "status": "PrivateSend is idle.", "keys_left": 1004, "warnings": ""
I do have pool mining turned on in the biblepay.conf file: addnode=node.biblepay.org genproclimit=1 poolport=80 pool=https://pool.biblepay.org workerid=BonziC1 gen=1 Thanks in advance for the help. -Chris I dont see you hitting the pool; please change poolport=443 Then restart, other than that it looks good. I made the changes, but it still gives me Poolmining=false. Here are the outputs: getpoolinfo
{ "state": "IDLE", "mixing_mode": "normal", "queue": 0, "entries": 0, "status": "PrivateSend is idle.", "keys_left": 1004, "warnings": "" }
getmininginfo  { "blocks": 35110, "currentblocksize": 1000, "currentblocktx": 0, "difficulty_podc": 510.8552156607989, "difficulty_pow": 580.9900784374837, "difficulty": 510.8552156607989, "errors": "", "genproclimit": 1, "networkhashps": 115079.8088358257, "hashps": 139.3334117785492, "minerstarttime": "03-18-2018 02:20:51", "hashcounter": 9473, "pooledtx": 1, "testnet": false, "chain": "main", "biblepay-generate": true, "poolinfo1": "", "poolinfo2": "", "poolinfo3": "", "miningpulse": 12, "poolmining": false, "pool_url": "", "poolmining_use_ssl": false }
The biblepay.conf is now: addnode=node.biblepay.org genproclimit=1 poolport=443 pool=https://pool.biblepay.org workerid=BonziC1 gen=1
Did I do something incorrect?
|
|
|
|
svirusxxx2
Jr. Member
Offline
Activity: 89
Merit: 7
|
|
March 18, 2018, 02:45:36 AM |
|
hmm... I have one payout from PODC. I'ts really working ?  { "Command": "getboincinfo", "CPID": "16da1eaf50e5db0a0c7ed7a1aaf8586b", "Address": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "CPIDS": "16da1eaf50e5db0a0c7ed7a1aaf8586b;", "CPID-Age (hours)": 422593, "NextSuperblockHeight": 35260, "NextSuperblockBudget": 1197260, "16da1eaf50e5db0a0c7ed7a1aaf8586b_ADDRESS": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "16da1eaf50e5db0a0c7ed7a1aaf8586b_RAC": 8900.58, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TEAM": 15044, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TaskWeight": 0, "16da1eaf50e5db0a0c7ed7a1aaf8586b_UTXOWeight": 0, "Total_RAC": 8900.58, "Total Payments (One Day)": 0, "Total Payments (One Week)": 4984, "Total Budget (One Day)": 2660579, "Total Budget (One Week)": 15963474, "Superblock Count (One Week)": 7, "Superblock Hit Count (One Week)": 7, "Superblock List": "35055,34850,34645,34440,34235,34030,33825", "Last Superblock Height": 35055, "Last Superblock Budget": 2660579, "Last Superblock Payment": 0, "Magnitude (One-Day)": 0, "Magnitude (One-Week)": 0.3122127426649112 }
Your UTXO weight must be > 0 for payouts. ok... after last podc payout I send podcupdate and aftter this have UTXO > 0 but before last superblock my UTXO from getboincinfo was 0 so I don't understand this.
|
Biblepay masternodes status and monitoring (https://biblepay.eu/)
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
March 18, 2018, 03:14:34 AM |
|
Hi all, I'm trying to mine with the Windows 64 v1.1.1.1 and when I type in the getmininginfo command I see: getmininginfo
"blocks": 35107, "currentblocksize": 1000, "currentblocktx": 0, "difficulty_podc": 510.8552156607989, "difficulty_pow": 962.0699146710707, "difficulty": 510.8552156607989, "errors": "", "genproclimit": 1, "networkhashps": 119894.9624228217, "hashps": 134.0263953402639, "minerstarttime": "03-18-2018 01:56:20", "hashcounter": 9089, "pooledtx": 0, "testnet": false, "chain": "main", "biblepay-generate": true, "poolinfo1": "", "poolinfo2": "", "poolinfo3": "", "miningpulse": 12, "poolmining": false, "pool_url": "", "poolmining_use_ssl": false
Should I be concerned about the values in: "poolinfo1": "", "poolinfo2": "", "poolinfo3": "", or "poolmining": false, "pool_url": "", "poolmining_use_ssl": false
The getpoolinfo command shows: "state": "IDLE", "mixing_mode": "normal", "queue": 1, "entries": 0, "status": "PrivateSend is idle.", "keys_left": 1004, "warnings": ""
I do have pool mining turned on in the biblepay.conf file: addnode=node.biblepay.org genproclimit=1 poolport=80 pool=https://pool.biblepay.org workerid=BonziC1 gen=1 Thanks in advance for the help. -Chris I dont see you hitting the pool; please change poolport=443 Then restart, other than that it looks good. I made the changes, but it still gives me Poolmining=false. Here are the outputs: getpoolinfo
{ "state": "IDLE", "mixing_mode": "normal", "queue": 0, "entries": 0, "status": "PrivateSend is idle.", "keys_left": 1004, "warnings": "" }
getmininginfo  { "blocks": 35110, "currentblocksize": 1000, "currentblocktx": 0, "difficulty_podc": 510.8552156607989, "difficulty_pow": 580.9900784374837, "difficulty": 510.8552156607989, "errors": "", "genproclimit": 1, "networkhashps": 115079.8088358257, "hashps": 139.3334117785492, "minerstarttime": "03-18-2018 02:20:51", "hashcounter": 9473, "pooledtx": 1, "testnet": false, "chain": "main", "biblepay-generate": true, "poolinfo1": "", "poolinfo2": "", "poolinfo3": "", "miningpulse": 12, "poolmining": false, "pool_url": "", "poolmining_use_ssl": false }
The biblepay.conf is now: addnode=node.biblepay.org genproclimit=1 poolport=443 pool=https://pool.biblepay.org workerid=BonziC1 gen=1
Did I do something incorrect? I dont think its using your biblepay.conf file. Try changing genproclimit=5 and ensure getmininginfo reflects the changes. Try to open explorer and navigate to : %appdata%\biblepaycore Delete the debug.log and restart, and verify the system is writing to that debug.log. If its not, you may have to unblock the download and install and run it as admin. Checking the pool, no you are not hitting the pool. By the way, the 'getpoolinfo' command is not related to mining, so do not worry about it. You should see the poolmining=true however in getmininginfo.
|
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
March 18, 2018, 03:15:42 AM |
|
hmm... I have one payout from PODC. I'ts really working ?  { "Command": "getboincinfo", "CPID": "16da1eaf50e5db0a0c7ed7a1aaf8586b", "Address": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "CPIDS": "16da1eaf50e5db0a0c7ed7a1aaf8586b;", "CPID-Age (hours)": 422593, "NextSuperblockHeight": 35260, "NextSuperblockBudget": 1197260, "16da1eaf50e5db0a0c7ed7a1aaf8586b_ADDRESS": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "16da1eaf50e5db0a0c7ed7a1aaf8586b_RAC": 8900.58, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TEAM": 15044, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TaskWeight": 0, "16da1eaf50e5db0a0c7ed7a1aaf8586b_UTXOWeight": 0, "Total_RAC": 8900.58, "Total Payments (One Day)": 0, "Total Payments (One Week)": 4984, "Total Budget (One Day)": 2660579, "Total Budget (One Week)": 15963474, "Superblock Count (One Week)": 7, "Superblock Hit Count (One Week)": 7, "Superblock List": "35055,34850,34645,34440,34235,34030,33825", "Last Superblock Height": 35055, "Last Superblock Budget": 2660579, "Last Superblock Payment": 0, "Magnitude (One-Day)": 0, "Magnitude (One-Week)": 0.3122127426649112 }
Your UTXO weight must be > 0 for payouts. ok... after last podc payout I send podcupdate and aftter this have UTXO > 0 but before last superblock my UTXO from getboincinfo was 0 so I don't understand this. You must leave your controller wallet on 24-7, and send PODCupdates out on a regular basis to receive constant rewards.
|
|
|
|
seasonw
|
|
March 18, 2018, 03:38:58 AM |
|
After 24 hours, I run "exec getboincinfo", and I have RAC but Magnitude = 0. And I also did not get pay, any clue?
If you search for your cpid in the pool, it might show the reason in the superblock report. What is the cpid? cpid = 489d1debae371959133921c231fc3f38 I did not put cpid in the pool account settings previously, so this could be the reason? No- the pool doesnt affect anything since we are decentralized it just lets you look in at the next contract. So doing the exec search utxoweight 489d, I see you just sent in a PODC update a few minutes ago. I dont see you in the prior contract or the next contract. So I assume you just set the system up today. It takes about 24 hours to get "in" the next voted contract. Id check back in the pool every 5 hours or so and see if you appear in the next contract. All- Im working on storing contracts in history starting tomorrow, then we will be able to do even more thorough searches for a case like this one to see if the CPID was Ever paid or Ever had magnitude. But anyway Season, I see both UTXOWeight and Taskweight, so I think you will appear in about 8 hours or so. Actually I re-sent "exec associate rosetta_email_address rosetta_password" a few minutes ago, with same settings as I did 24 hours ago. I also saw myself in "exec testvote", so let's check for next superblock. Thanks Rob. https://imgur.com/a/rcPraMmm.... I think my second time of "exec associate rosetta_email_address rosetta_password" might create some troubles. After 10 blocks but the CPID still did not show on "exec getboincinfo", any clue?
|
|
|
|
seasonw
|
|
March 18, 2018, 05:57:53 AM |
|
After 24 hours, I run "exec getboincinfo", and I have RAC but Magnitude = 0. And I also did not get pay, any clue?
If you search for your cpid in the pool, it might show the reason in the superblock report. What is the cpid? cpid = 489d1debae371959133921c231fc3f38 I did not put cpid in the pool account settings previously, so this could be the reason? No- the pool doesnt affect anything since we are decentralized it just lets you look in at the next contract. So doing the exec search utxoweight 489d, I see you just sent in a PODC update a few minutes ago. I dont see you in the prior contract or the next contract. So I assume you just set the system up today. It takes about 24 hours to get "in" the next voted contract. Id check back in the pool every 5 hours or so and see if you appear in the next contract. All- Im working on storing contracts in history starting tomorrow, then we will be able to do even more thorough searches for a case like this one to see if the CPID was Ever paid or Ever had magnitude. But anyway Season, I see both UTXOWeight and Taskweight, so I think you will appear in about 8 hours or so. Actually I re-sent "exec associate rosetta_email_address rosetta_password" a few minutes ago, with same settings as I did 24 hours ago. I also saw myself in "exec testvote", so let's check for next superblock. Thanks Rob. https://imgur.com/a/rcPraMmm.... I think my second time of "exec associate rosetta_email_address rosetta_password" might create some troubles. After 10 blocks but the CPID still did not show on "exec getboincinfo", any clue? Just to update that I run "exec associate rosetta_email_address rosetta_password true" to re-associate it, and I see my cpid now.
|
|
|
|
capulo
Newbie
Offline
Activity: 491
Merit: 0
|
|
March 18, 2018, 07:00:19 AM |
|
rob, any news about unblocking bbp on c-cex? it is still in maintenance mode
I was one of the lucky ones to be able to enter a ticket, but it hasnt been worked yet. I did also email him this morning and I also sent him a skype message. I just checked 20 mins ago, nothing yet, I assume the queue is backed up again. Sorry. i just wonder why ccex is more popular than south. price there is lower, new accounts are disabled, problems with exchange everyday... and still bbp is mostly trading there
|
|
|
|
svirusxxx2
Jr. Member
Offline
Activity: 89
Merit: 7
|
|
March 18, 2018, 12:19:46 PM |
|
hmm... I have one payout from PODC. I'ts really working ?  { "Command": "getboincinfo", "CPID": "16da1eaf50e5db0a0c7ed7a1aaf8586b", "Address": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "CPIDS": "16da1eaf50e5db0a0c7ed7a1aaf8586b;", "CPID-Age (hours)": 422593, "NextSuperblockHeight": 35260, "NextSuperblockBudget": 1197260, "16da1eaf50e5db0a0c7ed7a1aaf8586b_ADDRESS": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "16da1eaf50e5db0a0c7ed7a1aaf8586b_RAC": 8900.58, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TEAM": 15044, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TaskWeight": 0, "16da1eaf50e5db0a0c7ed7a1aaf8586b_UTXOWeight": 0, "Total_RAC": 8900.58, "Total Payments (One Day)": 0, "Total Payments (One Week)": 4984, "Total Budget (One Day)": 2660579, "Total Budget (One Week)": 15963474, "Superblock Count (One Week)": 7, "Superblock Hit Count (One Week)": 7, "Superblock List": "35055,34850,34645,34440,34235,34030,33825", "Last Superblock Height": 35055, "Last Superblock Budget": 2660579, "Last Superblock Payment": 0, "Magnitude (One-Day)": 0, "Magnitude (One-Week)": 0.3122127426649112 }
Your UTXO weight must be > 0 for payouts. ok... after last podc payout I send podcupdate and aftter this have UTXO > 0 but before last superblock my UTXO from getboincinfo was 0 so I don't understand this. You must leave your controller wallet on 24-7, and send PODCupdates out on a regular basis to receive constant rewards. This getboincinfo is after send podcupdate and before 6 confirmation, this is why is show UTXO 0. I have one wallet running 24/7 in datacenter. Today I send 3 PODC Update Still on superblock view I have magnitude 0 , and UTXO 0 I don't send any cash , still have more than 1.6mln BBP on my wallet (1.5mln for sanctuary and I now have only payouts from sanctuary). 13:15:41  { "Command": "getboincinfo", "CPID": "16da1eaf50e5db0a0c7ed7a1aaf8586b", "Address": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "CPIDS": "16da1eaf50e5db0a0c7ed7a1aaf8586b;", "CPID-Age (hours)": 422604, "NextSuperblockHeight": 35260, "NextSuperblockBudget": 1197260, "16da1eaf50e5db0a0c7ed7a1aaf8586b_ADDRESS": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "16da1eaf50e5db0a0c7ed7a1aaf8586b_RAC": 9447.85, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TEAM": 15044, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TaskWeight": 100, "16da1eaf50e5db0a0c7ed7a1aaf8586b_UTXOWeight": 50003, "Total_RAC": 9447.85, "Total Payments (One Day)": 0, "Total Payments (One Week)": 4984, "Total Budget (One Day)": 2660579, "Total Budget (One Week)": 13302895, "Superblock Count (One Week)": 6, "Superblock Hit Count (One Week)": 6, "Superblock List": "35055,34850,34645,34440,34235,34030", "Last Superblock Height": 35055, "Last Superblock Budget": 2660579, "Last Superblock Payment": 0, "Magnitude (One-Day)": 0, "Magnitude (One-Week)": 0.3746552911978934 }
|
Biblepay masternodes status and monitoring (https://biblepay.eu/)
|
|
|
bible_pay (OP)
Full Member
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
|
March 18, 2018, 01:55:37 PM |
|
Finally what's the required utxoamount parameter in conf file? Can we leave empty and it takes all it can take? I would find it burdensome if we needed to change it everytime oir mag/rac changes.
If you leave it empty it uses 50,001 right now. But I reccon you could overshoot it after the April 1st poll completes, IE by then you will know your average daily RAC, maybe overshoot it by 40% and keep an eye on it. But yes, this particular version of the client requires you to set it if 50,001 doesnt work. We can look into better automation for our June mandatory release. I'm trying to shoot for quarterly mandatories to keep everyone happy. What about an option to use 100% of the wallet amount to stake? I guess that would not require a mandatory? If we switch over to 20 BBP per RAC ( http://forum.biblepay.org/index.php?topic=127.0) I guess many miners will have less BBP than they would need for being at 100% UTXO, and will want to use their daily rewards to increase their staking amount. That means updating the config file every day. Since 50,001 would not make much sense going forward (it would be enough only for RAC <= 2500, which is about one or two average PCs), perhaps using all of the wallet amount could be the new default? I could make it calculate the target amount based on what RAC the user has, and then say if the stakebalance is less than that use the stakebalance. Lets wait til the poll goes into effect then Ill shoot for a leisure.
|
|
|
|
Sparks1956
Newbie
Offline
Activity: 26
Merit: 2
|
|
March 18, 2018, 02:36:32 PM |
|
Just be careful to transfer BBP to SouthXChange at this moment. I am already waiting for several hours for my deposit to arrive. Before you transfer, have a look at last block of wallet. At this moment still stuck at 35185. Also other currencies seems to be behind, not syncing. (I and others have issued a ticket)
|
|
|
|
MIP
Newbie
Offline
Activity: 362
Merit: 0
|
|
March 18, 2018, 02:59:05 PM |
|
Just be careful to transfer BBP to SouthXChange at this moment. I am already waiting for several hours for my deposit to arrive. Before you transfer, have a look at last block of wallet. At this moment still stuck at 35185. Also other currencies seems to be behind, not syncing. (I and others have issued a ticket)
I made a transfer 8h ago without issues. But it's true that last friday it took me a few retries to make another withdrawal from SouthXchange wallet.
|
|
|
|
Sparks1956
Newbie
Offline
Activity: 26
Merit: 2
|
|
March 18, 2018, 03:31:58 PM Last edit: March 18, 2018, 03:42:31 PM by Sparks1956 |
|
Just be careful to transfer BBP to SouthXChange at this moment. I am already waiting for several hours for my deposit to arrive. Before you transfer, have a look at last block of wallet. At this moment still stuck at 35185. Also other currencies seems to be behind, not syncing. (I and others have issued a ticket)
I made a transfer 8h ago without issues. But it's true that last friday it took me a few retries to make another withdrawal from SouthXchange wallet. This morning I made also transfer without problem. Also days before it was allright. But since approx 4 hours wallets are not syncing. Issued a ticket 2 hours ago. Still no feedback, maybe no or limited support on sunday. (Maybe I have better things to do myself on sunday too... )
|
|
|
|
inblue
|
|
March 18, 2018, 04:11:53 PM |
|
A wonderful and thought provoking video (as always) by Kurzgesagt: https://www.youtube.com/watch?v=rvskMHn0sqQI couldn't help but think about BiblePay throughout the video, to the point where I thought the video could be titled: How is BiblePay Making the World a Better PlaceThey go over a few topics very related to what BiblePay is actually doing - helping those in need and cancer research. I think everyone involved in BiblePay who has 7 minutes of time should watch this video, because it shows us how much we are actually changing the world when we contribute to the BiblePay project.
|
|
|
|
afeno
Jr. Member
Offline
Activity: 175
Merit: 1
|
|
March 18, 2018, 05:50:16 PM |
|
I managed to have my wallet linked with my rosseta@home account. I have a CPID in the Windows PC Wallet and mining fine in the pool. Now, I want to mine with a Linux PC. Everything is fine but when I try to link the Linux wallet with my rosseta@home account I get this error: linux:~/biblepay/src$ ./biblepay-cli exec associate MYemail MYpassword { "Command": "associate", "E-Mail": "email here", "Results": "ALREADY_IN_CHAIN"
How can I have a CPID in the 2nd PC?
|
|
|
|
Sparks1956
Newbie
Offline
Activity: 26
Merit: 2
|
|
March 18, 2018, 06:03:28 PM |
|
Just be careful to transfer BBP to SouthXChange at this moment. I am already waiting for several hours for my deposit to arrive. Before you transfer, have a look at last block of wallet. At this moment still stuck at 35185. Also other currencies seems to be behind, not syncing. (I and others have issued a ticket)
I made a transfer 8h ago without issues. But it's true that last friday it took me a few retries to make another withdrawal from SouthXchange wallet. This morning I made also transfer without problem. Also days before it was allright. But since approx 4 hours wallets are not syncing. Issued a ticket 2 hours ago. Still no feedback, maybe no or limited support on sunday. (Maybe I have better things to do myself on sunday too... ) Update; Ticket has been resolved 2 hours ago. Wallet is synced again and deposit is available.
|
|
|
|
jaapgvk
|
|
March 18, 2018, 06:34:24 PM |
|
I managed to have my wallet linked with my rosseta@home account. I have a CPID in the Windows PC Wallet and mining fine in the pool. Now, I want to mine with a Linux PC. Everything is fine but when I try to link the Linux wallet with my rosseta@home account I get this error: linux:~/biblepay/src$ ./biblepay-cli exec associate MYemail MYpassword { "Command": "associate", "E-Mail": "email here", "Results": "ALREADY_IN_CHAIN"
How can I have a CPID in the 2nd PC?
You can only link one CPID to one wallet at a time. You can re-associate it with the Linux wallet (I think you need to add 'true' at the end of the exec command), but then you'll lose the CPID connection to your Windows wallet. I guess you could share one wallet.dat between wallets (I haven't tried), or you can create a second CPID with rosetta. The main idea is of course that you install one controller wallet and install Boinc on any other PC, thus reducing heat-mining.
|
|
|
|
jaapgvk
|
|
March 18, 2018, 06:40:29 PM |
|
A wonderful and thought provoking video (as always) by Kurzgesagt: https://www.youtube.com/watch?v=rvskMHn0sqQI couldn't help but think about BiblePay throughout the video, to the point where I thought the video could be titled: How is BiblePay Making the World a Better PlaceThey go over a few topics very related to what BiblePay is actually doing - helping those in need and cancer research. I think everyone involved in BiblePay who has 7 minutes of time should watch this video, because it shows us how much we are actually changing the world when we contribute to the BiblePay project. Dude, you are so right! Awesome video. If we put a Biblepay logo at the beginning, we could pirate it as one of our own promotional videos, haha!
|
|
|
|
togoshigekata
|
|
March 18, 2018, 07:23:23 PM |
|
Just want to confirm, these are the new block reward percentages?
20% for budgets (Proposal/Budget Monthly Superblock) 38% for DC (Distributed Computing [Cancer Research], Daily Superblock) 4% for POW (Proof of Work) 38% for Sancs (Sanctuaries/Masternodes)
|
|
|
|
svirusxxx2
Jr. Member
Offline
Activity: 89
Merit: 7
|
|
March 18, 2018, 07:57:11 PM |
|
This getboincinfo is after send podcupdate and before 6 confirmation, this is why is show UTXO 0. I have one wallet running 24/7 in datacenter. Today I send 3 PODC Update Still on superblock view I have magnitude 0 , and UTXO 0 I don't send any cash , still have more than 1.6mln BBP on my wallet (1.5mln for sanctuary and I now have only payouts from sanctuary). 13:15:41  { "Command": "getboincinfo", "CPID": "16da1eaf50e5db0a0c7ed7a1aaf8586b", "Address": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "CPIDS": "16da1eaf50e5db0a0c7ed7a1aaf8586b;", "CPID-Age (hours)": 422604, "NextSuperblockHeight": 35260, "NextSuperblockBudget": 1197260, "16da1eaf50e5db0a0c7ed7a1aaf8586b_ADDRESS": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "16da1eaf50e5db0a0c7ed7a1aaf8586b_RAC": 9447.85, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TEAM": 15044, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TaskWeight": 100, "16da1eaf50e5db0a0c7ed7a1aaf8586b_UTXOWeight": 50003, "Total_RAC": 9447.85, "Total Payments (One Day)": 0, "Total Payments (One Week)": 4984, "Total Budget (One Day)": 2660579, "Total Budget (One Week)": 13302895, "Superblock Count (One Week)": 6, "Superblock Hit Count (One Week)": 6, "Superblock List": "35055,34850,34645,34440,34235,34030", "Last Superblock Height": 35055, "Last Superblock Budget": 2660579, "Last Superblock Payment": 0, "Magnitude (One-Day)": 0, "Magnitude (One-Week)": 0.3746552911978934 }
Just before superblock, my wallet send PODCUpdate. And now I don't have any payout. Also I was on superblock view before 35260 block. This is ok ?
|
Biblepay masternodes status and monitoring (https://biblepay.eu/)
|
|
|
jaapgvk
|
|
March 18, 2018, 09:28:52 PM |
|
This getboincinfo is after send podcupdate and before 6 confirmation, this is why is show UTXO 0. I have one wallet running 24/7 in datacenter. Today I send 3 PODC Update Still on superblock view I have magnitude 0 , and UTXO 0 I don't send any cash , still have more than 1.6mln BBP on my wallet (1.5mln for sanctuary and I now have only payouts from sanctuary). 13:15:41  { "Command": "getboincinfo", "CPID": "16da1eaf50e5db0a0c7ed7a1aaf8586b", "Address": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "CPIDS": "16da1eaf50e5db0a0c7ed7a1aaf8586b;", "CPID-Age (hours)": 422604, "NextSuperblockHeight": 35260, "NextSuperblockBudget": 1197260, "16da1eaf50e5db0a0c7ed7a1aaf8586b_ADDRESS": "BRxF8ySAUZWZPLSrnZXJK5DPiN2PtiV2CQ", "16da1eaf50e5db0a0c7ed7a1aaf8586b_RAC": 9447.85, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TEAM": 15044, "16da1eaf50e5db0a0c7ed7a1aaf8586b_TaskWeight": 100, "16da1eaf50e5db0a0c7ed7a1aaf8586b_UTXOWeight": 50003, "Total_RAC": 9447.85, "Total Payments (One Day)": 0, "Total Payments (One Week)": 4984, "Total Budget (One Day)": 2660579, "Total Budget (One Week)": 13302895, "Superblock Count (One Week)": 6, "Superblock Hit Count (One Week)": 6, "Superblock List": "35055,34850,34645,34440,34235,34030", "Last Superblock Height": 35055, "Last Superblock Budget": 2660579, "Last Superblock Payment": 0, "Magnitude (One-Day)": 0, "Magnitude (One-Week)": 0.3746552911978934 }
Just before superblock, my wallet send PODCUpdate. And now I don't have any payout. Also I was on superblock view before 35260 block. This is ok ? Hmm... Weird that you first got a payment and didn't get one after that. Sanctuaries agree on a superblock payout once every 24 hours, but it can vary when in those 24 hours the agreement takes place. PODC-updates should be valid for 24 hours if I'm correct. Can you check if your PODC-updates are a maximum of 24 hours apart?
|
|
|
|
|