Author

Topic: Bitcoin-qt slow starting up, will increasing database cache help? (Read 2037 times)

hero member
Activity: 501
Merit: 500
On startup its checking the last 288 blocks by default you can reduce the number of blocks with:
-checkblocks=
and how thorough those blocks are checked with:
-checklevel=
where n is an integer from 0 to 4 and 3 is the default setting.


At default settings it takes me about 20 minutes for the checking blocks stage. When I change to checklevel=1 the checking blocks stage takes only 2 seconds... So the question is how important is keeping the default setting. It seems I might not catch block database corruption at startup if I just use checklevel=1, so hard decision
zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
Increasing database cache would make the initial load slower, afaik. 

I use checkblocks=10 in .conf on my home computer
sr. member
Activity: 434
Merit: 250
★Bitvest.io★ Play Plinko or Invest!
I had this problem also but just dealt with it - thx for the help shorena - looks like its working as I tried it on my other computers wallet
copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
On startup its checking the last 288 blocks by default you can reduce the number of blocks with:
-checkblocks=
and how thorough those blocks are checked with:
-checklevel=
where n is an integer from 0 to 4 and 3 is the default setting.

You could also use:
-par=
to set the number of cores to use, by default (n=0) its determined automatically.


member
Activity: 110
Merit: 10
I'm using v0.9.2.1-g354c0f3-beta linux 64-bit. May upgrade to 0.9.3 later on.
Right now it takes a few minutes to startup Bitcoin-qt after computer has been powered off. When Bitcoin-qt is running it's using 1.1GB of my 16GB of ram.

I have my database cache set to 100MB, will increasing it help speed it up?
Jump to: