You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
379 B
17 lines
379 B
|
|
# bitcoind RPC settings (linearize-hashes) |
|
rpcuser=someuser |
|
rpcpassword=somepassword |
|
host=127.0.0.1 |
|
port=8332 |
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes) |
|
max_height=313000 |
|
|
|
# bootstrap.dat input/output settings (linearize-data) |
|
netmagic=f9beb4d9 |
|
input=/home/example/.bitcoin/blocks |
|
output_file=/home/example/Downloads/bootstrap.dat |
|
hashlist=hashlist.txt |
|
split_year=1 |
|
|
|
|