0
I once saved the "blocks" folder + the "index" folder of the Bitcoin wallet.
Now on another PC I thought I could load the chain that way by copy pasting these folders in Appdata. Wasn't very smart not to copy directly the whole file folder.
So in my situation what else do I need exactly to properly launch the wallet with a full blockchain ? Please help I don't want to download the chain again...
I get this error:
2017-02-01 02:56:15 ERROR: ReadBlockFromDisk(CBlock&, CBlockIndex*): GetHash() doesn't match index for CBlockIndex(pprev=0xd4ba3c0, nHeight=299478, merkle=4f27a1a8c5f19894e7012ce4ea4f83eba0ea846af888749980d855e5d7179e46, hashBlock=00000000000000001e66b8d27a6bcff234f06d502a01aa23fd4be311d8b2dbf2) at CBlockDiskPos(nFile=138, nPos=8)
1What exactly is the problem? If blocks/ and blocks/index/ are present, recent versions of Bitcoin Core will process the blocks in it, and rebuild chainstate/ at startup. – Pieter Wuille – 2017-02-01T01:57:26.740
Are you getting any sort of error doing this? – Nick ODell – 2017-02-01T03:04:07.083
2Sorry haven't checked the error log. It says :
2017-02-01 02:56:15 ERROR: ReadBlockFromDisk(CBlock&, CBlockIndex): GetHash() doesn't match index for CBlockIndex(pprev=0xd4ba3c0, nHeight=299478, merkle=4f27a1a8c5f19894e7012ce4ea4f83eba0ea846af888749980d855e5d7179e46, hashBlock=00000000000000001e66b8d27a6bcff234f06d502a01aa23fd4be311d8b2dbf2) at CBlockDiskPos(nFile=138, nPos=8) 2017-02-01 02:56:15 ** Failed to read block
Which block file is in cause ? I don't know what to do. – Theodore.us – 2017-02-01T03:20:03.543
This means your blocks/ and blocks/index do not correspond. See the answer below. – Pieter Wuille – 2017-02-02T16:32:37.607