blob: 0261d8de429e3f845177112c2d6c0984f23de2dd (
plain) (
blame)
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
|
title = "DEXON Consensus Simulation Config"
[node]
num = 7
max_block = 18446744073709551615
[node.consensus]
phi_ratio = 6.666666865348816e-01
k = 1
chain_num = 7
genesis_crs = "In DEXON we trust."
lambda_ba = 250
lambda_dkg = 4000
round_interval = 200000
notary_set_size = 7
dkg_set_size = 7
min_block_interval = 750
[node.legacy]
propose_interval_mean = 5e+02
propose_interval_sigma = 5e+01
[networking]
type = "fake"
peer_server = "127.0.0.1"
mean = 1e+01
sigma = 1e+01
loss_rate_value = 0e+00
[scheduler]
worker_num = 2
|