github.com/halybang/go-ethereum@v1.0.5-0.20180325041310-3b262bc1367c/genesis_example/genesis_poa.json (about) 1 { 2 "config": { 3 "chainId": 718, 4 "homesteadBlock": 1, 5 "eip150Block": 2, 6 "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", 7 "eip155Block": 3, 8 "eip158Block": 3, 9 "clique": { 10 "period": 5, 11 "epoch": 30000 12 } 13 }, 14 "nonce": "0x0", 15 "timestamp": "0x5994f69b", 16 "extraData": "0x74686973206973206120746573740000000000000000000000000000000000002d0e7c0813a51d3bd1d08246af2a8a7a57d8922e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 17 "gasLimit": "900000000", 18 "difficulty": "0x1", 19 "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 20 "coinbase": "0x0000000000000000000000000000000000000000", 21 "alloc": { 22 "0x2d0e7c0813a51d3bd1d08246af2a8a7a57d8922e": { 23 "balance": "0x200000000000000000000000000000000000000000000000000000000000000" 24 } 25 }, 26 "number": 0, 27 "gasUsed": "0x0", 28 "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" 29 } 30