forked from F1R3FLY-io/f1r3node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstandalone.conf
More file actions
58 lines (49 loc) · 1.44 KB
/
Copy pathstandalone.conf
File metadata and controls
58 lines (49 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
56
57
58
# Local standalone overrides — for running without Docker via `just run-standalone`.
# The node loads its built-in defaults.conf first, then this file merges on top.
# Same as docker/conf/standalone-dev.conf but with local-specific paths.
standalone = true
dev-mode = true
protocol-server {
network-id = "standalone-dev"
allow-private-addresses = true
no-upnp = true
}
storage {
data-dir = "run-local/data/standalone"
}
tls {
certificate-path = "run-local/data/standalone/node.certificate.pem"
key-path = "run-local/data/standalone/node.key.pem"
}
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-block-data {
genesis-data-dir = "run-local/data/standalone/genesis"
bonds-file = "run-local/data/standalone/genesis/bonds.txt"
wallets-file = "run-local/data/standalone/genesis/wallets.txt"
number-of-active-validators = 1
pos-multi-sig-quorum = 1
}
genesis-ceremony {
required-signatures = 0
approve-interval = 1 seconds
approve-duration = 1 seconds
autogen-shard-size = 1
ceremony-master-mode = true
}
}
metrics {
prometheus = true
}