Skip to content

Instantly share code, notes, and snippets.

@jdmaresco
Created August 28, 2015 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jdmaresco/3d7bfbc922a44e641f33 to your computer and use it in GitHub Desktop.
Save jdmaresco/3d7bfbc922a44e641f33 to your computer and use it in GitHub Desktop.
Custom Ethereum Genesis File
{
"nonce": "0x0000000000000042",
"difficulty": "0x40000",
"alloc": {
"YOUR_COINBASE_ADDRESS": {
"balance": "10015200000000000000000"
}
},
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x4c4b40"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment