0

So at litecoin newest source, after I set all values as mine, first run ./xxxcoind , nothing happen, it seems stop, so I opened debug.log file, it says

2018-02-21 11:44:37 ERROR: AcceptBlock: high-hash, proof of work failed (code 16)

2018-02-21 11:44:37 Reindexing finished

2018-02-21 11:44:37 Failed to open mempool file from disk. Continuing anyway.

2018-02-21 11:48:22 Potential stale tip detected, will try using extra outbound peer (last tip update: 180 seconds ago)

2018-02-21 11:51:22 Potential stale tip detected, will try using extra outbound peer (last tip update: 360 seconds ago)

So I searched about [Potential stale....] some says add [ -connect=0 ], so I did, then again past same error appears...

2018-02-21 12:47:18 ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=0, nPos=8)

2018-02-21 12:47:18 *** Failed to read block

2018-02-21 12:47:18 Error: Error: A fatal internal error occurred, see debug.log for details

Why and how to resolve... ? This seems same error before I set GenesisHash and merkleroot as mine. Very frustrating to see again this error..

Thanks.

4

1 回答 1

-1

src/chainparam.cpp 您可以在调整 nonce 值(如 +1、+2 ..)中更改 genesis 参数,直到匹配低于目标

于 2018-03-27T09:55:29.450 回答