Bitcoin Forum
May 05, 2024, 02:52:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Bitcoin Core 0.10.0 starts very slow.  (Read 5007 times)
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
March 27, 2015, 12:47:33 PM
 #21

How long does it usually take for the wallet to open if opened the first time of the day?
Depends on the hardware. On a fast desktop with a SSD, a 60+MB wallet full startup with default settings is under 20 seconds.

Hardware is quite decent. I can only dream of having Bitcoin Core start under 60 seconds.

Is it also possible that switching wallet files could cause the wallet to open very slow?

But then again, it still should start within a few minutes.

Just stopped the time. The system is 5-6 years old and the bottle neck is the HDD. The CPU still has capacity left and launching bitcoin core/qt took a little less than 53,128 seconds.

Its set to check the last 24 blocks at default checklevel.

I think the problem is as good as solved. I can only hope it will stay like this.

Today the wallet managed to open in less than 60 secons. 47 seconds to be precise.

i'm at 25 secs, tried it now

i7 4790k(4400) + 16 giga of ram

so the problem must be a slow machine for the OP
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714877537
Hero Member
*
Offline Offline

Posts: 1714877537

View Profile Personal Message (Offline)

Ignore
1714877537
Reply with quote  #2

1714877537
Report to moderator
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
March 28, 2015, 12:43:34 PM
 #22

If it's not because of the block checking, it's probably because you have some massive wallet.  Maybe a lot of satoshi dicing in your past, I dunno.

this:

Code:
2015-03-27 08:10:02 Verifying last 5 blocks at level 3
2015-03-27 08:10:05 No coin database inconsistencies in last 6 blocks (1653 transactions)
2015-03-27 08:10:05  block index           15513ms
2015-03-27 08:10:05 No wallet compiled in!
2015-03-27 08:10:05 mapBlockIndex.size() = 349505
2015-03-27 08:10:05 nBestHeight = 349428
2015-03-27 08:10:05 init message: Loading addresses...
2015-03-27 08:10:05 Loaded 14862 addresses from peers.dat  146ms

is how long it takes to load on a VIA Nano U2250 with some rubbish 160GB HDD and 2GB RAM.    (but I don't use wallet on these nodes of course)
unamis76
Legendary
*
Offline Offline

Activity: 1512
Merit: 1005


View Profile
March 28, 2015, 01:30:59 PM
 #23

Bitcoin Core always took something like 20 minutes to boot around here (the disadvantages of not having an SSD...). Never really worried about it, but it would be cool if I could speed it up a bit. Doesn't lowering the number of blocks checked at startup make my wallet a disservice to the community? Could I be relaying imprecise blockchain data if I do that? Would my connections be rejected if I had a somewhat wrong blockchain?
Borisz
Sr. Member
****
Offline Offline

Activity: 476
Merit: 251



View Profile
March 29, 2015, 03:35:29 PM
 #24

Bitcoin Core always took something like 20 minutes to boot around here (the disadvantages of not having an SSD...). Never really worried about it, but it would be cool if I could speed it up a bit. Doesn't lowering the number of blocks checked at startup make my wallet a disservice to the community? Could I be relaying imprecise blockchain data if I do that? Would my connections be rejected if I had a somewhat wrong blockchain?

I wouldn't say you disservice the community. You are still running a fully node, but before startup you only check, say the last 10 blocks. The chances of those all being generated by an attack and hence being fake, are small (I'd think so anyway).

Worst that could happen in my opinion:
You receive X fake blocks generated and then you shut down your client. After some time you restart the client, but your last X blocks are wrong, hence the check will return an error. I am not sure what would happen, maybe you would need to recheck the blockchain or re-download. However I think this is unlikely.

When I set up my client to check only the last few blocks (10-20) the client started in a fraction of the time than what it used to be. Regardless, I have just recently switched to Multibit as 30+ GB of HDD space is something I simply cannot afford just to store some mBTC.
unamis76
Legendary
*
Offline Offline

Activity: 1512
Merit: 1005


View Profile
March 29, 2015, 03:38:04 PM
 #25

Bitcoin Core always took something like 20 minutes to boot around here (the disadvantages of not having an SSD...). Never really worried about it, but it would be cool if I could speed it up a bit. Doesn't lowering the number of blocks checked at startup make my wallet a disservice to the community? Could I be relaying imprecise blockchain data if I do that? Would my connections be rejected if I had a somewhat wrong blockchain?

I wouldn't say you disservice the community. You are still running a fully node, but before startup you only check, say the last 10 blocks. The chances of those all being generated by an attack and hence being fake, are small (I'd think so anyway).

Worst that could happen in my opinion:
You receive X fake blocks generated and then you shut down your client. After some time you restart the client, but your last X blocks are wrong, hence the check will return an error. I am not sure what would happen, maybe you would need to recheck the blockchain or re-download. However I think this is unlikely.

When I set up my client to check only the last few blocks (10-20) the client started in a fraction of the time than what it used to be. Regardless, I have just recently switched to Multibit as 30+ GB of HDD space is something I simply cannot afford just to store some mBTC.

That was precisely my fear, having to reindex the whole blockchain... I think I'll change the block checking anyways, thank you Smiley
BrianM
Hero Member
*****
Offline Offline

Activity: 546
Merit: 510



View Profile
March 30, 2015, 09:02:21 AM
 #26

Bitcoin Core always took something like 20 minutes to boot around here (the disadvantages of not having an SSD...). Never really worried about it, but it would be cool if I could speed it up a bit. Doesn't lowering the number of blocks checked at startup make my wallet a disservice to the community? Could I be relaying imprecise blockchain data if I do that? Would my connections be rejected if I had a somewhat wrong blockchain?

I have a crappy old 7200 RPM, which I found in the dumpster.
It works pretty ok for the core. But yes, SSD would speed things up.
But overall 3 min start up with a wood-computer with a old magnetic drive is not too bad.
memai
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
March 30, 2015, 10:43:20 AM
 #27

I also encountered the same situation as you . My Bitcoin clients start very slow.  My connecting network is good. What I should do atm ?

Thanks !
unamis76
Legendary
*
Offline Offline

Activity: 1512
Merit: 1005


View Profile
March 30, 2015, 01:09:44 PM
 #28

Bitcoin Core always took something like 20 minutes to boot around here (the disadvantages of not having an SSD...). Never really worried about it, but it would be cool if I could speed it up a bit. Doesn't lowering the number of blocks checked at startup make my wallet a disservice to the community? Could I be relaying imprecise blockchain data if I do that? Would my connections be rejected if I had a somewhat wrong blockchain?

I have a crappy old 7200 RPM, which I found in the dumpster.
It works pretty ok for the core. But yes, SSD would speed things up.
But overall 3 min start up with a wood-computer with a old magnetic drive is not too bad.


What did you change in your configuration to get 3 minutes start time? I have my blockchain files on a WD Caviar Blue 1TB. It's not a old disk but still takes much more time than your disk.
Borisz
Sr. Member
****
Offline Offline

Activity: 476
Merit: 251



View Profile
March 30, 2015, 04:11:22 PM
 #29

I also encountered the same situation as you . My Bitcoin clients start very slow.  My connecting network is good. What I should do atm ?

Thanks !

If you are using qt then you can add
Code:
checkblocks=10
to your conf file. Your client will only recheck the last 10 blocks and start considerably faster.
toytoboy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 01, 2015, 03:54:30 AM
 #30

As the title states.

I have been browsing through the forum to find a solution but so far failed in doing so.

It takes nearly 15-20 minutes to open, it keeps saying checking blocks, but how many times will it check them??

The previous version took around 15 minutes to open, and current version takes even longer while it was quite fast when I installed it after the update release.

Full blockchain is on my windows 7 computer, and my computer has decent specs, nothing to worry about.

Are there any nodes that I need to add in order to get it working faster? Not sure what the problem is.

I have also such the same statement ! Please help !Thanks !
Borisz
Sr. Member
****
Offline Offline

Activity: 476
Merit: 251



View Profile
April 01, 2015, 04:07:44 PM
 #31

As the title states.

I have been browsing through the forum to find a solution but so far failed in doing so.

It takes nearly 15-20 minutes to open, it keeps saying checking blocks, but how many times will it check them??

The previous version took around 15 minutes to open, and current version takes even longer while it was quite fast when I installed it after the update release.

Full blockchain is on my windows 7 computer, and my computer has decent specs, nothing to worry about.

Are there any nodes that I need to add in order to get it working faster? Not sure what the problem is.

I have also such the same statement ! Please help !Thanks !

Have you tried what was suggested in the first reply? Or what I wrote just before your comment?
Odalv
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
November 03, 2015, 08:40:17 AM
 #32

I moved data data to external HD.

When I start bitcoin-QT I see message "Activating best chain..." for few hours.  Processor is on 3%.

Can somebody help me ?
Odalv
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
November 03, 2015, 09:47:31 AM
 #33

I moved data data to external HD.

When I start bitcoin-QT I see message "Activating best chain..." for few hours.  Processor is on 3%.

Can somebody help me ?

When I turn Avast(antivirus) off then qt starts working fine.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
November 03, 2015, 10:22:02 AM
 #34

I moved data data to external HD.

When I start bitcoin-QT I see message "Activating best chain..." for few hours.  Processor is on 3%.

Can somebody help me ?

When I turn Avast(antivirus) off then qt starts working fine.

They might - still - detect the virus signatures someone put in the blockchain a few years (?) ago.

Im not really here, its just your imagination.
Adrian-x
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000



View Profile
November 05, 2015, 08:48:05 PM
 #35

I moved data data to external HD.

When I start bitcoin-QT I see message "Activating best chain..." for few hours.  Processor is on 3%.

Can somebody help me ?
try running Bitcoin XT

Thank me in Bits 12MwnzxtprG2mHm3rKdgi7NmJKCypsMMQw
ethought
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000



View Profile
December 26, 2015, 05:41:23 PM
 #36

I moved data data to external HD.

When I start bitcoin-QT I see message "Activating best chain..." for few hours.  Processor is on 3%.

Can somebody help me ?

I did the same thing, moved datadir to an external HDD, now "Activating best chain..." has been showing for at least 10 hours. No updates in debug.log during this time, so not even sure if anything is happening at all.
HarHarHar9965
Hero Member
*****
Offline Offline

Activity: 994
Merit: 1000


View Profile
December 27, 2015, 05:32:00 AM
 #37

Bitcoin Core once again is very slow and takes over 10 minutes just to open. I think my 1tb hdd is the bottleneck here.

While it is checking blocks I can't use the pc for browsing and such as it completely takes over my hdd.

It's a Seagate Barracuda 7200 RPM with 64MB cache. I think this drive is decent enough to be capable of running the wallet.
Bitcoin Core now uses header first synchronization. This means that we first ask peers for block headers then we have to validate that for an initial full synchronization. You may notice a slower progress in the very first few minutes, when headers are still being fetched and verified
Pages: « 1 [2]  All
  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!