neobytes/contrib/linearize/example-linearize.cfg
Wladimir J. van der Laan 882e2cdb9f Merge #9373: Linearize script update (hash byte reversal and Python 3 support)
3c8f63b Make linearize scripts Python 3-compatible. (Doug)
d5aa198 Allow linearization scripts to support hash byte reversal (Doug)
2018-01-18 07:33:44 +01:00

23 lines
628 B
INI

# bitcoind RPC settings (linearize-hashes)
rpcuser=someuser
rpcpassword=somepassword
host=127.0.0.1
port=9998
# bootstrap.dat hashlist settings (linearize-hashes)
max_height=3130000
# bootstrap.dat input/output settings (linearize-data)
netmagic=bf0c6bbd
input=/home/example/.dashcore/blocks
output_file=/home/example/Downloads/bootstrap.dat
hashlist=hashlist.txt
genesis=00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6
# Maxmimum size in bytes of out-of-order blocks cache in memory
out_of_order_cache_sz = 10000000
# Do we want the reverse the hash bytes coming from getblockhash?
rev_hash_bytes = False