github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/cmd/geth/testdata/genesis_dump-ok.json (about) 1 { 2 "nonce": "0x0000000000000042", 3 "timestamp": "0x0000000000000000000000000000000000000000000000000000000000000000", 4 "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 5 "extraData": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa", 6 "gasLimit": "0x0000000000000000000000000000000000000000000000000000000000001388", 7 "difficulty": "0x0000000000000000000000000000000000000000000000000000000400000000", 8 "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", 9 "coinbase": "0x0000000000000000000000000000000000000000", 10 "alloc": { 11 "000d836201318ec6899a67540690382780743280": { 12 "code": "", 13 "storage": null, 14 "balance": "200000000000000000000" 15 }, 16 "001762430ea9c3a26e5749afdb70da5f78ddbb8c": { 17 "code": "", 18 "storage": null, 19 "balance": "200000000000000000000" 20 }, 21 "001d14804b399c6ef80e64576f657660804fec0b": { 22 "code": "", 23 "storage": null, 24 "balance": "4200000000000000000000" 25 } 26 } 27 } 28 29