Files
proxmox/docs/06-besu/ALL_RPC_NODES_VMID_LIST.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

3.2 KiB

All RPC Node VMIDs - Complete List

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


Date: 2025-01-18
Purpose: Complete reference of all RPC node VMIDs in ChainID 138 network


RPC Node VMIDs

ThirdWeb RPC Nodes

VMID IP Address Hostname Status Purpose
2400 192.168.11.240 thirdweb-rpc-1 Running ThirdWeb RPC with translator
2401 192.168.11.241 thirdweb-rpc-2 Running ThirdWeb RPC translator instance 2
2402 192.168.11.242 thirdweb-rpc-3 Running ThirdWeb RPC translator instance 3

Total: 3 nodes


Public/Permissioned RPC Nodes

VMID IP Address Hostname Status Purpose
2500 192.168.11.250 besu-rpc-1 ⏸️ Stopped Core RPC node (internal)
2501 192.168.11.251 besu-rpc-2 ⏸️ Stopped Permissioned RPC (JWT auth)
2502 192.168.11.252 besu-rpc-3 ⏸️ Stopped Public RPC (no auth)
2503 192.168.11.253 besu-rpc-ali-0x8a ⏸️ Stopped Ali RPC node (0x8a identity)
2504 192.168.11.254 besu-rpc-ali-0x1 ⏸️ Stopped Ali RPC node (0x1 identity)

Total: 5 nodes (currently all stopped)


Named RPC Nodes (Luis/Putu)

VMID IP Address Hostname Status Purpose
2505 192.168.11.201 besu-rpc-luis-0x8a ⏸️ Stopped Luis RPC (0x8a identity)
2506 192.168.11.202 besu-rpc-luis-0x1 ⏸️ Stopped Luis RPC (0x1 identity)
2507 192.168.11.203 besu-rpc-putu-0x8a ⏸️ Stopped Putu RPC (0x8a identity)
2508 192.168.11.204 besu-rpc-putu-0x1 ⏸️ Stopped Putu RPC (0x1 identity)

Total: 4 nodes (currently all stopped)


Other RPC Nodes

VMID IP Address Hostname Status Purpose
2101 192.168.11.211 besu-rpc-core-1 Running Core RPC node

Total: 1 node


Summary

Total RPC Nodes: 13

Running: 4 nodes

  • 2101, 2400, 2401, 2402

Stopped: 9 nodes

  • 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508

VMID Ranges

  • 2100s: Other RPC nodes (2101)
  • 2400s: ThirdWeb RPC nodes (2400-2402)
  • 2500s: Main RPC nodes (2500-2508)

Node Deployment Status

Node Lists Deployed To

Currently Running (4 nodes):

  • 2101 - Files deployed
  • 2400 - Files deployed
  • 2401 - Files deployed
  • 2402 - Files deployed

Will Deploy When Started (9 nodes):

  • ⏸️ 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508

Quick Reference

# All RPC VMIDs
RPC_VMIDS=(2101 2400 2401 2402 2500 2501 2502 2503 2504 2505 2506 2507 2508)

# Running RPC VMIDs
RUNNING_RPC_VMIDS=(2101 2400 2401 2402)

# Stopped RPC VMIDs
STOPPED_RPC_VMIDS=(2500 2501 2502 2503 2504 2505 2506 2507 2508)

Check Current Status

# Check all RPC node statuses
for vmid in 2101 2400 2401 2402 2500 2501 2502 2503 2504 2505 2506 2507 2508; do
    ssh root@192.168.11.10 "pct status $vmid"
done

Reference: Based on docs/04-configuration/ALL_VMIDS_ENDPOINTS.md