Skip to content

Instantly share code, notes, and snippets.

@martinhbramwell
Created April 22, 2016 18:23
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 martinhbramwell/18b80f8e1aef23e692246fa20d256a9f to your computer and use it in GitHub Desktop.
Save martinhbramwell/18b80f8e1aef23e692246fa20d256a9f to your computer and use it in GitHub Desktop.
A private network genesis block for Ethereum devlopment
{
"nonce": "0x0000000000000042",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x0",
"gasLimit": "0x8000000",
"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