0
I am trying to create altcoin(Abccoin) from bitcoin and change parameters in chainparams.cpp and also generated the genesis block hash and hashMerkleRoot but when I start the daemon with
abccoind -daemon
I get the error in debug.log :
ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=0, nPos=8)
Using -reindex also doesn't solve the problem, then I got another error :
ERROR: AcceptBlock: high-hash, proof of work failed (code 16)
Does anybody know how to solve this problem?
I'm having the same issue. I used the
CreateGenesisBlockfunction. – soupdiver – 2018-02-06T13:34:10.003I met same problem. have you solved? Any updates? Please share. – creator – 2018-02-26T08:04:23.853