Skip to content

Instantly share code, notes, and snippets.

@kyroy

kyroy/poa.json Secret

Last active November 2, 2016 16:20
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 kyroy/741a275a7af7b60ae66dc59d27089dcd to your computer and use it in GitHub Desktop.
Save kyroy/741a275a7af7b60ae66dc59d27089dcd to your computer and use it in GitHub Desktop.
My Parity Proof of Authority genesis block
{
"name": "Homestead (PoA)",
"engine": {
"BasicAuthority": {
"params": {
"gasLimitBoundDivisor": "0x0400",
"durationLimit": "0x0d",
"authorities" : ["0xa8fa5dd30a87bb9e3288d604eb74949c515ab66e"]
}
}
},
"params": {
"accountStartNonce": "0x0100000",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID" : "0x42"
},
"genesis": {
"seal": {
"ethereum": {
"nonce": "0x00006d6f7264656e",
"mixHash": "0x00000000000000000000000000000000000000647572616c65787365646c6578"
}
},
"difficulty": "0x20000",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x493E00"
},
"nodes": [
"enode:////c2328c3e7857106585dbb59b712ac2ab9443d4f0b55b77451fbf33c0dda58b882f0683c4c9222cbf8d1d6893e7f926d487630810202a2c75ec6dd996dbe84715@192.168.0.12:30305"
],
"accounts": {
"0000000000000000000000000000000000000001": { "balance": "1", "nonce": "1048576", "builtin": { "name": "ecrecover", "pricing": { "linear": { "base": 3000, "word": 0 } } } },
"0000000000000000000000000000000000000002": { "balance": "1", "nonce": "1048576", "builtin": { "name": "sha256", "pricing": { "linear": { "base": 60, "word": 12 } } } },
"0000000000000000000000000000000000000003": { "balance": "1", "nonce": "1048576", "builtin": { "name": "ripemd160", "pricing": { "linear": { "base": 600, "word": 120 } } } },
"0000000000000000000000000000000000000004": { "balance": "1", "nonce": "1048576", "builtin": { "name": "identity", "pricing": { "linear": { "base": 15, "word": 3 } } } },
"a8fa5dd30a87bb9e3288d604eb74949c515ab66e": { "balance": "1606938044258990275541962092341162602522202993782792835301376", "nonce": "1048576" },
"0081f835f8977453a4f314df9671f17123d42fe0": { "balance": "100", "nonce": "1048576" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment