- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains - Omit embedded publish git dirs and empty placeholders from index Made-with: Cursor
55 lines
1022 B
TOML
55 lines
1022 B
TOML
# Besu Configuration for besu-rpc-alltra-3 (legacy filename, live VMID: 2440)
|
|
# Type: Permissioned / Private RPC Node
|
|
# Generated: Fri Jan 23 22:33:18 PST 2026
|
|
|
|
data-path="/data/besu"
|
|
genesis-file=""
|
|
|
|
# Network
|
|
network-id=138
|
|
p2p-host="192.168.11.174"
|
|
p2p-port=30303
|
|
max-peers=40
|
|
discovery-enabled=true
|
|
|
|
# RPC - Permissioned / private (no ADMIN)
|
|
rpc-http-enabled=true
|
|
rpc-http-host="0.0.0.0"
|
|
rpc-http-port=8545
|
|
rpc-http-api=["ETH","NET","WEB3","TXPOOL","QBFT","DEBUG","TRACE"]
|
|
rpc-http-cors-origins=["*"]
|
|
# NO unsafe tx signing
|
|
# NO ADMIN/PERSONAL/MINER/DEBUG APIs
|
|
|
|
rpc-ws-enabled=true
|
|
rpc-ws-host="0.0.0.0"
|
|
rpc-ws-port=8546
|
|
rpc-ws-api=["ETH","NET","WEB3","TXPOOL","QBFT"]
|
|
|
|
# GraphQL
|
|
graphql-http-enabled=true
|
|
graphql-http-host="0.0.0.0"
|
|
graphql-http-port=8547
|
|
|
|
# Metrics
|
|
metrics-enabled=true
|
|
metrics-host="0.0.0.0"
|
|
metrics-port=9545
|
|
|
|
# Logging
|
|
logging="INFO"
|
|
log-destination="CONSOLE"
|
|
|
|
# Sync
|
|
sync-mode="FULL"
|
|
fast-sync-min-peers=2
|
|
|
|
# Privacy
|
|
privacy-enabled=false
|
|
|
|
# Mining
|
|
miner-enabled=false
|
|
|
|
# QBFT
|
|
qbft-enabled=true
|