-
-
Save dodikk/6e4b5fdc141025d609756f8aa5a20d63 to your computer and use it in GitHub Desktop.
Custom Ethereum Genesis File
This file contains hidden or 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