Skip to content

Instantly share code, notes, and snippets.

@iberianpig
Created March 9, 2018 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iberianpig/14f6ea78c12f367cf0b1867eb8d8e016 to your computer and use it in GitHub Desktop.
Save iberianpig/14f6ea78c12f367cf0b1867eb8d8e016 to your computer and use it in GitHub Desktop.
genesis file for multiple nodes testing
{
"config": {
"chainId": 15,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"nonce": "0x0000000000000042",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x8000000",
"difficulty": "0x2000",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x3333333333333333333333333333333333333333",
"alloc": {
"0x84b66321d881545b5ef5f129039465da777b2944": {
"balance": "10000000000000000000000"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment