Bitcoin core stopped sync'ing (without downloading all the data). How can I make it resume the synchronization?

1

I am extremely new to this concept but just decided to try. Unfortunately I did not do my homework before playing with my money. I bought some coins and I sent them to my Bitcoin core wallet (that I had just installed, knowing nothing about the fact that it needed to sync first). I realized that since it wasn't synchronized I would need to wait until it finished downloading all of the data for me to have access to that money.

the problem is that my bitcoin core just stopped downloading data with the loading bar still in the middle and it is no longer synchronizing.

How can I make my bitcoin core complete to download all the data?

Kevin Barata

Posted 2016-01-26T03:55:51.760

Reputation: 19

Question was closed 2018-01-21T00:58:28.233

1Are you running a recent version? Significant performance improvements have been made over time.Jannes 2016-01-26T14:52:48.833

To properly answer this question, we would have needed to know what was in debug.log, and asked a number of other troubleshooting questions. Now that's it's years old, that seems pointless, so I'm voting to close as "unclear" and get Community to stop bumping it.Nate Eldredge 2018-01-17T15:43:04.523

Answers

0

There are pretty much two stages. The first stage is to download (catch up) the whole blockchain that has 64.4 GB.

Once you have that the verification stage checks all payments ever made.

Both these things are pretty painful but once both are done you can backup your blockchain for example to external disk and you won't ever have to do it again.

Don't delete your wallet file. Backup your wallet.dat file.

So delete everything, restart bitcoin, let it run for a few days and hope it doesn't get stuck.

Good luck.

Edit: do you have enough free disk space?

Edit2: don't delete the wallet

Anlhord Smithson

Posted 2016-01-26T03:55:51.760

Reputation: 129

1Note that stage 1 and stage 2 run in parallel. Downloading and verifying of already downloaded blocks. (That's a requirement for proper pruning.)Jannes 2016-01-26T14:54:17.093

I've just edited your answer as there is no need to fear deleting wallet.datComodore 2016-05-27T16:08:01.630

@Comodore: Yes there is. The asker has already bought Bitcoin and had them sent to his Bitcoin Core wallet.Murch 2016-05-30T11:23:50.183

I assumed the wallet.dat is something that gets backed up automaticaly + on will of user to secure his funds.Comodore 2016-05-30T13:38:06.680

"don't delete the wallet" should be in bold and at the top :)Scott 2017-12-17T19:25:35.520