2013-08-30 13:37:26 +02:00
|
|
|
|
2014-08-24 03:46:12 +02:00
|
|
|
# bitcoind RPC settings (linearize-hashes)
|
2013-08-30 13:37:26 +02:00
|
|
|
rpcuser=someuser
|
2014-02-10 15:52:31 +01:00
|
|
|
rpcpassword=somepassword
|
2013-08-30 13:37:26 +02:00
|
|
|
host=127.0.0.1
|
|
|
|
port=8332
|
|
|
|
|
2014-08-24 03:46:12 +02:00
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes)
|
|
|
|
max_height=313000
|
|
|
|
|
|
|
|
# bootstrap.dat input/output settings (linearize-data)
|
2013-08-30 13:37:26 +02:00
|
|
|
netmagic=f9beb4d9
|
2014-08-24 03:46:12 +02:00
|
|
|
input=/home/example/.bitcoin/blocks
|
|
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
|
|
hashlist=hashlist.txt
|
2014-08-24 04:59:16 +02:00
|
|
|
split_year=1
|
2013-08-30 13:37:26 +02:00
|
|
|
|