5207cf051f
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m8s
21 lines
551 B
INI
21 lines
551 B
INI
|
|
# bitcoind RPC settings (linearize-hashes)
|
|
rpcuser=someuser
|
|
rpcpassword=somepassword
|
|
host=127.0.0.1
|
|
port=1427
|
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes)
|
|
max_height=3130000
|
|
|
|
# bootstrap.dat input/output settings (linearize-data)
|
|
netmagic=456c6c61
|
|
input=/home/example/.neobytes/blocks
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
hashlist=hashlist.txt
|
|
split_year=1
|
|
genesis=000002333ac985182810346a7c4c81dff5b73597e9aadc7dd2f5b23e80817d8c
|
|
|
|
# Maxmimum size in bytes of out-of-order blocks cache in memory
|
|
out_of_order_cache_sz = 10000000
|