cic-staff-installer/var/bloxberg/bootnode.toml

36 lines
700 B
TOML

# File bootnode.toml
[parity]
chain = "{{OPENETHEREUM_CONFIG}}/bloxberg.json"
base_path = "{{OPENETHEREUM_RUN}}/bootnode"
[network]
port = 30303
reserved_peers = "{{OPENETHEREUM_CONFIG}}/bootnodes.txt"
# 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]
password = ["{{OPENETHEREUM_CONFIG}}/bootnode.pwd"]
[footprint]
tracing = "on"
pruning = "archive"
pruning_history = 256
cache_size_db = 2000