Skip to content

Instantly share code, notes, and snippets.

@frozeman
Created August 10, 2015 15:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save frozeman/7e40884bb9722a298912 to your computer and use it in GitHub Desktop.
Save frozeman/7e40884bb9722a298912 to your computer and use it in GitHub Desktop.
Test genesis block
{
"nonce": "0x0000000000000042",
"difficulty": "0x1",
"alloc": {
"990ccf8a0de58091c028d6ff76bb235ee67c1c39": {
"balance": "200909800000000000000000000"
},
"343c98e2b6e49bc0fed722c2a269f3814ddd1533": {
"balance": "1000009800000000000000000000"
}
},
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa",
"gasLimit": "0xb2d05e00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment