Skip to content

Instantly share code, notes, and snippets.

@CowboyJim
Created May 18, 2017 12:53
Show Gist options
  • Save CowboyJim/5a2d98896abf0498d140bdeee5c0aba9 to your computer and use it in GitHub Desktop.
Save CowboyJim/5a2d98896abf0498d140bdeee5c0aba9 to your computer and use it in GitHub Desktop.
Genesis block
{
"nonce": "0x0000000000000042",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "Custom Genesis Block",
"gasLimit": "0x8000000",
"difficulty": "0x0100",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x3333333333333333333333333333333333333333",
"alloc": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment