Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created August 14, 2017 20:57
Show Gist options
  • Save igkuz/19aed09806bf7b0f39ef8b5817fc6cc7 to your computer and use it in GitHub Desktop.
Save igkuz/19aed09806bf7b0f39ef8b5817fc6cc7 to your computer and use it in GitHub Desktop.
Ethereum genesis sample
{
"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