mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Create genesis.json
This commit is contained in:
parent
e4e93bdec0
commit
deb89e1350
1 changed files with 43 additions and 0 deletions
43
genesis.json
Normal file
43
genesis.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"config": {
|
||||
"chainId": 1,
|
||||
"homesteadBlock": 0,
|
||||
"eip150Block": 0,
|
||||
"eip155Block": 0,
|
||||
"eip158Block": 0,
|
||||
"daoForkBlock": 0,
|
||||
"daoForkSupport": true,
|
||||
"byzantiumBlock": 0,
|
||||
"ethash": {}
|
||||
},
|
||||
"nonce": "0x0",
|
||||
"timestamp": "0x5A7C5A6B",
|
||||
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000001d3eaaeade1f26209bd612e18f4786f0ea983eff201098c849e08993d0b739e1072f43f8063b8e6c8fff96ef79c64b4693c497f03ccab86ca312b0db0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
||||
"gasLimit": "0x8000000",
|
||||
"difficulty": "0x1",
|
||||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"coinbase": "0x0000000000000000000000000000000000000000",
|
||||
"alloc": {
|
||||
"9b31c50f8155e12105edf47a9e52d1da60979af2": {
|
||||
"balance": "50000000000000000000000000"
|
||||
},
|
||||
"66819a1a22a6657bc4c79e22bad9bbf00a31abf9": {
|
||||
"balance": "3000000000000000000000000"
|
||||
},
|
||||
"3c49874c8045b3a8057affda09f88aa2a27623f0": {
|
||||
"balance": "7000000000000000000000000"
|
||||
},
|
||||
"becfb3ea7bc00d7a4763c187509dc7d8b8de9c2c": {
|
||||
"balance": "20000000000000000000000000"
|
||||
},
|
||||
"cb4fee6e247fc88190a011f3e8df8a999d9939e0": {
|
||||
"balance": "10000000000000000000000000"
|
||||
},
|
||||
"da70a5d5b6631d27084c54abb2076abdcd56a656": {
|
||||
"balance": "10000000000000000000000000"
|
||||
}
|
||||
},
|
||||
"number": "0x0",
|
||||
"gasUsed": "0x0",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
}
|
||||
Loading…
Reference in a new issue