Skip to content

Instantly share code, notes, and snippets.

@jtobin
Created February 29, 2016 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtobin/7a8ca510095115a669c6 to your computer and use it in GitHub Desktop.
Save jtobin/7a8ca510095115a669c6 to your computer and use it in GitHub Desktop.
Ethereum genesis block
{
"nonce": "0xcafebabecafebabe",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x0",
"gasLimit": "0xfffffff",
"difficulty": "0x400",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x3333333333333333333333333333333333333333",
"alloc": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment