2013-08-30 13:37:26 +02:00
|
|
|
|
2014-08-24 03:46:12 +02:00
|
|
|
# bitcoind RPC settings (linearize-hashes)
|
2013-08-30 13:37:26 +02:00
|
|
|
rpcuser=someuser
|
2014-02-10 15:52:31 +01:00
|
|
|
rpcpassword=somepassword
|
2013-08-30 13:37:26 +02:00
|
|
|
host=127.0.0.1
|
2024-02-05 23:00:22 +01:00
|
|
|
port=11426
|
2013-08-30 13:37:26 +02:00
|
|
|
|
2014-08-24 03:46:12 +02:00
|
|
|
# bootstrap.dat hashlist settings (linearize-hashes)
|
2015-09-09 04:09:12 +02:00
|
|
|
max_height=3130000
|
2014-08-24 03:46:12 +02:00
|
|
|
|
|
|
|
# bootstrap.dat input/output settings (linearize-data)
|
2024-02-05 23:00:22 +01:00
|
|
|
netmagic=536e6f77
|
|
|
|
input=/home/example/.neobytescore/blocks
|
2014-08-24 03:46:12 +02:00
|
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
|
|
hashlist=hashlist.txt
|
2014-08-24 04:59:16 +02:00
|
|
|
split_year=1
|
2024-02-05 23:00:22 +01:00
|
|
|
genesis=00000cb14ca1b70af1ad67f4e2f478da3ea4eae76f95e4b6b60895478beacb79
|
2013-08-30 13:37:26 +02:00
|
|
|
|
2014-10-06 17:55:55 +02:00
|
|
|
# Maxmimum size in bytes of out-of-order blocks cache in memory
|
2015-09-09 04:09:12 +02:00
|
|
|
out_of_order_cache_sz = 10000000
|