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 1
1
{
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 = []
8
20
}
Original file line number Diff line number Diff line change @@ -12,12 +12,21 @@ mantis {
12
12
# Set to false to disable broadcasting the NewBlockHashes message, as its usefulness is debatable,
13
13
# especially in the context of private networks
14
14
broadcast-new-block-hashes = false
15
+
16
+ pruning {
17
+ mode = "archive"
18
+ }
15
19
}
16
20
17
21
blockchains {
18
22
network = "private"
19
23
}
20
24
25
+ consensus {
26
+ coinbase = "0011223344556677889900112233445566778899" # has to be changed for each node
27
+ mining-enabled = true
28
+ }
29
+
21
30
network {
22
31
discovery {
23
32
# We assume a fixed cluster, so `bootstrap-nodes` must not be empty
You can’t perform that action at this time.
0 commit comments