36 lines
807 B
TOML
36 lines
807 B
TOML
|
# File bootnode.toml
|
||
|
|
||
|
[parity]
|
||
|
chain = "{{HOME}}/.local/share/io.parity.ethereum/bloxberg/bloxberg.json"
|
||
|
base_path = "{{HOME}}/.local/share/io.parity.ethereum/bloxberg/bootnode"
|
||
|
|
||
|
[network]
|
||
|
port = 30303
|
||
|
reserved_peers = "{{HOME}}/.local/share/io.parity.ethereum/bloxberg/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 = ["{{HOME}}/.local/share/io.parity.ethereum/bloxberg/bootnode.pwd"]
|
||
|
|
||
|
[footprint]
|
||
|
tracing = "on"
|
||
|
pruning = "archive"
|
||
|
pruning_history = 256
|
||
|
cache_size_db = 2000
|