poa-bridge/examples/parity_config_kovan.toml

26 lines
469 B
TOML
Raw Normal View History

2017-10-04 20:09:57 -07:00
[parity]
chain = "kovan"
base_path = "./examples/parity_kov"
[account]
2017-10-05 04:03:03 -07:00
unlock = ["0x00dB9af45C6f241432F2cBE412c6969cB7778d98"]
2017-10-04 20:09:57 -07:00
password = ["examples/parity_password_kovan"]
[network]
port = 30333
[rpc]
port = 8555
[websockets]
port = 8556
[mining]
2017-10-05 04:03:03 -07:00
engine_signer = "0x00dB9af45C6f241432F2cBE412c6969cB7778d98"
2017-10-04 20:09:57 -07:00
reseal_on_txs = "all"
usd_per_tx = "0"
reseal_min_period = 0
2017-10-24 04:05:56 -07:00
#[misc]
#logging="poa=trace,signer=trace,engine=trace,own_tx=trace,txqueue=trace,sync=trace"