2022-01-27 10:25:17 +01:00
|
|
|
|
|
|
|
[parity]
|
2022-02-14 14:31:24 +01:00
|
|
|
chain = "{{OPENETHEREUM_CONFIG}}/{{OPENETHEREUM_CHAIN}}.json"
|
|
|
|
base_path = "{{OPENETHEREUM_CONFIG}}/data"
|
2022-01-27 10:25:17 +01:00
|
|
|
|
|
|
|
[network]
|
|
|
|
port = 30303
|
|
|
|
# reserved_only = true
|
|
|
|
max_peers = 10
|
|
|
|
snapshot_peers = 25
|
|
|
|
#nat = "extip:100.102.26.121"
|
2022-02-14 14:31:24 +01:00
|
|
|
nat = "extip:159.223.92.107" # !TODO ask louis
|
|
|
|
reserved_peers = "{{OPENETHEREUM_CONFIG}}/bootnodes.txt"
|
2022-01-27 10:25:17 +01:00
|
|
|
|
|
|
|
[rpc]
|
|
|
|
port = 8545
|
2022-02-14 14:31:24 +01:00
|
|
|
apis = [
|
|
|
|
"web3",
|
|
|
|
"eth",
|
|
|
|
"net",
|
|
|
|
"personal",
|
|
|
|
"parity",
|
|
|
|
"parity_set",
|
|
|
|
"traces",
|
|
|
|
"rpc",
|
|
|
|
"parity_accounts",
|
|
|
|
]
|
2022-01-27 10:25:17 +01:00
|
|
|
interface = "all"
|
|
|
|
cors = ["*"]
|
|
|
|
|
|
|
|
[websockets]
|
|
|
|
disable = false
|
|
|
|
port = 8546
|
|
|
|
interface = "all"
|
|
|
|
origins = ["all"]
|
|
|
|
|
|
|
|
[account]
|
2022-02-14 14:31:24 +01:00
|
|
|
password = ["{{OPENETHEREUM_CONFIG}}/bootnode.pwd"]
|
2022-01-27 10:25:17 +01:00
|
|
|
|
|
|
|
[mining]
|
|
|
|
#CHANGE ENGINE SIGNER TO VALIDATOR ADDRESS
|
2022-02-14 14:31:24 +01:00
|
|
|
engine_signer = "{{SIGNER_ADDRESS}}"
|
2022-01-27 10:25:17 +01:00
|
|
|
reseal_on_txs = "none"
|
|
|
|
force_sealing = true
|
|
|
|
min_gas_price = 1
|
|
|
|
gas_floor_target = "1"
|
|
|
|
|
|
|
|
[footprint]
|
|
|
|
tracing = "on"
|
|
|
|
pruning = "archive"
|
|
|
|
pruning_history = 256
|
|
|
|
cache_size_db = 2000
|
|
|
|
|
|
|
|
[misc]
|
|
|
|
log_file = "kitabu.log"
|