Created
August 14, 2017 20:57
-
-
Save igkuz/19aed09806bf7b0f39ef8b5817fc6cc7 to your computer and use it in GitHub Desktop.
Ethereum genesis sample
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": 15, | |
"homesteadBlock": 0, | |
"eip155Block": 10, | |
"eip158Block": 10 | |
}, | |
"nonce": "0x0000000000000042", | |
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"difficulty": "0x2000", | |
"alloc": {}, | |
"coinbase": "0x0000000000000000000000000000000000000000", | |
"timestamp": "0x00", | |
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"gasLimit": "0x2FEFD8" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment