Skip to content

Instantly share code, notes, and snippets.

Created August 24, 2017 06:32
Show Gist options
  • Save anonymous/22c1391189e8abfd8bdf3736adbd4483 to your computer and use it in GitHub Desktop.
Save anonymous/22c1391189e8abfd8bdf3736adbd4483 to your computer and use it in GitHub Desktop.
devChain
{
"name": "DevelopmentChain",
"engine": {
"instantSeal": {
"params": {}
}
},
"params": {
"accountStartNonce": "0x0",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x11"
},
"genesis": {
"seal": {
"generic": "0x0"
},
"difficulty": "0x20000",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x23C34600"
},
"accounts": {
"0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
"0x4471974679E4c956F379BD6761b62e65c169a83A": {
"balance": "329842793472938473873874"
},
"0x476C88ED464EFD251a8b18Eb84785F7C46807873": {
"balance": "328742384239847982394298"
}
}
}
[parity]
chain = "chain.json"
[network]
port = 30303
min_peers = 25
max_peers = 50
nat = "any"
discovery = true
warp = true
allow_ips = "all"
[rpc]
disable = false
port = 8545
interface = "all"
cors = "null"
apis = ["web3", "eth", "net", "parity", "traces", "rpc"]
hosts = ["all"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment