1 # bitcoind RPC settings (linearize-hashes)
3 rpcpassword=somepassword
9 # bootstrap.dat hashlist settings (linearize-hashes)
12 # bootstrap.dat input/output settings (linearize-data)
16 genesis=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
17 input=/home/example/.bitcoin/blocks
21 #genesis=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943
22 #input=/home/example/.bitcoin/testnet3/blocks
24 # "output" option causes blockchain files to be written to the given location,
25 # with "output_file" ignored. If not used, "output_file" is used instead.
26 # output=/home/example/blockchain_directory
27 output_file=/home/example/Downloads/bootstrap.dat
30 # Maximum size in bytes of out-of-order blocks cache in memory
31 out_of_order_cache_sz = 100000000
33 # Do we want the reverse the hash bytes coming from getblockhash?
34 rev_hash_bytes = False
36 # On a new month, do we want to set the access and modify times of the new
39 # Do we want to split the blockchain files given a new month or specific height?
42 # Do we want debug printouts?