poa-bridge/examples/parity_config_kovan.toml

28 lines
575 B
TOML
Raw Normal View History

2017-10-04 20:09:57 -07:00
[parity]
chain = "kovan"
base_path = "./examples/parity_kov"
2017-10-26 05:23:25 -07:00
no_persistent_txqueue = true
2017-10-04 20:09:57 -07:00
[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
2017-10-25 09:18:44 -07:00
#[mining]
#engine_signer = "0x00dB9af45C6f241432F2cBE412c6969cB7778d98"
#reseal_on_txs = "all"
#usd_per_tx = "0"
#reseal_min_period = 0
2017-10-24 04:05:56 -07:00
2017-10-26 05:23:25 -07:00
[misc]
2017-10-24 04:05:56 -07:00
#logging="poa=trace,signer=trace,engine=trace,own_tx=trace,txqueue=trace,sync=trace"
2017-10-26 05:23:25 -07:00
logging="poa=trace,signer=trace,engine=trace,own_tx=trace,txqueue=trace"