54 lines
1.0 KiB
TOML
54 lines
1.0 KiB
TOML
# Besu Configuration for Permissioned RPC Nodes
|
|
data-path="/data/besu"
|
|
genesis-file="/genesis/genesis.json"
|
|
|
|
network-id=138
|
|
p2p-host="0.0.0.0"
|
|
p2p-port=30303
|
|
|
|
miner-enabled=false
|
|
|
|
sync-mode="FULL"
|
|
|
|
rpc-http-enabled=true
|
|
rpc-http-host="0.0.0.0"
|
|
rpc-http-port=8545
|
|
rpc-http-api=["ETH","NET","WEB3","TXPOOL","QBFT"]
|
|
rpc-http-cors-origins=["*"]
|
|
|
|
rpc-ws-enabled=true
|
|
rpc-ws-host="0.0.0.0"
|
|
rpc-ws-port=8546
|
|
rpc-ws-api=["ETH","NET","WEB3","TXPOOL","QBFT"]
|
|
rpc-ws-origins=["*"]
|
|
|
|
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="/var/lib/besu/permissions/permissions-nodes.toml"
|
|
permissions-accounts-config-file-enabled=true
|
|
permissions-accounts-config-file="/permissions/permissions-accounts.toml"
|
|
|
|
# Transaction Pool
|
|
|
|
bootnodes=[]
|
|
|
|
static-nodes-file="/var/lib/besu/static-nodes.json"
|
|
|
|
discovery-enabled=true
|
|
|
|
privacy-enabled=false
|
|
|
|
# Data Storage (using default paths)
|
|
|
|
# Gas Configuration
|
|
|
|
|
|
max-peers=32
|
|
|