2021-11-11 18:42:29 +01:00
|
|
|
# File bootnode.toml
|
|
|
|
|
|
|
|
[parity]
|
2021-11-12 05:33:46 +01:00
|
|
|
chain = "{{OPENETHEREUM_CONFIG}}/bloxberg.json"
|
|
|
|
base_path = "{{OPENETHEREUM_RUN}}/bootnode"
|
2021-11-11 18:42:29 +01:00
|
|
|
|
|
|
|
[network]
|
|
|
|
port = 30303
|
2021-11-12 05:33:46 +01:00
|
|
|
reserved_peers = "{{OPENETHEREUM_CONFIG}}/bootnodes.txt"
|
2021-11-11 18:42:29 +01:00
|
|
|
# reserved_only = true
|
|
|
|
max_peers = 100
|
|
|
|
snapshot_peers = 25
|
|
|
|
#nat = "extip:217.197.85.156"
|
|
|
|
|
|
|
|
[rpc]
|
|
|
|
port = 8545
|
|
|
|
#apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
|
|
|
|
apis = ["eth", "net" ]
|
|
|
|
interface = "all"
|
|
|
|
cors = ["*"]
|
|
|
|
|
|
|
|
[websockets]
|
|
|
|
disable = true
|
|
|
|
port = 8546
|
|
|
|
interface = "all"
|
|
|
|
origins = ["all"]
|
|
|
|
|
|
|
|
[account]
|
2021-11-12 05:33:46 +01:00
|
|
|
password = ["{{OPENETHEREUM_CONFIG}}/bootnode.pwd"]
|
2021-11-11 18:42:29 +01:00
|
|
|
|
|
|
|
[footprint]
|
|
|
|
tracing = "on"
|
|
|
|
pruning = "archive"
|
|
|
|
pruning_history = 256
|
|
|
|
cache_size_db = 2000
|