barge/parity/parity/config/validator.toml

22 lines
828 B
TOML
Raw Normal View History

2018-05-18 16:32:42 +02:00
[parity]
2018-11-12 09:12:49 +01:00
chain = "/home/parity/parity/config/chain.json"
2018-05-18 16:32:42 +02:00
[rpc]
interface = "0.0.0.0"
cors = ["all"]
hosts = ["all"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "personal", "parity_accounts", "signer", "parity_set"]
[network]
bootnodes = [
"enode://147573f46fe9f5cc38fbe070089a31390baec5dd2827c8f2ef168833e4d0254fbee3969a02c5b9910ea5d5b23d86a6ed5eabcda17cc12007b7d9178b6c697aa5@172.16.0.10:30303",
"enode://1412ee9b9e23700e4a67a8fe3d8d02e10376b6e1cb748eaaf8aa60d4652b27872a8e1ad65bb31046438a5d3c1b71b00ec3ce0b4b42ac71464b28026a3d0b53af@172.16.0.11:30303",
2018-06-18 17:11:02 +02:00
"enode://9076c143a487aa163437a86f7d009f257f405c50bb2316800b9c9cc40e5a38fef5b414a47636ec38fdabc8a1872b563effa8574a7f8f85dc6bde465c368f1bf5@172.16.0.12:30303"
2018-05-18 16:32:42 +02:00
]
[account]
2018-11-12 09:12:49 +01:00
password = ["/home/parity/parity/validator.pwd"]
2018-05-18 16:32:42 +02:00
[mining]
reseal_on_txs = "none"