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

1.4 KiB

Enode Collection Status - VMIDs 2402 and 2403

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


Date: 2026-01-18
Status: RESOLVED - Besu Services Running


Resolution

VMIDs 2402 and 2403 are now fully operational ThirdWeb RPC nodes:

VMID IP Address Hostname Status Block Peers
2402 192.168.11.242 besu-rpc-thirdweb-0x8a-2 Running 1,149,992 2
2403 192.168.11.243 besu-rpc-thirdweb-0x8a-3 Running 600,172 0

Current Configuration

  • Service: besu-rpc.service
  • Config File (2403): /etc/besu/config-rpc-thirdweb.toml
  • Metrics: Disabled on 2403 (port conflict with node process)
  • VMID 2403: Currently syncing from older block state

Verification Commands

# Check service status
ssh root@192.168.11.10 "pct exec 2402 -- systemctl status besu-rpc"
ssh root@192.168.11.10 "pct exec 2403 -- systemctl status besu-rpc"

# Check block number
curl -s -X POST -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
  http://192.168.11.242:8545

curl -s -X POST -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
  http://192.168.11.243:8545

Status: RESOLVED (2026-01-18)