2020-06-11 10:39:04 +02:00
|
|
|
# dashd RPC settings (linearize-hashes)
|
2013-08-30 13:37:26 +02:00
|
|
|
rpcuser=someuser
|
2014-02-10 15:52:31 +01:00
|
|
|
rpcpassword=somepassword
|
2020-06-11 10:39:04 +02:00
|
|
|
#datadir=~/.dashcore
|
2013-08-30 13:37:26 +02:00
|
|
|
host=127.0.0.1
|
2014-11-27 18:09:11 +01:00
|
|
|
port=9998
|
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)
|
2015-09-09 04:09:12 +02:00
|
|
|
netmagic=bf0c6bbd
|
2016-07-06 20:44:33 +02:00
|
|
|
input=/home/example/.dashcore/blocks
|
2017-02-02 10:19:06 +01:00
|
|
|
|
2020-01-05 04:23:51 +01:00
|
|
|
# regtest
|
2021-07-15 01:46:13 +02:00
|
|
|
#netmagic=fcc1b7dc
|
|
|
|
#genesis=000008ca1832a4baf228eb1553c03d3a2c8e02399550dd6ea8d65cec3ef23d2e
|
|
|
|
#input=/home/example/.dashcore/regtest/blocks
|
2020-01-05 04:23:51 +01:00
|
|
|
|
2017-02-02 10:19:06 +01:00
|
|
|
# "output" option causes blockchain files to be written to the given location,
|
|
|
|
# with "output_file" ignored. If not used, "output_file" is used instead.
|
|
|
|
# output=/home/example/blockchain_directory
|
2014-08-24 03:46:12 +02:00
|
|
|
output_file=/home/example/Downloads/bootstrap.dat
|
|
|
|
hashlist=hashlist.txt
|
2015-09-09 04:09:12 +02:00
|
|
|
genesis=00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6
|
2013-08-30 13:37:26 +02:00
|
|
|
|
2017-01-29 16:05:06 +01:00
|
|
|
# Maximum 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
|
2017-01-05 11:19:11 +01:00
|
|
|
|
|
|
|
# Do we want the reverse the hash bytes coming from getblockhash?
|
|
|
|
rev_hash_bytes = False
|
2017-02-02 10:19:06 +01:00
|
|
|
|
|
|
|
# On a new month, do we want to set the access and modify times of the new
|
|
|
|
# blockchain file?
|
|
|
|
file_timestamp = 0
|
|
|
|
# Do we want to split the blockchain files given a new month or specific height?
|
|
|
|
split_timestamp = 0
|
|
|
|
|
|
|
|
# Do we want debug printouts?
|
|
|
|
debug_output = False
|