Changing the Validator Config File
[parity]
chain = "/parity/config/chainspec.json"
no_persistent_txqueue = true
[rpc]
disable = false
port = 8545
interface = "0.0.0.0"
cors = []
apis = ["eth", "net", "parity", "web3"]
[websockets]
disable = false
interface = "0.0.0.0"
port = 8546
[ipc]
disable = true
[secretstore]
disable = true
[network]
port = 30303
min_peers = 25
max_peers = 50
discovery = true
warp = false
allow_ips = "all"
snapshot_peers = 0
max_pending_peers = 64
[footprint]
db_compaction = "ssd"
[snapshots]
enable = false
[mining]
force_sealing = true
usd_per_tx = "0.000000000000000001"
usd_per_eth = "1"
price_update_period = "hourly"
min_gas_price = 1
gas_cap = "4000000"
gas_floor_target = "4000000"
tx_gas_limit = "4000000"
extra_data = "validator-XXX"
engine_signer = "0xXXX"
[account]
password = ["XXX"]
keys_iterations = XXXWarp Sync
Minimum Gas-Price
Block Gas Limit
Last updated