Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
7150485
Topic
638701
Board
Beginners & Help
Re: Help Me Using Bitcoin-qt.
by
Newar
on
05/06/2014, 16:47:17 UTC
Quote from: Muhammed Zakir on June 05, 2014, 04:20:25 PM
Quote from: shorena on June 05, 2014, 03:53:00 PM
The bottleneck with synching is not your CPU but your bandwith. You can however speed up the starting proccess by lowering checkblocks from 288 to e.g. 100 or even 10.
Thanks! Can you tell me how to do it?
Kindly,
Muhammed Zakhir
And again:
https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments
Code:
-checkblocks= How many blocks to check at startup (default: 288, 0 = all)
Put in the conf file as
Code:
checkblocks=100