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