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
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:
bitcoin-qt -reindex
bitcoin-qt: main.cpp:1761: bool ConnectBlock(CBlock&, CValidationState&, CBlockIndex*, CCoinsViewCache&, bool): Assertion `hashPrevBlock == view.GetBestBlock()' failed.
Aborted