forked from mit-dci/opencbdc-tx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
multimachine.cfg.sample
36 lines (36 loc) · 1010 Bytes
/
multimachine.cfg.sample
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
atomizer_count=3
atomizer0_endpoint="192.168.1.2:5555"
atomizer0_raft_endpoint="192.168.1.2:6666"
atomizer1_endpoint="192.168.1.3:5556"
atomizer1_raft_endpoint="192.168.1.3:6667"
atomizer2_endpoint="192.168.1.4:5557"
atomizer2_raft_endpoint="192.168.1.4:6668"
archiver_count=1
archiver0_endpoint="192.168.1.5:4555"
archiver0_db="archiver0_db"
shard_count=2
shard0_endpoint="192.168.1.6:6555"
shard0_start=0
shard0_end=127
shard0_db="shard0"
shard1_endpoint="192.168.1.7:6556"
shard1_start=128
shard1_end=255
shard1_db="shard1"
sentinel_count=2
sentinel0_endpoint="192.168.1.8:7555"
sentinel1_endpoint="192.168.1.9:7556"
window_size=120000
stxo_cache_depth=2
target_block_interval=250
election_timeout_upper=4000
election_timeout_lower=3000
heartbeat=1000
raft_max_batch=100000
snapshot_distance=1000000000
loadgen_sendtx_input_count=0
loadgen_sendtx_output_count=0
loadgen_invalid_tx_rate=0.0
watchtower_count=1
watchtower0_client_endpoint="192.168.1.12:8555"
watchtower0_internal_endpoint="192.168.1.12:8556"