Bitcoin Forum
May 21, 2024, 11:19:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin QT doesn't synchronize with the blockchain  (Read 4088 times)
Josepht (OP)
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 515


View Profile WWW
May 23, 2014, 08:09:50 PM
 #1

Hi all,

I have some problems with the bitcoin core. I downloaded it yesterday. It started synchronizing without any problems.
I left it synchonizing overnight, and when I woke up, it was only 16 weeks behind.

Now (12 hours later), it is at the same point as it was when I woke up. I have 8 active connections to the network, and the programm says that it is synchronizing.

What do I have to do to make it working?
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
May 23, 2014, 09:28:24 PM
 #2

Hi all,

I have some problems with the bitcoin core. I downloaded it yesterday. It started synchronizing without any problems.
I left it synchonizing overnight, and when I woke up, it was only 16 weeks behind.

Now (12 hours later), it is at the same point as it was when I woke up. I have 8 active connections to the network, and the programm says that it is synchronizing.

What do I have to do to make it working?

Did you try turning it off and on again? Sometimes that helps.
Also check if you are actually downloading anything.

Im not really here, its just your imagination.
Josepht (OP)
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 515


View Profile WWW
May 23, 2014, 09:32:25 PM
 #3


Did you try turning it off and on again? Sometimes that helps.
Also check if you are actually downloading anything.
That's what I tried several times. It doesn't work.

As far as I can see, in the bottem left corner it says 'synchronizing with network'. I guess it is downloading?
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
May 23, 2014, 09:40:03 PM
 #4


Did you try turning it off and on again? Sometimes that helps.
Also check if you are actually downloading anything.
That's what I tried several times. It doesn't work.

As far as I can see, in the bottem left corner it says 'synchronizing with network'. I guess it is downloading?

Check Help -> Debug Window -> Network Traffic
There should be plenty of green. You can also check in the Information tab the current number of blocks and the estimated number of blocks

If you dont get any new blocks for several minutes try adding a node from this list https://en.bitcoin.it/wiki/Fallback_Nodes or this https://blockchain.info/connected-nodes
with
Code:
addnode ip/url add 
in the Console tab.

Im not really here, its just your imagination.
Josepht (OP)
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 515


View Profile WWW
May 23, 2014, 09:52:21 PM
 #5

Yes, there is quite a lot of green after I added a node.
Problem is that the current number of blocks isn't changing.
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
May 23, 2014, 11:28:05 PM
 #6

bitcoin-qt --maxconnections=1 --listen=0 --connect=5.9.24.81

if it doesn't sync then, start over
Josepht (OP)
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 515


View Profile WWW
May 28, 2014, 07:40:28 AM
 #7

Even after 24 hours, nothing has changed. It is still stuck at the same block.

Indeed, I do have a computer which is 4 years old, but I experienced no problems untill this block.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
May 28, 2014, 10:34:09 AM
 #8

Even after 24 hours, nothing has changed. It is still stuck at the same block.

Indeed, I do have a computer which is 4 years old, but I experienced no problems untill this block.

Could it be another programm that is blocking access to the files? Antivirus software that detected a false positive in the blockchain would a likely candidate.

You might want to try the bootstrap.dat1 and start from there.

[1] https://bitcoin.org/bin/blockchain/bootstrap.dat.torrent

Im not really here, its just your imagination.
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
May 29, 2014, 01:52:42 AM
 #9

do what i said earlier, but i guess maybe like this:

bitcoin-qt -reindex -maxconnections=1 -connect=5.9.24.81 -connect=5.9.24.81 -par=8

... or change par to the number of threads for your CPU... also, the reason for two connect='s is because i've found that a lot of times when i just use one connect=, it'll sometimes connect to some other node first, dunno what's up with that
alexander.y.k
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 29, 2014, 05:53:19 PM
 #10

I had same problem.
Out of sync for few hours, then ten, then 40... Restarts and walk through proxy doesn't help. Eight connections were present and adding another nodes from https://en.bitcoin.it/wiki/Fallback_Nodes has no effect, "Network Traffic" tab in Debug Window doesn't show any serious activity.
Then I check data directory and found debug.log. There was interesting moment:

...
2014-05-28 20:53:03 receive version message: /Satoshi:0.8.6/: version 70001, blocks=303083, us=xxx.xxx.xxx.xxx:123, them=yyy.yyy.yyy.yyy:8333, peer=0.0.0.0:0
2014-05-28 20:53:04 ERROR: Proxy error: connection refused
2014-05-28 20:53:04 SOCKS5 connecting seed.bitcoinstats.com
2014-05-28 20:53:05 CheckForkWarningConditions: Warning: Large valid fork found
  forking the chain at height 302787 (000000000000000063db9b526e9cbe0cec7053157df6ea0f0ee895addc355b26)
  lasting to height 303083 (0000000000000000378f60f49b076dc6de665a3fd6eba18313ded3c61df65737).
Chain state database corruption likely.
2014-05-28 20:53:05 ProcessBlock: ACCEPTED
...


So I close bitcoin-qt, rename blocks and chainstate directories (to make illusion for bitcoin-qt that we have no local copy of blockchain), download boostrap.dat in this directory and next start of bitcoin-qt synchronize from file and then from network without problems and still ok. Smiley
alexander.y.k
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 30, 2014, 03:17:13 AM
 #11

Need to say that I rename those directories again to reconstruct stuck state of bitcoin core. Then run bitcoin-qt -reindex and this resolve problem too. So this is much easier way.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!