github.com/halybang/go-ethereum@v1.0.5-0.20180325041310-3b262bc1367c/genesis_example/genesisTestNet.json (about) 1 { 2 "config": { 3 "chainId": 3, 4 "byzantiumBlock": 0 5 }, 6 "alloc" : {}, 7 "coinbase" : "0x0000000000000000000000000000000000000000", 8 "difficulty" : "0x20000", 9 "extraData" : "", 10 "gasLimit" : "0x2fefd8", 11 "nonce" : "0x000000000000000", 12 "mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000", 13 "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", 14 "timestamp" : "0x00" 15 }