Created
August 28, 2015 03:48
-
-
Save jdmaresco/3d7bfbc922a44e641f33 to your computer and use it in GitHub Desktop.
Custom Ethereum Genesis File
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
{ | |
"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