mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-01 08:05:17 +01:00
18 lines
414 B
TOML
18 lines
414 B
TOML
[parity]
|
|
chain = "/home/parity/config/chain.json"
|
|
|
|
[rpc]
|
|
interface = "0.0.0.0"
|
|
cors = ["all"]
|
|
hosts = ["all"]
|
|
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "personal", "parity_accounts", "signer", "parity_set"]
|
|
|
|
[account]
|
|
password = ["/home/parity/validator.pwd"]
|
|
|
|
[mining]
|
|
engine_signer = "0x00bd138abd70e2f00903268f3db08f2d25677c9e"
|
|
reseal_on_txs = "none"
|
|
force_sealing = true
|
|
reseal_min_period = 500
|