cic-stack/apps/bloxbergValidatorSetup/validator/validator.toml

37 lines
772 B
TOML
Raw Normal View History

2021-02-02 17:31:43 +01:00
[parity]
chain = "/root/bloxberg.json"
auto_update = "all"
[network]
port = 30303
reserved_peers = "/root/bootnodes.txt"
nat = "any"
discovery = false
[rpc]
port = 8545
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
interface = "all"
[websockets]
disable = false
port = 8546
2021-02-09 22:37:20 +01:00
#apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
apis = ["all"]
2021-02-02 17:31:43 +01:00
interface = "all"
2021-02-09 22:37:20 +01:00
origins = ["*"]
2021-02-02 17:31:43 +01:00
[account]
password = ["/root/validator.pwd"]
[mining]
#CHANGE ENGINE SIGNER TO VALIDATOR ADDRESS
2021-02-11 11:14:30 +01:00
engine_signer = "0x4f2a5902158c3969b245247f4154971d393301f2"
2021-02-02 17:31:43 +01:00
reseal_on_txs = "none"
force_sealing = true
min_gas_price = 1000000
gas_floor_target = "10000000"
[footprint]
tracing = "off"