# dashd RPC settings (linearize-hashes) rpcuser=someuser rpcpassword=somepassword #datadir=~/.dashcore 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 # regtest #netmagic=fcc1b7dc #genesis=000008ca1832a4baf228eb1553c03d3a2c8e02399550dd6ea8d65cec3ef23d2e #input=/home/example/.dashcore/regtest/blocks # "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 output_file=/home/example/Downloads/bootstrap.dat hashlist=hashlist.txt genesis=00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6 # Maximum 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 # 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