Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: peanut82 on March 31, 2017, 03:47:27 AM



Title: Bitcoin sync always behind
Post by: peanut82 on March 31, 2017, 03:47:27 AM
Hello,

I have had bitcoin core on my laptop for almost a year now, I had no problems being fully up to date with block chain sync until recently it wouldn't update and kept saying "connecting to peers", I realised I needed to update my wallet so I upgraded to 0.14. Since the upgrade it's stuck on 2 weeks behind for several days now.

I never had this problem before and it seems my sync will not catch up, does anyone know how I can troubleshoot and resolve???

Thanks

P


Title: Re: Bitcoin sync always behind
Post by: achow101 on March 31, 2017, 03:52:17 AM
You will need to reindex the blockchain. Start Bitcoin Core with the -reindex option. Note that this is a command line option for when you start Bitcoin Core, NOT something you enter into Core's debug console. For specific instructions on how to start Core with -reindex, we need to know what OS you are using.


Title: Re: Bitcoin sync always behind
Post by: Velkro on March 31, 2017, 09:09:35 PM
You will need to reindex the blockchain. Start Bitcoin Core with the -reindex option.
Another solution would be to delete folder with blocks or just all blocks downloaded.
It will download from start without problems.


Title: Re: Bitcoin sync always behind
Post by: Va1sim0t on April 09, 2017, 05:41:10 PM
I'm a new user, Bitcoin Core v0.13.2 and a Bitcoin\blocks folder with over 101 GB. I was behind the current state for months now (it's 18 weeks today after months of catching up) and seriously wondered why the initial start took so long :-)
I upgraded to 0.14 today. It verified the existing blocks and there's a new popup when starting that the last part of the sync is going to take three days. I'll keep an eye on the progress bar.





Title: Re: Bitcoin sync always behind
Post by: Va1sim0t on April 10, 2017, 10:02:34 PM
Ok, so it's 0,02% progress per hour, equals now to four weeks continous numbers crunching... that can't be right?


Title: Re: Bitcoin sync always behind
Post by: JellyO on April 11, 2017, 08:17:07 AM
Ok, so it's 0,02% progress per hour, equals now to four weeks continous numbers crunching... that can't be right?
Have you considered using a light client or do you need the redundancy of a full blockchain on your system? Electrum works quite well for regular use.


Title: Re: Bitcoin sync always behind
Post by: defcon23 on April 11, 2017, 12:57:52 PM
You will need to reindex the blockchain. Start Bitcoin Core with the -reindex option. Note that this is a command line option for when you start Bitcoin Core, NOT something you enter into Core's debug console. For specific instructions on how to start Core with -reindex, we need to know what OS you are using.

this is the correct solution wich was given by achow101 : you indeed have to launch your wallet with the -reindex  option.


Title: Re: Bitcoin sync always behind
Post by: dezoel on April 11, 2017, 02:34:42 PM
Ok, so it's 0,02% progress per hour, equals now to four weeks continous numbers crunching... that can't be right?

You can restart bitcoin core with  -dbcache=1500  or more depending on your system hardware, it will speedup the process.


Title: Re: Bitcoin sync always behind
Post by: Va1sim0t on April 13, 2017, 04:19:43 PM
Thank you everyone - reindexing worked and I looked into other clients. I wasn't aware that it's not neccessary to download the whole blockchain.