Wanted to back up blockchain to save space, now I cannot open bitcoin QT?

1

I wanted to back up the blockchain on my hard drive as it took around 50 GB on my laptop. I did so and deleted all the blk000.dat and the rev000.dat from (~/Library/Application Support/Bitcoin/) which are saved on my hard drive. Apparently this was a stupid mistake as I cannot open Bitcoin QT anymore. I therefore re-transfered everything back to the same folder. But nothing happens, and Bitcoin Core does not open.

After looking around, many are mentioning a bootstrap.dat file which correspond to the block chain. I cannot seem to find this file anywhere on my laptop.

Any clues? thanks a lot!

I.P

Posted 2015-08-18T09:02:40.820

Reputation: 11

Answers

1

Delete your chainstate and blocks folder and start Bitcoin-Qt again. It will then re-sync your blockchain.

Jonas Schnelli

Posted 2015-08-18T09:02:40.820

Reputation: 5 465

0

Forget about the bootstrap file. That's old and obsolete information.

Did you turn off bitcoin-qt every time before you copied or deleted files?

You may need to just let bitcoin-qt re-download the whole blockchain. Make sure you backup your wallet (wallet.dat).

Jannes

Posted 2015-08-18T09:02:40.820

Reputation: 5 823

0

That .bootstrap doesnt exist on your pc. Its a downloadable solution, what it does is get the latest state of the blockchain and build it in the qt with a very small file. Its not for everything the best option thoug! Best option for you is to reinstall the wallet > download the full blockchain from en.blockchaindownload.nl > paste in your backup WALLET file (contains your btc wallet info) > boot qt and let the last couple of days of blockhain sync

rollo1996

Posted 2015-08-18T09:02:40.820

Reputation: 127