forked from spacemeshos/go-spacemesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
53 lines (36 loc) · 934 Bytes
/
.env
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
# Port for incoming communication
SMESH_PORT=7513
# Host:port for poet server
SMESH_POET_SERVER=spacemesh-testnet-poet-grpc-lb-949d0cde858743fb.elb.us-east-1.amazonaws.com:50002
# Space for POST
SMESH_POST_SPACE=4294967296
# ?
SMESH_RANDCON=8
# Layer duration in seconds
SMESH_LAYER_DURATION=180
# ?
SMESH_HARE_WAKEUP_DELTA=30
# Hare round duration in seconds
SMESH_HARE_ROUND_DURATION=30
# Layers per Epoch
SMESH_LAYERS_PER_EPOCH=480
# ?
SMESH_CONFIDENCE_PARAM=200
# Average layer size
SMESH_LAYER_SIZE=50
# ?
SMESH_GENESIS_TOTAL_WEIGHT=39321600
# Average hare committee size
SMESH_HARE_COMMITTEE_SIZE=50
# ?
SMESH_HARE_MAX_ADVERSARIES=24
# ?
SMESH_SYNC_REQ_TIMEOUT=60000
# ?
SMESH_POST_LABELS=100
# ?
SMESH_MAX_INBOUND=12
# Genesis time in YYYY-MM-DDTHH:MM:SS+00:00 format
SMESH_GENESIS_TIME=2020-01-24T12:24:02+00:00
# ?
SMESH_BOOTNODES=spacemesh://[email protected]:63937