Can synchronization be interrupted and continued later?

4

I was using the official Bitcoin client some time ago. It was version 0.5 I think. Then my computer crashed and didn't use Bitcoin for a long time.

I was lucky because I had a backup of the wallet. Today, I installed the latest version and it's different. It is running for many hours now but it's still at 18-20 %.

Should I leave it as it is or I can turn off my PC and continue tomorrow?

If I use my old wallet, will it start from the begining? If yes, is it better to stop the software, delete everything, replace wallet and start all over again?

user10445

Posted 2014-04-29T23:32:25.570

Reputation: 51

You might want to use bootstrap.dat to speed up the syncing process. https://bitcoin.org/en/download has info on it

Tim S. 2014-05-30T12:06:11.767

Worth pointing out that a bootstrap.dat is no longer necessary due to changes in the client.Anonymous 2015-08-10T16:00:31.063

Answers

1

It takes a long time (maybe a couple of days) to download the entire blockchain. You can interrupt it at any time and it will continue where it left off when you restart the Bitcoin client.

The blockchain (which is the public transaction ledger) is independent from your wallet (which is your private keys). You can load your old wallet into the Bitcoin client at any time.

Greg Hewgill

Posted 2014-04-29T23:32:25.570

Reputation: 3 321