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