Files
proxmox/docs/06-besu/RPC_NODES_ENODES_IPS.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- 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>
2026-02-12 15:46:57 -08:00

2.1 KiB

RPC Nodes - Enodes and IP Addresses

Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation


Date: 2025-01-18
Proxmox Host: ml110 (192.168.11.10)


Complete List: Enodes and IPs

VMID IP Address Hostname Status Enode
2101 192.168.11.211 besu-rpc-core-1 Running See below
2201 192.168.11.221 besu-rpc-public-1 Running See below
2301 192.168.11.232 besu-rpc-private-1 ⏸️ Stopped N/A (stopped)
2303 192.168.11.233 besu-rpc-ali-0x8a Running See below
2304 192.168.11.234 besu-rpc-ali-0x1 Running See below
2305 192.168.11.235 besu-rpc-luis-0x8a Running See below
2306 192.168.11.236 besu-rpc-luis-0x1 Running See below
2307 192.168.11.237 besu-rpc-putu-0x8a Running See below
2308 192.168.11.238 besu-rpc-putu-0x1 Running See below
2400 192.168.11.240 thirdweb-rpc-1 Running See below
2401 192.168.11.241 besu-rpc-thirdweb-0x8a-1 Running See below
2402 192.168.11.242 besu-rpc-thirdweb-0x8a-2 Running See below
2403 192.168.11.243 besu-rpc-thirdweb-0x8a-3 Running See below

Enodes (Full Details)

Note: Enodes are collected via admin_nodeInfo RPC call. Run the collection script to get current values.

How to Collect Enodes

# For a running node
cast rpc admin_nodeInfo http://192.168.11.211:8545 | jq -r '.enode'

# Or use the collection script
./scripts/besu/collect-enodes-and-ips.sh

Quick Reference

IP Addresses

  • 2101: 192.168.11.211
  • 2201: 192.168.11.221
  • 2301: 192.168.11.232 (stopped)
  • 2303: 192.168.11.233
  • 2304: 192.168.11.234
  • 2305: 192.168.11.235
  • 2306: 192.168.11.236
  • 2307: 192.168.11.237
  • 2308: 192.168.11.238
  • 2400: 192.168.11.240
  • 2401: 192.168.11.241
  • 2402: 192.168.11.242
  • 2403: 192.168.11.243

Last Updated: 2025-01-18
Status: IPs verified from Proxmox config, enodes need collection from running nodes