bible_pay (OP)
Full Member
 
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
 |
August 11, 2018, 03:40:11 PM |
|
Everyone, please check your POW difficulty. If its less than 1000, you may be on a fork.
If so, please delete your blocks and chainstate folder and restart.
|
|
|
|
zthomasz
Member

Offline
Activity: 489
Merit: 12
|
 |
August 11, 2018, 04:08:09 PM |
|
My wallet "Sanctuaries" tab shows only 1 out of 3 of masternodes are Enabled.
Is this accurate?
|
|
|
|
|
|
togoshigekata
|
 |
August 11, 2018, 05:49:20 PM |
|
getblockhash 63936 d88de07a3d8c9c3a81d8841e5d568ef89e2720fb56aec1d69b6ae71c54ded0ca
|
|
|
|
zthomasz
Member

Offline
Activity: 489
Merit: 12
|
 |
August 11, 2018, 05:52:02 PM |
|
Everyone, please check your POW difficulty. If its less than 1000, you may be on a fork.
If so, please delete your blocks and chainstate folder and restart.
Does this apply to masternodes running 1.1.3.8c successfully for 4 weeks, but is now Expired and the difficulty is around 300?
|
|
|
|
|
thesnat21
Jr. Member
Offline
Activity: 490
Merit: 4
|
 |
August 11, 2018, 07:27:32 PM |
|
Everyone, please check your POW difficulty. If its less than 1000, you may be on a fork.
If so, please delete your blocks and chainstate folder and restart.
Curious what caused it
|
|
|
|
|
|
markovonline
|
 |
August 11, 2018, 07:54:57 PM |
|
About POW difficulty probably some kind of failure or who from the skilled hackers managed to bypass protection and lured tokens to themselves. I'm also interested in knowing the reason for such a decision and what caused this failure for all who are interested in this important information.
|
|
|
|
|
bible_pay (OP)
Full Member
 
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
 |
August 11, 2018, 08:49:41 PM |
|
About POW difficulty probably some kind of failure or who from the skilled hackers managed to bypass protection and lured tokens to themselves. I'm also interested in knowing the reason for such a decision and what caused this failure for all who are interested in this important information.
There is not a path in the wallets business logic that allows 'skilled hackers to bypass protection', however, as snat said this morning there were live forks, and we now had to restart our wallets to get on the right chain. But the most accurate question is, why do we have to delete blocks and chainstate to recover our wallets? Thats a question for me, why does the wallet favor the chain with the least work, after working 4 weeks perfectly? I believe the answer has something to do with our strict CPID mining rules. When a fork is a true alternative (IE lets say we have two baby forks at 5000 diff on block N+1), those two forks have two different sets of possible CPIDs. Our wallet being inherited from dash will not reconsider a block to be good after its marked bad. I think we need a feature programmed in that allows us to recover in this situation to the chain with the most work.
|
|
|
|
macko20
Newbie
Offline
Activity: 89
Merit: 0
|
 |
August 11, 2018, 10:03:04 PM |
|
About POW difficulty probably some kind of failure or who from the skilled hackers managed to bypass protection and lured tokens to themselves. I'm also interested in knowing the reason for such a decision and what caused this failure for all who are interested in this important information.
There is not a path in the wallets business logic that allows 'skilled hackers to bypass protection', however, as snat said this morning there were live forks, and we now had to restart our wallets to get on the right chain. But the most accurate question is, why do we have to delete blocks and chainstate to recover our wallets? Thats a question for me, why does the wallet favor the chain with the least work, after working 4 weeks perfectly? I believe the answer has something to do with our strict CPID mining rules. When a fork is a true alternative (IE lets say we have two baby forks at 5000 diff on block N+1), those two forks have two different sets of possible CPIDs. Our wallet being inherited from dash will not reconsider a block to be good after its marked bad. I think we need a feature programmed in that allows us to recover in this situation to the chain with the most work. Rob, All my wallets works perfectly, without restart. 1.1.3.8 (64-bit) version (win7 64bit) about 30day+
|
|
|
|
|
bible_pay (OP)
Full Member
 
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
 |
August 11, 2018, 11:21:18 PM |
|
About POW difficulty probably some kind of failure or who from the skilled hackers managed to bypass protection and lured tokens to themselves. I'm also interested in knowing the reason for such a decision and what caused this failure for all who are interested in this important information.
There is not a path in the wallets business logic that allows 'skilled hackers to bypass protection', however, as snat said this morning there were live forks, and we now had to restart our wallets to get on the right chain. But the most accurate question is, why do we have to delete blocks and chainstate to recover our wallets? Thats a question for me, why does the wallet favor the chain with the least work, after working 4 weeks perfectly? I believe the answer has something to do with our strict CPID mining rules. When a fork is a true alternative (IE lets say we have two baby forks at 5000 diff on block N+1), those two forks have two different sets of possible CPIDs. Our wallet being inherited from dash will not reconsider a block to be good after its marked bad. I think we need a feature programmed in that allows us to recover in this situation to the chain with the most work. Rob, All my wallets works perfectly, without restart. 1.1.3.8 (64-bit) version (win7 64bit) about 30day+ Thanks, that brings up a good point also. My regular wallets (3) were on the right chain but 30% of my sanctuaries were on the wrong chain so I rebuilt the blocks on those and resynced properly. Its something to consider that todays problem was due to sanc rules. It is interesting to note that the Sancs re-memorize the PODC data once every 4 hours right before doing the internal 'exec dcc' command (that is where they try to come to a podc quorum). But I still am seriously considering a feature that erases the chainstate and blocks and resyncs if a node is out of sync for more than an hour (which can be disabled if a user doesnt want it on).
|
|
|
|
bible_pay (OP)
Full Member
 
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
 |
August 11, 2018, 11:23:16 PM |
|
All, Jaap has paid Coinexchange.IO for our new exchange listing fee (2 BTC) - that was the entire treasury.
We will be listed on August 15th.
|
|
|
|
thesnat21
Jr. Member
Offline
Activity: 490
Merit: 4
|
 |
August 12, 2018, 12:53:13 AM |
|
Thanks, that brings up a good point also. My regular wallets (3) were on the right chain but 30% of my sanctuaries were on the wrong chain so I rebuilt the blocks on those and resynced properly. Its something to consider that todays problem was due to sanc rules. It is interesting to note that the Sancs re-memorize the PODC data once every 4 hours right before doing the internal 'exec dcc' command (that is where they try to come to a podc quorum). But I still am seriously considering a feature that erases the chainstate and blocks and resyncs if a node is out of sync for more than an hour (which can be disabled if a user doesnt want it on).
My clients thought they were still current.. so not sure how that rule would help As for the delete/rebuild interesting idea. There is still the oddity of when you do that, the PODC key seems to get lost until you re-start the client. I'm guessing the scanning routine isn't looking for/updating the key info when it gets to that part of the blockchain. (just a guess, since I have not looked into it really) I've done it several times and gotten the unable to sign cpid error.
|
|
|
|
|
|
|
bible_pay (OP)
Full Member
 
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
 |
August 12, 2018, 01:18:14 AM |
|
Thanks, that brings up a good point also. My regular wallets (3) were on the right chain but 30% of my sanctuaries were on the wrong chain so I rebuilt the blocks on those and resynced properly. Its something to consider that todays problem was due to sanc rules. It is interesting to note that the Sancs re-memorize the PODC data once every 4 hours right before doing the internal 'exec dcc' command (that is where they try to come to a podc quorum). But I still am seriously considering a feature that erases the chainstate and blocks and resyncs if a node is out of sync for more than an hour (which can be disabled if a user doesnt want it on).
My clients thought they were still current.. so not sure how that rule would help As for the delete/rebuild interesting idea. There is still the oddity of when you do that, the PODC key seems to get lost until you re-start the client. I'm guessing the scanning routine isn't looking for/updating the key info when it gets to that part of the blockchain. (just a guess, since I have not looked into it really) I've done it several times and gotten the unable to sign cpid error. On the 'trigger' to delete the chain and restart, there are ways to do that. The rule would be something like: an hour has passed since the last cold boot, and the difficulty is less than (say 1000) POW, and a fork exists (IE getchaintips > 1) and the longer chain contains a bad block. Then we restart the wallet with an -erasechain parameter. As far as the memorizeprayers function, just delete SAN/prayers_prod for now and restart. Ill have to make it honor a startup where the best block height is less than the prayer height in the file. Correct, its not checking that right now, thats a bug.
|
|
|
|
noxpost
Jr. Member
Offline
Activity: 235
Merit: 3
|
 |
August 12, 2018, 02:44:52 AM |
|
Also just so everyone is aware, iquidus (the software that powers the block explorers ) has a very very hard time recovering from a fork. Mine got on the wrong chain for a bit, and couldn't recover, so I'm once again rebuilding the full database. Sorry for any inconvenience, but there's little else I can do.
|
|
|
|
|
|
slovakia
|
 |
August 12, 2018, 07:12:30 AM |
|
About POW difficulty probably some kind of failure or who from the skilled hackers managed to bypass protection and lured tokens to themselves. I'm also interested in knowing the reason for such a decision and what caused this failure for all who are interested in this important information.
There is not a path in the wallets business logic that allows 'skilled hackers to bypass protection', however, as snat said this morning there were live forks, and we now had to restart our wallets to get on the right chain. But the most accurate question is, why do we have to delete blocks and chainstate to recover our wallets? Thats a question for me, why does the wallet favor the chain with the least work, after working 4 weeks perfectly? I believe the answer has something to do with our strict CPID mining rules. When a fork is a true alternative (IE lets say we have two baby forks at 5000 diff on block N+1), those two forks have two different sets of possible CPIDs. Our wallet being inherited from dash will not reconsider a block to be good after its marked bad. I think we need a feature programmed in that allows us to recover in this situation to the chain with the most work. Rob, All my wallets works perfectly, without restart. 1.1.3.8 (64-bit) version (win7 64bit) about 30day+ win version works perfect 40day+ .... but 2 masternodes crashed again= any problems with masternode chain=it happened that jumped to other chain
|
|
|
|
bible_pay (OP)
Full Member
 
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
 |
August 12, 2018, 01:28:34 PM |
|
About POW difficulty probably some kind of failure or who from the skilled hackers managed to bypass protection and lured tokens to themselves. I'm also interested in knowing the reason for such a decision and what caused this failure for all who are interested in this important information.
There is not a path in the wallets business logic that allows 'skilled hackers to bypass protection', however, as snat said this morning there were live forks, and we now had to restart our wallets to get on the right chain. But the most accurate question is, why do we have to delete blocks and chainstate to recover our wallets? Thats a question for me, why does the wallet favor the chain with the least work, after working 4 weeks perfectly? I believe the answer has something to do with our strict CPID mining rules. When a fork is a true alternative (IE lets say we have two baby forks at 5000 diff on block N+1), those two forks have two different sets of possible CPIDs. Our wallet being inherited from dash will not reconsider a block to be good after its marked bad. I think we need a feature programmed in that allows us to recover in this situation to the chain with the most work. Rob, All my wallets works perfectly, without restart. 1.1.3.8 (64-bit) version (win7 64bit) about 30day+ win version works perfect 40day+ .... but 2 masternodes crashed again= any problems with masternode chain=it happened that jumped to other chain If a Sanc crashes we need a volunteer to start the sanc like this: valgrind ./biblepayd or valgrind ./biblepay-qt and tell us the line # of the crash. sudo apt get install valgrind
|
|
|
|
bible_pay (OP)
Full Member
 
Offline
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
|
 |
August 12, 2018, 03:31:56 PM Last edit: August 12, 2018, 08:33:46 PM by bible_pay |
|
But I still am seriously considering a feature that erases the chainstate and blocks and resyncs if a node is out of sync for more than an hour (which can be disabled if a user doesnt want it on).
Great idea!
|
|
|
|
thesnat21
Jr. Member
Offline
Activity: 490
Merit: 4
|
 |
August 12, 2018, 09:12:03 PM |
|
Strange this superblock it seems like I missed the unbanked payment..
Anyone else see something similar?
|
|
|
|
|
|
|
|
togoshigekata
|
 |
August 12, 2018, 10:56:55 PM Last edit: August 13, 2018, 12:08:33 AM by togoshigekata |
|
Bitcointalk Forum - Banner Ad Proposal: https://forum.biblepay.org/index.php?topic=83.0We were rejected again by Theymos, Bitcointalk Forum Admin, on June 20th https://bitcointalk.org/index.php?topic=4471292.msg40517470#msg40517470I've decided that masternode coins can sometimes be acceptable, but Biblepay seems highly deceptive. For example, you say "10% of the emission goes to sponsoring Orphans, with provable contributions," but:
- 10% of the monthly emission should be somewhere around 6 million coins, but the monthly trade volume tends to be only slightly higher than this, which is unbelievable if you're actually selling the coins in order to make donations.
- This 10% goes to a hardcoded non-multisig address with no explanation.
- "THE COIN HAS RPC COMMANDS THAT PROVE 100% OF CONTRIBUTIONS ARE SPENT THE WAY INTENDED" is completely false. The RPC command just totals up all of the payments to the hardcoded address. What happens after the coins go to that address is unexplained.
- There is no non-profit registration, receipts for donations, any info about the people who are supposedly facilitating donations, etc. Biblepay looks like a generic coin with hardcoded dev subsidy plus some probably-totally-fabricated marketing about orphans.
I posted the bad news in the forum and we had more conversation: https://bitcointalk.org/index.php?topic=2388064.msg40625636#msg40625636Here are my collection of notes below, is there anything more we can add? is there a better way to organize the information? Did you talk with Theymos further Rob? Should I try contacting Theymos again, with this summary below? =========================================== BiblePay Team: https://www.biblepay.org/cryptoguru/#_teamBiblePay Foundation - Non-Profit Texas Corporation (In Development): https://wiki.biblepay.org/BiblePay_DAOBiblePay White Paper: https://pool.biblepay.org/Docs/BiblePay_White_Paper.pdf=== What Evidence/Proof does BiblePay have of 10% Charity Donations? Accountability: http://accountability.biblepay.org/==================================== CHARITY #1  Compassion International https://www.compassion.com/"All of our Actual Orphan ID #s are listed in: http://pool.biblepay.org/ >>> "Orphans" >>> "Sponsored Orphan List" Also, the receipts I posted in EXPENSES are the actual payments I made on my credit card. I have a copy here in case the IRS comes to my house." -Rob (Creator) == COMPASSION INTL ORGANIZATION NAME: BIBLEPAY ACCOUNT #: 07816292 PHONE# : (800) 336-7676 HOURS: Monday through Friday, 7 a.m. to 5:30 p.m. Mailing address: Compassion International Colorado Springs, CO 80997 ORG CONTACT: ROBERT A. = thesnat21 called Compassion, confirmed 305 orphan sponsorships: https://bitcointalk.org/index.php?topic=2388064.msg40663169#msg40663169Brian879 called Compassion, confirmed 308 orphan sponsorships: https://bitcointalk.org/index.php?topic=2388064.msg40664957#msg40664957== Contact: Ginger Langehennig Area Director of Donor Relations https://www.linkedin.com/in/ginger-langehennig-4b31981b/832-797-3749 or glangehennig@us.ci.org Proposals: December - https://forum.biblepay.org/index.php?topic=53.0February - https://forum.biblepay.org/index.php?topic=105.0March - https://forum.biblepay.org/index.php?topic=137.0April - https://forum.biblepay.org/index.php?topic=162.0May - https://forum.biblepay.org/index.php?topic=181.0June - https://forum.biblepay.org/index.php?topic=195.0July - https://forum.biblepay.org/index.php?topic=214.0August - https://forum.biblepay.org/index.php?topic=229.0Pictures: https://pool.biblepay.org/ >>> Orphans >>> Sponsored Orphan List Tmike talking to Ginger from Compassion: https://bitcointalk.org/index.php?topic=2388064.msg39981340#msg39981340Rob's Scan of Ginger's Pamphlet: http://pool.biblepay.org/san/mission/CompassionMeetingGinger.pdfStatement from Santiago “Jimmy” Mellado, President & CEO, Compassion International https://medium.com/biblepay-news/charity-profile-compassion-international-75741753e1c8Letter Writing BiblePay rewards BBP to write letters to the sponspored orphans through the biblepay pool website https://pool.biblepay.org/ >>> "Orphans" tab >>> "Write Letter" ==================================== CHARITY #2  BLOOM (Be Love Orphan Outreach Missions) http://www.bloomworldwide.org/Contact: Executive Director, April Wareham aprilw@nhoom.orgProposals: https://forum.biblepay.org/index.php?topic=73.0https://forum.biblepay.org/index.php?topic=150.0https://forum.biblepay.org/index.php?topic=186.0https://forum.biblepay.org/index.php?topic=219.0https://forum.biblepay.org/index.php?topic=227.0Pictures: https://biblepaysponsorkids.tumblr.com/Facebook Mention: https://www.facebook.com/Beloveorphanoutreach/posts/1603251943055348Newsletter Mention: https://mailchi.mp/bceb933b9ea4/updates-straight-from-africaTestimonials from BLOOM and CameroonONE https://bitcointalk.org/index.php?topic=2388064.msg39527580#msg39527580==================================== CHARITY #3  CameroonONE https://www.cameroonone.org/Contact: Director of Operations, Todd Finklestone Proposals: https://forum.biblepay.org/index.php?topic=86.0Pictures: https://www.facebook.com/CameroonONE/photos/2003983039625722https://forum.biblepay.org/index.php?action=dlattach;topic=86.0;attach=164;imagehttps://forum.biblepay.org/index.php?action=dlattach;topic=86.0;attach=166;imagehttps://forum.biblepay.org/index.php?action=dlattach;topic=86.0;attach=168;imageTwitter Mention: https://twitter.com/CameroonONE/status/1010845995188588549==================================== CHARITY #4  Kairos Childrens Fund https://www.facebook.com/kairoschildrensfund/https://kcf.winnegor.org/Contact: Andrew Scribner scribners@gmail.comProposals: https://forum.biblepay.org/index.php?topic=201.0https://forum.biblepay.org/index.php?topic=226.0Pictures: https://www.facebook.com/kairoschildrensfund/photos/2084557715144222https://www.facebook.com/kairoschildrensfund/photos/2084557528477574Website Mention: https://kcf.winnegor.org/biblepay/==================================== MISC: Orphan Collage (NOTE: 12MB file): http://pool.biblepay.org/docs/SponsorshipsAugust2018.pdfBiblePay Proposals: https://www.biblepay-central.org/en/proposals/Console Command: Understanding BiblePay Governance: http://wiki.biblepay.org/UnderstandingGovernance
|
|
|
|
|