Created
December 23, 2017 21:44
-
-
Save dickolsson/b6bfa37e2f82c7039ae770723a98e58f to your computer and use it in GitHub Desktop.
Example genesis file for a private Ethereum network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"chainId": 99, | |
"homesteadBlock": 1, | |
"eip150Block": 2, | |
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"eip155Block": 3, | |
"eip158Block": 3, | |
"byzantiumBlock": 4, | |
"clique": { | |
"period": 15, | |
"epoch": 30000 | |
} | |
}, | |
"nonce": "0x0", | |
"timestamp": "0x0", | |
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000001d3eaaeade1f26209bd612e18f4786f0ea983eff201098c849e08993d0b739e1072f43f8063b8e6c8fff96ef79c64b4693c497f03ccab86ca312b0db0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | |
"gasLimit": "0x8000000", | |
"difficulty": "0x1", | |
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"coinbase": "0x0000000000000000000000000000000000000000", | |
"alloc": { | |
"1d3eaaeade1f26209bd612e18f4786f0ea983eff": { | |
"balance": "0x200000000000000000000000000000000000000000000000000000000000000" | |
}, | |
"201098c849e08993d0b739e1072f43f8063b8e6c": { | |
"balance": "0x200000000000000000000000000000000000000000000000000000000000000" | |
}, | |
"8fff96ef79c64b4693c497f03ccab86ca312b0db": { | |
"balance": "0x200000000000000000000000000000000000000000000000000000000000000" | |
} | |
}, | |
"number": "0x0", | |
"gasUsed": "0x0", | |
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment