aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-08-19 19:08:34 +0800
committerGitHub <noreply@github.com>2019-08-19 19:08:34 +0800
commit9dfca5df4b0e36826526f4ee11cf3c2561eb33c6 (patch)
tree470559636189d6a4250beb13e67841d6028ed6f6
parent85d2b0d654f25a12530f623b5642d8e03b68404a (diff)
parent273b3741b6d54aa22e2d03ec3a2d6e7daf711fcb (diff)
downloadgo-tangerine-9dfca5df4b0e36826526f4ee11cf3c2561eb33c6.tar
go-tangerine-9dfca5df4b0e36826526f4ee11cf3c2561eb33c6.tar.gz
go-tangerine-9dfca5df4b0e36826526f4ee11cf3c2561eb33c6.tar.bz2
go-tangerine-9dfca5df4b0e36826526f4ee11cf3c2561eb33c6.tar.lz
go-tangerine-9dfca5df4b0e36826526f4ee11cf3c2561eb33c6.tar.xz
go-tangerine-9dfca5df4b0e36826526f4ee11cf3c2561eb33c6.tar.zst
go-tangerine-9dfca5df4b0e36826526f4ee11cf3c2561eb33c6.zip
Merge pull request #19983 from karalabe/private-chain-config
README: update private network fork config fields
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd2594154..eaadb8985 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Specifying the `--testnet` flag, however, will reconfigure your `geth` instance
this.
* Instead of connecting the main Ethereum network, the client will connect to the test
network, which uses different P2P bootnodes, different network IDs and genesis states.
-
+
*Note: Although there are some internal protective measures to prevent transactions from
crossing over between the main network and test network, you should make sure to always
use separate accounts for play-money and real-money. Unless you manually move
@@ -212,8 +212,12 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes
"config": {
"chainId": 0,
"homesteadBlock": 0,
+ "eip150Block": 0,
"eip155Block": 0,
- "eip158Block": 0
+ "eip158Block": 0,
+ "byzantiumBlock": 0,
+ "constantinopleBlock": 0,
+ "petersburgBlock": 0
},
"alloc": {},
"coinbase": "0x0000000000000000000000000000000000000000",