51 lines
933 B
TOML
51 lines
933 B
TOML
# Besu Configuration for Validator Nodes
|
|
data-path="/data"
|
|
genesis-file="/config/genesis.json"
|
|
|
|
network-id=138
|
|
p2p-host="0.0.0.0"
|
|
p2p-port=30303
|
|
|
|
# Consensus - QBFT
|
|
miner-enabled=false
|
|
miner-coinbase="0x0000000000000000000000000000000000000000"
|
|
|
|
sync-mode="FULL"
|
|
|
|
rpc-http-enabled=false
|
|
rpc-ws-enabled=false
|
|
|
|
metrics-enabled=true
|
|
metrics-port=9545
|
|
metrics-host="0.0.0.0"
|
|
metrics-push-enabled=false
|
|
|
|
logging="WARN"
|
|
|
|
permissions-nodes-config-file-enabled=true
|
|
permissions-nodes-config-file="/config/permissions-nodes.toml"
|
|
permissions-accounts-config-file-enabled=true
|
|
permissions-accounts-config-file="/config/permissions-accounts.toml"
|
|
|
|
# Transaction Pool Configuration
|
|
tx-pool-max-size=8192
|
|
tx-pool-limit-by-account-percentage=0.5
|
|
tx-pool-price-bump=10
|
|
|
|
bootnodes=[]
|
|
|
|
static-nodes-file="/config/static-nodes.json"
|
|
|
|
discovery-enabled=true
|
|
|
|
privacy-enabled=false
|
|
|
|
# Data Storage
|
|
|
|
# Gas Configuration
|
|
|
|
# Native Accounts
|
|
|
|
max-peers=32
|
|
|