Created
November 20, 2018 10:53
-
-
Save Krucamper/7c6a7b9d0dd100b159bee36c186be254 to your computer and use it in GitHub Desktop.
genesis file for create private blockchain
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
{ | |
"config": { | |
"chainId": 10, | |
"homesteadBlock": 0, | |
"eip155Block": 0, | |
"eip158Block": 0 | |
}, | |
"alloc" : {}, | |
"coinbase" : "0x0000000000000000000000000000000000000000", | |
"difficulty" : "0x1000", | |
"gasLimit" : "0x100000", | |
"nonce" : "0x0000000000000077", | |
"timestamp" : "0x00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment