21 lines
565 B
INI
21 lines
565 B
INI
|
|
# bitcoind RPC settings (linearize-hashes)
|
|
rpcuser=someuser
|
|
rpcpassword=somepassword
|
|
host=127.0.0.1
|
|
port=12426
|
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes)
|
|
max_height=3130000
|
|
|
|
# bootstrap.dat input/output settings (linearize-data)
|
|
netmagic=536e6f77
|
|
input=/home/example/.neobytescore/testnet3/blocks
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
hashlist=hashlist.txt
|
|
split_year=1
|
|
genesis=0000042e5e7347b96f676974fa0cd902956ae49ce78d4ca4978d59fa90d7343c
|
|
|
|
# Maxmimum size in bytes of out-of-order blocks cache in memory
|
|
out_of_order_cache_sz = 10000000
|