-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample-linearize.cfg
55 lines (43 loc) · 1.54 KB
/
example-linearize.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# sugarchaind RPC settings (linearize-hashes)
rpcuser=rpcuser
rpcpassword=rpcpassword
#datadir=~/.sugarchain
host=127.0.0.1
#mainnet default
port=34229
#testnet default
#port=44229
#regtest default
#port=45339
# bootstrap.dat hashlist settings (linearize-hashes)
# at this moment, the height is approx. 1043388
max_height=1043000
# bootstrap.dat input/output settings (linearize-data)
# mainnet
netmagic=9feb4b9d
genesis=7d5eaec2dbb75f99feadfa524c78b7cabc1d8c8204f79d4f3a83381b811b0adc
# path should be an absolute path
# input=/home/example/.sugarchain/blocks
input=/home/{USERNAME}/.sugarchain/blocks
# testnet
#netmagic=0b110907
#genesis=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943
#input=/home/example/.sugarchain/testnet5/blocks
# "output" option causes blockchain files to be written to the given location,
# with "output_file" ignored. If not used, "output_file" is used instead.
# output=/home/example/blockchain_directory
# path should be an absolute path
# output_file=/home/example/Downloads/bootstrap.dat
output_file=/home/{USERNAME}/Desktop/bootstrap.dat
hashlist=hashlist.txt
# Maximum size in bytes of out-of-order blocks cache in memory
out_of_order_cache_sz = 100000000
# Do we want the reverse the hash bytes coming from getblockhash?
rev_hash_bytes = False
# On a new month, do we want to set the access and modify times of the new
# blockchain file?
file_timestamp = 0
# Do we want to split the blockchain files given a new month or specific height?
split_timestamp = 0
# Do we want debug printouts?
debug_output = False