Skip to content

Instantly share code, notes, and snippets.

@Krucamper
Created November 20, 2018 10:53
Show Gist options
  • Save Krucamper/7c6a7b9d0dd100b159bee36c186be254 to your computer and use it in GitHub Desktop.
Save Krucamper/7c6a7b9d0dd100b159bee36c186be254 to your computer and use it in GitHub Desktop.
genesis file for create private blockchain
{
"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