-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstandalone-dev.conf
More file actions
46 lines (39 loc) · 1.06 KB
/
Copy pathstandalone-dev.conf
File metadata and controls
46 lines (39 loc) · 1.06 KB
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
# Standalone overrides — single-node mode for local development.
# The node loads its built-in defaults.conf first, then this file merges on top.
# No network peers required — node creates and approves its own genesis.
standalone = true
dev-mode = true
protocol-server {
network-id = "standalone-dev"
allow-private-addresses = true
no-upnp = true
}
casper {
fault-tolerance-threshold = 0.0
synchrony-constraint-threshold = 0.0
casper-loop-interval = 5 seconds
requested-blocks-timeout = 60 seconds
fork-choice-stale-threshold = 30 seconds
fork-choice-check-if-stale-interval = 1 minutes
max-number-of-parents = 100
enable-mergeable-channel-gc = true
heartbeat {
enabled = true
check-interval = 5 seconds
max-lfb-age = 10 seconds
}
genesis-ceremony {
required-signatures = 0
approve-interval = 1 seconds
approve-duration = 1 seconds
autogen-shard-size = 1
ceremony-master-mode = true
}
genesis-block-data {
number-of-active-validators = 1
pos-multi-sig-quorum = 1
}
}
metrics {
prometheus = true
}