File tree Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 11{
2- include "base.conf"
3- chain-id = "0x2A"
4- network-id = 42
5- custom-genesis-file = "chains/private-genesis.json"
6- dao = null
7- bootstrap-nodes = []
2+ include "base.conf"
3+ frontier-block-number = "0"
4+ homestead-block-number = "0"
5+ eip150-block-number = "0"
6+ eip155-block-number = "0"
7+ eip160-block-number = "0"
8+ difficulty-bomb-pause-block-number = "0"
9+ difficulty-bomb-continue-block-number = "0"
10+ difficulty-bomb-removal-block-number = "0"
11+ atlantis-block-number = "0"
12+ agharta-block-number = "0"
13+ phoenix-block-number = "0"
14+
15+ chain-id = "0x2A"
16+ network-id = 42
17+ custom-genesis-file = "chains/private.json"
18+ dao = null
19+ bootstrap-nodes = []
820}
Original file line number Diff line number Diff line change @@ -12,12 +12,21 @@ mantis {
1212 # Set to false to disable broadcasting the NewBlockHashes message, as its usefulness is debatable,
1313 # especially in the context of private networks
1414 broadcast-new-block-hashes = false
15+
16+ pruning {
17+ mode = "archive"
18+ }
1519 }
1620
1721 blockchains {
1822 network = "private"
1923 }
2024
25+ consensus {
26+ coinbase = "0011223344556677889900112233445566778899" # has to be changed for each node
27+ mining-enabled = true
28+ }
29+
2130 network {
2231 discovery {
2332 # We assume a fixed cluster, so `bootstrap-nodes` must not be empty
You can’t perform that action at this time.
0 commit comments