Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
54 lines
1014 B
TOML
54 lines
1014 B
TOML
# Besu Configuration for besu-rpc-alltra-1 (VMID: 2500)
|
|
# Type: Full Function 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.172"
|
|
p2p-port=30303
|
|
max-peers=25
|
|
discovery-enabled=true
|
|
|
|
# RPC - Full Function (can deploy contracts, execute writes)
|
|
rpc-http-enabled=true
|
|
rpc-http-host="0.0.0.0"
|
|
rpc-http-port=8545
|
|
rpc-http-api=["ETH","NET","WEB3","ADMIN","PERSONAL","MINER","DEBUG"]
|
|
rpc-http-cors-origins=["*"]
|
|
rpc-http-api-enable-unsafe-txsigning=true
|
|
|
|
rpc-ws-enabled=true
|
|
rpc-ws-host="0.0.0.0"
|
|
rpc-ws-port=8546
|
|
rpc-ws-api=["ETH","NET","WEB3","ADMIN","PERSONAL","MINER","DEBUG"]
|
|
|
|
# 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
|