Bitcoin Forum
April 25, 2024, 07:40:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Core verifying process is too long  (Read 618 times)
ingiltere (OP)
Legendary
*
Offline Offline

Activity: 2968
Merit: 1478


Rollbit.com Crypto Futures


View Profile
March 16, 2016, 10:12:34 PM
 #1

Bitcoin Core verifying process is too long, sometimes it takes almost 1 hour. Is there a fix for that situation? I tried to raise database cache and thread etc. but nothing significantly changes. I have 4 GB DDR2 ram. It was faster earlier releases. I see this problem after 0.09 version.

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT
  CRYPTO   
FUTURES
 1,000x 
LEVERAGE
COMPETITIVE
    FEES    
 INSTANT 
EXECUTION
.
   TRADE NOW   
1714030814
Hero Member
*
Offline Offline

Posts: 1714030814

View Profile Personal Message (Offline)

Ignore
1714030814
Reply with quote  #2

1714030814
Report to moderator
1714030814
Hero Member
*
Offline Offline

Posts: 1714030814

View Profile Personal Message (Offline)

Ignore
1714030814
Reply with quote  #2

1714030814
Report to moderator
1714030814
Hero Member
*
Offline Offline

Posts: 1714030814

View Profile Personal Message (Offline)

Ignore
1714030814
Reply with quote  #2

1714030814
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714030814
Hero Member
*
Offline Offline

Posts: 1714030814

View Profile Personal Message (Offline)

Ignore
1714030814
Reply with quote  #2

1714030814
Report to moderator
1714030814
Hero Member
*
Offline Offline

Posts: 1714030814

View Profile Personal Message (Offline)

Ignore
1714030814
Reply with quote  #2

1714030814
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
March 16, 2016, 10:16:57 PM
 #2

Bitcoin Core verifying process is too long, sometimes it takes almost 1 hour. Is there a fix for that situation? I tried to raise database cache and thread etc. but nothing significantly changes. I have 4 GB DDR2 ram. It was faster earlier releases. I see this problem after 0.09 version.
What do you mean "verifying process"? Do you mean at start up when it says "verifying blocks" or during syncing and reindexing?

I personally have not have issues with that though. Startup takes a minute or two and reindexing takes a few hours, but it isn't that bad.

How powerful is your CPU? A lot of it depends on the CPU speed.

Also, keep in mind that the blockchain has grown significantly since 0.9 was released.

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
March 16, 2016, 10:22:21 PM
 #3

Bitcoin Core verifying process is too long, sometimes it takes almost 1 hour. Is there a fix for that situation? I tried to raise database cache and thread etc. but nothing significantly changes. I have 4 GB DDR2 ram. It was faster earlier releases. I see this problem after 0.09 version.

Thats roughly 10 year old hardware you are using.

-snip-
How powerful is your CPU?
-snip-

...and which generation?

Im not really here, its just your imagination.
ingiltere (OP)
Legendary
*
Offline Offline

Activity: 2968
Merit: 1478


Rollbit.com Crypto Futures


View Profile
March 16, 2016, 10:27:00 PM
 #4

Yes, I'm talking about "verifying blocks" before program opens. I have quad core cpu, Q8XXX series 2.3 GHZ. PC is from 2007 but I occasionally upgraded parts. It was running great before, after new releases I faced this problem.

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT
  CRYPTO   
FUTURES
 1,000x 
LEVERAGE
COMPETITIVE
    FEES    
 INSTANT 
EXECUTION
.
   TRADE NOW   
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
March 17, 2016, 05:43:25 AM
 #5

Yes, I'm talking about "verifying blocks" before program opens. I have quad core cpu, Q8XXX series 2.3 GHZ. PC is from 2007 but I occasionally upgraded parts. It was running great before, after new releases I faced this problem.

0.12 should do this faster, but I havent looked at the actual code to understand whether it need some special CPU instructions that might not have been around in 2007. I doubt it though.

Anyway, you can reduce the number of blocks that are verified on start up and the thoroughness they are checked with. Create a bitcoin.conf (if you dont have one already) and put the following lines in. By default it checks 2 days worth of blocks, 288. You can e.g. reduce this to 144 to only check on day worth of blocks.

Code:
# How many blocks to check at startup (default: 288, 0 = all)
checkblocks=288

# How thorough the block verification is (0-4, default: 3)
checklevel=3

Im not really here, its just your imagination.
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!