Merge #10509: Remove xvfb configuration from travis
[bitcoinplatinum.git] / contrib / linearize / example-linearize.cfg
blobd019b06b6c0afd7de90e078fa96cabea055b4ddc
1 # bitcoind RPC settings (linearize-hashes)
2 rpcuser=someuser
3 rpcpassword=somepassword
4 #datadir=~/.bitcoin
5 host=127.0.0.1
6 port=8332
7 #port=18332
9 # bootstrap.dat hashlist settings (linearize-hashes)
10 max_height=313000
12 # bootstrap.dat input/output settings (linearize-data)
14 # mainnet
15 netmagic=f9beb4d9
16 genesis=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
17 input=/home/example/.bitcoin/blocks
19 # testnet
20 #netmagic=0b110907
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
28 hashlist=hashlist.txt
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
37 # blockchain file?
38 file_timestamp = 0
39 # Do we want to split the blockchain files given a new month or specific height?
40 split_timestamp = 0
42 # Do we want debug printouts?
43 debug_output = False