Bitcoin Forum

Other => Beginners & Help => Topic started by: lolbitcoins on November 26, 2013, 01:15:24 AM



Title: Why is the blockchain so slow?
Post by: lolbitcoins on November 26, 2013, 01:15:24 AM
I am using the official Bitcoin-QT client.  I placed my computer in the DMZ to eliminate the need for port forwarding.  I've been downloading the chain for several days and at this rate it will take a month!

Any special bitcoin.conf tweaks?  I am running Windows and do not have a bitcoin.conf by default.


Title: Re: Why is the blockchain so slow?
Post by: miner2002 on November 26, 2013, 01:36:44 AM
Weird. What is your internet connection? I have 50mb down and it took around 5 hours for mine.


Title: Re: Why is the blockchain so slow?
Post by: MoonShadow on November 26, 2013, 01:37:54 AM
Perhaps a better question is what kind of hardware is on your client computer?


Title: Re: Why is the blockchain so slow?
Post by: lolbitcoins on November 26, 2013, 02:21:39 AM
Just a newer i5 laptop w\ integrated graphics.  I am no where near maxing the CPU on this per task mgr.  Internet connection is 25 mbps.


Title: Re: Why is the blockchain so slow?
Post by: Itun on November 26, 2013, 02:40:46 AM
It shouldn't take that long.

I think it's your internet/download speed.


Title: Re: Why is the blockchain so slow?
Post by: ScripterRon on November 26, 2013, 03:08:17 AM
You also have to consider the upload speed of the node you are downloading the blockchain from.  Upload speeds are typically much less than download speeds (my connection is 15 Mbit/s down and 1 Mbit/s up).  Even worse, when I check the network traffic for my Bitcoin-qt client, there always seem to be 2 or 3 nodes fetching the blockchain at the same time from me, so my 1Mbit/s bandwidth gets divided among them.

Ron


Title: Re: Why is the blockchain so slow?
Post by: tenice on November 26, 2013, 03:26:19 AM
big difficulty makes the blockchain slower if miners cant solve a block


Title: Re: Why is the blockchain so slow?
Post by: WayTooGosu on November 26, 2013, 05:01:19 AM
Why not use their website to handle transactions?


Title: Re: Why is the blockchain so slow?
Post by: Dongtsy on November 26, 2013, 06:28:55 AM
Why not use their website to handle transactions?

What do you mean by "their website"?

It seems to me that you are confused with the website "blockchain.info" and the "bitcoin blockchain".




Title: Re: Why is the blockchain so slow?
Post by: MoonShadow on November 26, 2013, 07:24:26 PM
Just a newer i5 laptop w\ integrated graphics.  I am no where near maxing the CPU on this per task mgr.  Internet connection is 25 mbps.

Usually, the bottleneck for a fresh download of the blockchain isn't the bandwidth, it's the seek rate of the harddrive.  Since each block must be checked in every way before the client will download the next block, and your CPU isn't hammered, it's probably due to the massive number of disk accesses that both checking the blocks as well as building the index require.  If you were to start with a fairly recent copy of the blockchain, from a torrent for example, and tell the client to "rescan" that blockchain, your delays would likely be almost as bad.