Post
Topic
Board Bitcoin Technical Support
Topic OP
Moving the blocks
by
flyup
on 16/01/2015, 03:28:18 UTC
I'm creating a new bitcoin-qt installation on a Linux Mint/ubuntu virtual machine.

I've tried moving the blocks folder over without success

Code:
bitcoin-qt -reindex

will begin reindexing on the disk and then it fails around week 40

What am I doing wrong?

This is the failure:

Code:
bitcoin-qt -reindex
bitcoin-qt: main.cpp:1761: bool ConnectBlock(CBlock&, CValidationState&, CBlockIndex*, CCoinsViewCache&, bool): Assertion `hashPrevBlock == view.GetBestBlock()' failed.
Aborted