example-linearize.cfg raw
1 # bitcoind RPC settings (linearize-hashes)
2 rpcuser=someuser
3 rpcpassword=somepassword
4 #datadir=~/.bitcoin
5 host=127.0.0.1
6
7 #mainnet default
8 port=8332
9
10 #testnet default
11 #port=18332
12
13 #regtest default
14 #port=18443
15
16 #signet default
17 #port=38332
18
19 # bootstrap.dat hashlist settings (linearize-hashes)
20 max_height=313000
21
22 # bootstrap.dat input/output settings (linearize-data)
23
24 # mainnet
25 netmagic=f9beb4d9
26 genesis=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
27 input=/home/example/.bitcoin/blocks
28
29 # testnet
30 #netmagic=0b110907
31 #genesis=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943
32 #input=/home/example/.bitcoin/testnet3/blocks
33
34 # regtest
35 #netmagic=fabfb5da
36 #genesis=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206
37 #input=/home/example/.bitcoin/regtest/blocks
38
39 # signet
40 #netmagic=0a03cf40
41 #genesis=00000008819873e925422c1ff0f99f7cc9bbb232af63a077a480a3633bee1ef6
42 #input=/home/example/.bitcoin/signet/blocks
43
44 # "output" option causes blockchain files to be written to the given location,
45 # with "output_file" ignored. If not used, "output_file" is used instead.
46 # output=/home/example/blockchain_directory
47 output_file=/home/example/Downloads/bootstrap.dat
48 hashlist=hashlist.txt
49
50 # Maximum size in bytes of out-of-order blocks cache in memory
51 out_of_order_cache_sz = 100000000
52
53 # Do we want the reverse the hash bytes coming from getblockhash?
54 rev_hash_bytes = False
55
56 # On a new month, do we want to set the access and modify times of the new
57 # blockchain file?
58 file_timestamp = 0
59 # Do we want to split the blockchain files given a new month or specific height?
60 split_timestamp = 0
61
62 # Do we want debug printouts?
63 debug_output = False
64