Skip to content

Instantly share code, notes, and snippets.

@verdana
Last active December 27, 2017 06:54
Show Gist options
  • Save verdana/f0d0fffa3ac4633e8804fc9e490e899e to your computer and use it in GitHub Desktop.
Save verdana/f0d0fffa3ac4633e8804fc9e490e899e to your computer and use it in GitHub Desktop.
Genesis block config example
{
"config": {
"chainId": 99,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0
},
"alloc": {},
"nonce": "0x0000000000000042",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x5F5E100",
"difficulty": "0x400",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment