Skip to content

Instantly share code, notes, and snippets.

@b1zantine
Created July 8, 2017 09:01
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 b1zantine/80c68b01658b30169516230dc3c5712e to your computer and use it in GitHub Desktop.
Save b1zantine/80c68b01658b30169516230dc3c5712e to your computer and use it in GitHub Desktop.
Custom Genesis file to initialize ethereum using geth init
{
"config": {
"chainId": 13,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"difficulty": "200000000",
"gasLimit": "2100000",
"alloc": {
"941f1f0b08757457be0b52d83a1e3e566473ed61": { "balance": "100000000" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment