README: add config to genesis.json (#14373)

README: add config to genesis.json
This commit is contained in:
nicky g 2017-05-03 12:40:36 +05:30 committed by Felix Lange
parent cf4faa491a
commit c3dc01caf1
1 changed files with 6 additions and 0 deletions

View File

@ -161,6 +161,12 @@ and agree upon. This consists of a small JSON file (e.g. call it `genesis.json`)
```json
{
"config": {
"chainId": 0,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"alloc" : {},
"coinbase" : "0x0000000000000000000000000000000000000000",
"difficulty" : "0x20000",