• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Creating a Dash TestCoin: CheckProofOfWork(): hash doesn't match nBits

SharkLover

New member
I'm working on a test clone of the Dash coin on my computer to learn more about how cryptocurrency works. I have Dashd and DashCLI running on a VPS. When I run a desktop wallet I compiled, I am able to connect to the node and synchronize. I mined five test blocks and keep getting this error:

What am I doing wrong?

2018-02-28 04:45:38 ERROR: CheckProofOfWork(): hash doesn't match nBits
2018-02-28 04:45:38 ERROR: CheckProofOfWork(): hash doesn't match nBits
2018-02-28 04:45:38 ERROR: CheckProofOfWork(): hash doesn't match nBits
2018-02-28 04:45:38 UpdateTip: new best=000002ee012e0139656c18c30523a65ac31aa7f123ea144bf6e6093fff343168 height=8 log2_work=23.169926 tx=9 date=2018-02-28 04:45:38 progress=1.000000 cache=0.0MiB(6txo)
2018-02-28 04:45:38 AddToWallet 50457e91f5fd7211a72917ca3d4d0182e7181828408e1529b27e65407bb55059 new
2018-02-28 04:45:38 CMasternodeMan::GetMasternodeRanks -- ERROR: GetBlockHash() failed at nBlockHeight -84
2018-02-28 04:45:38 ProcessNewBlock : ACCEPTED
2018-02-28 04:45:49 CMasternodeMan::CheckAndRemove
2018-02-28 04:45:49 CMasternodeMan::CheckAndRemove -- Masternodes: 0, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 2, entries in Masternode list we asked for: 0, nDsqCount: 0
2018-02-28 04:45:49 CMasternodePayments::CheckAndRemove -- Votes: 0, Blocks: 0
2018-02-28 04:45:49 CInstantSend::CheckAndRemove -- Lock Candidates: 0, Votes 0
2018-02-28 04:47:33 CMasternodeMan::CheckAndRemove
2018-02-28 04:47:33 CMasternodeMan::CheckAndRemove -- Masternodes: 0, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 2, entries in Masternode list we asked for: 0, nDsqCount: 0
2018-02-28 04:47:33 CMasternodePayments::CheckAndRemove -- Votes: 0, Blocks: 0
2018-02-28 04:47:33 CInstantSend::CheckAndRemove -- Lock Candidates: 0, Votes 0​
 
Back
Top