[docs] Fixed outdated link with archive.is
[bitcoinplatinum.git] / contrib / linearize / example-linearize.cfg
blob2315898bf1d7561260fe3a3b5c1dd21c09ca0d9b
1 # bitcoind RPC settings (linearize-hashes)
2 rpcuser=someuser
3 rpcpassword=somepassword
4 #datadir=~/.bitcoin
5 host=127.0.0.1
7 #mainnet default
8 port=8332
10 #testnet default
11 #port=18332
13 #regtest default
14 #port=18443
16 # bootstrap.dat hashlist settings (linearize-hashes)
17 max_height=313000
19 # bootstrap.dat input/output settings (linearize-data)
21 # mainnet
22 netmagic=f9beb4d9
23 genesis=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
24 input=/home/example/.bitcoin/blocks
26 # testnet
27 #netmagic=0b110907
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
35 hashlist=hashlist.txt
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
44 # blockchain file?
45 file_timestamp = 0
46 # Do we want to split the blockchain files given a new month or specific height?
47 split_timestamp = 0
49 # Do we want debug printouts?
50 debug_output = False