Skip to content

Instantly share code, notes, and snippets.

@JohannesBertens
Last active September 12, 2018 10: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 JohannesBertens/bec93102003d088457e26b8f7e49caf2 to your computer and use it in GitHub Desktop.
Save JohannesBertens/bec93102003d088457e26b8f7e49caf2 to your computer and use it in GitHub Desktop.
Genesis JSON for our private Ethereum network
{
"config": {
"chainId": 0,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"alloc": {
"0x0000000000000000000000000000000000000001": {"balance": "111111111"},
"0x0000000000000000000000000000000000000002": {"balance": "222222222"}
},
"coinbase" : "0x0000000000000000000000000000000000000000",
"difficulty" : "0x02000",
"extraData" : "",
"gasLimit" : "0x2fefd8",
"nonce" : "0x0000000000000042",
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment