Bitcoin Forum
June 28, 2024, 08:45:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Core 0.11.0 slow block sync.  (Read 1901 times)
1Referee (OP)
Legendary
*
Offline Offline

Activity: 2170
Merit: 1427


View Profile
August 04, 2015, 08:30:37 AM
 #1

Since the version before the 0.11.0 I have to deal with very slow block syncing. Downloading 2 hours worth of blocks can literally take 15 to 20 minutes, which is crazy. Never had this problem before.

Active connections to the Bitcoin network seem to be fine as they are between 8-15 on average.
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
August 05, 2015, 05:01:43 AM
 #2

it need not necessarily be a slow download. Checking the blocks takes probably more time these days. This depends on your hardware. Is everything the same system wise if you compare to the system you ran earlier versions on?

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
Glucose
Hero Member
*****
Offline Offline

Activity: 861
Merit: 1001


View Profile
August 05, 2015, 02:08:16 PM
 #3

Since the version before the 0.11.0 I have to deal with very slow block syncing. Downloading 2 hours worth of blocks can literally take 15 to 20 minutes, which is crazy. Never had this problem before.

Active connections to the Bitcoin network seem to be fine as they are between 8-15 on average.

Same for me. It's really slow.. Not sure if I'll be able to keep using Bitcoin Core wallet for a long time..
1Referee (OP)
Legendary
*
Offline Offline

Activity: 2170
Merit: 1427


View Profile
August 05, 2015, 02:10:25 PM
 #4

it need not necessarily be a slow download. Checking the blocks takes probably more time these days. This depends on your hardware. Is everything the same system wise if you compare to the system you ran earlier versions on?


Yeah, it's the same system. Hardware shouldn't be an issue as it is just a few years old. Checking blocks isn't the problem, it's purely the syncing process.

Since the version before the 0.11.0 I have to deal with very slow block syncing. Downloading 2 hours worth of blocks can literally take 15 to 20 minutes, which is crazy. Never had this problem before.

Active connections to the Bitcoin network seem to be fine as they are between 8-15 on average.

Same for me. It's really slow.. Not sure if I'll be able to keep using Bitcoin Core wallet for a long time..

Well, for me Bitcoin Core is the only pc wallet I will use because it does was what I want, but lately it's quite annoying having to wait so long to just sync a few hours worth of blocks while it only took 2 or 3 minutes with the previous versions.
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
August 07, 2015, 07:13:07 AM
 #5

it need not necessarily be a slow download. Checking the blocks takes probably more time these days. This depends on your hardware. Is everything the same system wise if you compare to the system you ran earlier versions on?


Yeah, it's the same system. Hardware shouldn't be an issue as it is just a few years old. Checking blocks isn't the problem, it's purely the syncing process.

There's a small chance that all the peers you're connected to are slow. Close it and delete peers.dat. On the next start it will get fresh peers. Or if you know a quick node you can add it manually with the -addnode=<ip> command. You can submit it on the command line, conf file or debug window.

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
1Referee (OP)
Legendary
*
Offline Offline

Activity: 2170
Merit: 1427


View Profile
August 08, 2015, 07:04:26 AM
 #6

it need not necessarily be a slow download. Checking the blocks takes probably more time these days. This depends on your hardware. Is everything the same system wise if you compare to the system you ran earlier versions on?


Yeah, it's the same system. Hardware shouldn't be an issue as it is just a few years old. Checking blocks isn't the problem, it's purely the syncing process.

There's a small chance that all the peers you're connected to are slow. Close it and delete peers.dat. On the next start it will get fresh peers. Or if you know a quick node you can add it manually with the -addnode=<ip> command. You can submit it on the command line, conf file or debug window.

Did everything you mentioned but with no success so far. I noticed yesterday that while the wallet showed it is 28 hours behind, an incomming transaction popped up made 2 hours before opening my wallet to sync. Which is quite weird as the wallet was showing it was more than a day behind. Does that mean it does sync properly and the problem is in fact the wallet showing incorrect information?
lama-hunter
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
August 08, 2015, 09:52:33 AM
 #7

I really glad to use the v.11 since it updates much faster and my wallet keeps all the Time up to Date Smiley
tommorisonwebdesign
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
August 08, 2015, 07:13:03 PM
 #8

I am having the exact same problem on OS X.

Signatures? How about learning a skill... I don't care either way. Everybody has to make a living somehow.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
August 09, 2015, 03:08:01 AM
 #9

it need not necessarily be a slow download. Checking the blocks takes probably more time these days. This depends on your hardware. Is everything the same system wise if you compare to the system you ran earlier versions on?


Yeah, it's the same system. Hardware shouldn't be an issue as it is just a few years old. Checking blocks isn't the problem, it's purely the syncing process.

There's a small chance that all the peers you're connected to are slow. Close it and delete peers.dat. On the next start it will get fresh peers. Or if you know a quick node you can add it manually with the -addnode=<ip> command. You can submit it on the command line, conf file or debug window.

Did everything you mentioned but with no success so far. I noticed yesterday that while the wallet showed it is 28 hours behind, an incomming transaction popped up made 2 hours before opening my wallet to sync. Which is quite weird as the wallet was showing it was more than a day behind. Does that mean it does sync properly and the problem is in fact the wallet showing incorrect information?
It means that it received the transaction when it was broadcast, but has not synced the blockchain up yet. This is normal as the client will still receive transactions and data from nodes as it syncs. The transaction should still say unconfirmed in your wallet even when it is confirmed because the blockchain is not up to date so it does not know whether the block confirming the transaction is legit or not until it syncs.

1Referee (OP)
Legendary
*
Offline Offline

Activity: 2170
Merit: 1427


View Profile
August 09, 2015, 02:16:19 PM
 #10

it need not necessarily be a slow download. Checking the blocks takes probably more time these days. This depends on your hardware. Is everything the same system wise if you compare to the system you ran earlier versions on?


Yeah, it's the same system. Hardware shouldn't be an issue as it is just a few years old. Checking blocks isn't the problem, it's purely the syncing process.

There's a small chance that all the peers you're connected to are slow. Close it and delete peers.dat. On the next start it will get fresh peers. Or if you know a quick node you can add it manually with the -addnode=<ip> command. You can submit it on the command line, conf file or debug window.

Did everything you mentioned but with no success so far. I noticed yesterday that while the wallet showed it is 28 hours behind, an incomming transaction popped up made 2 hours before opening my wallet to sync. Which is quite weird as the wallet was showing it was more than a day behind. Does that mean it does sync properly and the problem is in fact the wallet showing incorrect information?
It means that it received the transaction when it was broadcast, but has not synced the blockchain up yet. This is normal as the client will still receive transactions and data from nodes as it syncs. The transaction should still say unconfirmed in your wallet even when it is confirmed because the blockchain is not up to date so it does not know whether the block confirming the transaction is legit or not until it syncs.

Once it popped up it showed it got 2 confirmations while it was 28 hours behind according to the wallet. This makes me think there is a bug active that shows incorrect information while in fact everything works fine in the background.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
August 09, 2015, 02:22:09 PM
 #11

Once it popped up it showed it got 2 confirmations while it was 28 hours behind according to the wallet. This makes me think there is a bug active that shows incorrect information while in fact everything works fine in the background.
I don't think there is a bug.

Did you check a block explorer to see if that transaction actually just came in and had two confirmations? Sometimes Bitcoin Core shows the notification for transactions that you had received around the time that the or is currently synced up to.

LFC_Bitcoin
Legendary
*
Offline Offline

Activity: 3584
Merit: 9836


#1 VIP Crypto Casino


View Profile
August 09, 2015, 08:05:05 PM
 #12

I really glad to use the v.11 since it updates much faster and my wallet keeps all the Time up to Date Smiley

Same here, I upgraded to v.11.0 the other night & it seems a lot better than v.10.2 which is what I had previously, I was having problems even opening my wallet before & sometimes it'd get syncing. It's been perfect since I started using v.11.0 though, haven't encountered any problems so far.

█████████████████████████
███████████▄█████████████
██████▀░▀█▀░▀█▀░▀████████
███████▄███▄███▄█████████
████▀██▀██▀░▀████▀░▀█████
███████████░███▀██▄██████
████▀██▀██░░░█░░░████████
███████████░███▄█▀░▀█████
████▀██▀██▄░▄███▄░░░▄████
███████▀███▀███▀██▄██████
██████▄░▄█▄░▄█▄░▄████████
███████████▀█████████████
█████████████████████████
 
.Bitcasino.io.
 
.BTC  ✦  Where winners play  BTC.
.
..
.
    ..





████
████
░░▄████▄████████████▄███▄▄
░███████▄██▄▄▄▄▄▄█████████▄
███████████████████████████
▀████████████████████████▀
░░▀▀████████████████████
██████████████████▄█████████
██
▐███████▀███████▀██▄██████
███████▄██▄█▀████▀████████
░░██████▀▀▀▄▄▄████▀▀████
██▐██████████▀███▀█████████████    ████
███
████████████
███████████████    ████
█████▀████████████████▀
███████▀▀▀█████████▀▀
..
....
 
 ..✦ Play now... 
.
..
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!