2013-08-30 07:37:26 -04:00
|
|
|
|
2014-08-23 21:46:12 -04:00
|
|
|
# bitcoind RPC settings (linearize-hashes)
|
2013-08-30 07:37:26 -04:00
|
|
|
rpcuser=someuser
|
2014-02-10 11:52:31 -03:00
|
|
|
rpcpassword=somepassword
|
2013-08-30 07:37:26 -04:00
|
|
|
host=127.0.0.1
|
|
|
|
port=8332
|
|
|
|
|
2014-08-23 21:46:12 -04:00
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes)
|
|
|
|
max_height=313000
|
|
|
|
|
|
|
|
# bootstrap.dat input/output settings (linearize-data)
|
2013-08-30 07:37:26 -04:00
|
|
|
netmagic=f9beb4d9
|
2014-08-23 21:46:12 -04:00
|
|
|
input=/home/example/.bitcoin/blocks
|
|
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
|
|
hashlist=hashlist.txt
|
2014-08-23 22:59:16 -04:00
|
|
|
split_year=1
|
2013-08-30 07:37:26 -04:00
|
|
|
|
2014-10-06 12:55:55 -03:00
|
|
|
# Maxmimum size in bytes of out-of-order blocks cache in memory
|
|
|
|
out_of_order_cache_sz = 100000000
|