CKeyPool avoid "catch (...)" in SerializationOp
[bitcoinplatinum.git] / contrib / linearize / example-linearize.cfg
blob2cc910edfed158643d45a17d9b63bec6a39db378
1 # bitcoind RPC settings (linearize-hashes)
2 rpcuser=someuser
3 rpcpassword=somepassword
4 host=127.0.0.1
5 port=8332
6 #port=18332
8 # bootstrap.dat hashlist settings (linearize-hashes)
9 max_height=313000
11 # bootstrap.dat input/output settings (linearize-data)
13 # mainnet
14 netmagic=f9beb4d9
15 genesis=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
16 input=/home/example/.bitcoin/blocks
18 # testnet
19 #netmagic=0b110907
20 #genesis=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943
21 #input=/home/example/.bitcoin/testnet3/blocks
23 # "output" option causes blockchain files to be written to the given location,
24 # with "output_file" ignored. If not used, "output_file" is used instead.
25 # output=/home/example/blockchain_directory
26 output_file=/home/example/Downloads/bootstrap.dat
27 hashlist=hashlist.txt
29 # Maximum size in bytes of out-of-order blocks cache in memory
30 out_of_order_cache_sz = 100000000
32 # Do we want the reverse the hash bytes coming from getblockhash?
33 rev_hash_bytes = False
35 # On a new month, do we want to set the access and modify times of the new
36 # blockchain file?
37 file_timestamp = 0
38 # Do we want to split the blockchain files given a new month or specific height?
39 split_timestamp = 0
41 # Do we want debug printouts?
42 debug_output = False