Skip to content

Commit 1b65c10

Browse files
mmrozekShay Bergmann
authored and
Shay Bergmann
committed
[CHORE] Testnet config
1 parent 0ebe794 commit 1b65c10

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed
Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
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
}

src/universal/conf/private-testnet.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)