2015-09-09 04:09:12 +02:00
|
|
|
|
|
|
|
# bitcoind RPC settings (linearize-hashes)
|
|
|
|
rpcuser=someuser
|
|
|
|
rpcpassword=somepassword
|
|
|
|
host=127.0.0.1
|
|
|
|
port=19998
|
|
|
|
|
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes)
|
|
|
|
max_height=3130000
|
|
|
|
|
|
|
|
# bootstrap.dat input/output settings (linearize-data)
|
|
|
|
netmagic=cee2caff
|
2016-07-06 20:44:33 +02:00
|
|
|
input=/home/example/.dashcore/testnet3/blocks
|
2015-09-09 04:09:12 +02:00
|
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
|
|
hashlist=hashlist.txt
|
|
|
|
split_year=1
|
|
|
|
genesis=00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c
|
|
|
|
|
|
|
|
# Maxmimum size in bytes of out-of-order blocks cache in memory
|
|
|
|
out_of_order_cache_sz = 10000000
|