Last active
August 27, 2017 23:40
-
-
Save ariesmcrae/ffc66ef94a4038513859ed15ab647590 to your computer and use it in GitHub Desktop.
genesis.json
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
{ | |
"difficulty":"0x400", | |
"extraData":"", | |
"gasLimit":"0x8000000", | |
"nonce":"0x0000000000000042", | |
"mixhash":"0x0000000000000000000000000000000000000000000000000000000000000000", | |
"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000", | |
"timestamp":"0x0", | |
"alloc":{ | |
}, | |
"config":{ | |
"chainId":15, | |
"homesteadBlock":0, | |
"eip155Block":0, | |
"eip158Block":0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment