Skip to content

Instantly share code, notes, and snippets.

@canimus
Forked from frozeman/test-genesis.json
Last active February 1, 2018 16:57
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 canimus/d1113d97329a6351fd61ae02a790db6a to your computer and use it in GitHub Desktop.
Save canimus/d1113d97329a6351fd61ae02a790db6a to your computer and use it in GitHub Desktop.
Test genesis block
{
"config": {
"chainId": 88888,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"coinbase" : "0x0000000000000000000000000000000000000000",
"difficulty" : "0x1",
"extraData" : "0x00",
"gasLimit" : "0x47e7c5",
"nonce" : "0x0000000000000042",
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x00",
"alloc" : {
"c2d7cf95645d33006175b78989035c7c9061d3f9": {"balance": "888888888888888888888888"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment