Skip to content

Instantly share code, notes, and snippets.

@jhennin
Last active October 3, 2017 17:44
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 jhennin/7a5fb30355b545087d7cf0df5252c160 to your computer and use it in GitHub Desktop.
Save jhennin/7a5fb30355b545087d7cf0df5252c160 to your computer and use it in GitHub Desktop.
Genesis file for private blockchain.
{
"config": {
"chainId": 15,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"difficulty": "400000",
"gasLimit": "2100000",
"alloc": {
"[Account #1 Address]": { "balance": "1000000000000000000" },
"[Account #2 Address]": { "balance": "2000000000000000000" },
"[Account #3 Address]": { "balance": "3000000000000000000" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment