2018-12-06 09:16:50 +01:00
|
|
|
[parity]
|
2018-12-06 14:54:10 +01:00
|
|
|
chain = "/home/parity/config/chain.json"
|
2018-12-06 09:16:50 +01:00
|
|
|
|
|
|
|
[rpc]
|
|
|
|
interface = "0.0.0.0"
|
|
|
|
cors = ["all"]
|
|
|
|
hosts = ["all"]
|
2018-12-06 14:54:10 +01:00
|
|
|
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "personal", "parity_accounts", "signer", "parity_set"]
|
2018-12-06 09:16:50 +01:00
|
|
|
|
|
|
|
[account]
|
2018-12-06 14:54:10 +01:00
|
|
|
password = ["/home/parity/validator.pwd"]
|
|
|
|
|
|
|
|
[mining]
|
|
|
|
engine_signer = "0x00bd138abd70e2f00903268f3db08f2d25677c9e"
|
|
|
|
reseal_on_txs = "none"
|
|
|
|
force_sealing = true
|
|
|
|
reseal_min_period = 500
|