Created
July 8, 2017 09:01
-
-
Save b1zantine/80c68b01658b30169516230dc3c5712e to your computer and use it in GitHub Desktop.
Custom Genesis file to initialize ethereum using geth init
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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