mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
476eb7eb53
Break into two steps: * Generate hash list * Build data file(s) from local bitcoind blocks/ directory. This supports building one large bootstrap.dat, or multiple smaller blocks/blkNNNNN.dat files.
17 lines
366 B
INI
17 lines
366 B
INI
|
|
# 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
|
|
|