Files
proxmox/reports/status/BESU_RPC_BLOCK_STATUS.md
defiQUG cb47cce074 Complete markdown files cleanup and organization
- Organized 252 files across project
- Root directory: 187 → 2 files (98.9% reduction)
- Moved configuration guides to docs/04-configuration/
- Moved troubleshooting guides to docs/09-troubleshooting/
- Moved quick start guides to docs/01-getting-started/
- Moved reports to reports/ directory
- Archived temporary files
- Generated comprehensive reports and documentation
- Created maintenance scripts and guides

All files organized according to established standards.
2026-01-06 01:46:25 -08:00

2.0 KiB

Besu RPC Block Status Check

Date: 2026-01-03
Status: All RPC Nodes Responding


Block Numbers by RPC Node

VMID IP Address Block Number (Hex) Block Number (Decimal) Status
2400 192.168.11.240 0x8d370 578,416 Synced
2401 192.168.11.241 0x8d370 578,416 Synced
2402 192.168.11.242 0x8d370 578,416 Synced
2500 192.168.11.250 0x8d370 578,416 Synced
2501 192.168.11.251 0x8d370 578,416 Synced
2502 192.168.11.252 0x8d370 578,416 Synced
2503 192.168.11.253 0x7a925 502,053 ⚠️ Behind (76,363 blocks)
2504 192.168.11.254 0x8d370 578,416 Synced
2505 192.168.11.201 0x8d370 578,416 Synced
2506 192.168.11.202 0x8d370 578,416 Synced
2507 192.168.11.203 0x83f99 540,569 ⚠️ Behind (37,847 blocks)
2508 192.168.11.204 0x8d370 578,416 Synced

Synchronization Status

Block Range: 502,053 - 578,416
Difference: 76,363 blocks
Status: ⚠️ Some nodes are significantly out of sync

Summary

  • 10/12 nodes are synchronized at block 578,416
  • ⚠️ VMID 2503 is 76,363 blocks behind (at block 502,053)
  • ⚠️ VMID 2507 is 37,847 blocks behind (at block 540,569)

Notes

  • VMID 2503 and 2507 are still catching up after recent restarts
  • These nodes are actively syncing and will catch up over time
  • All nodes are responding correctly to RPC requests

Test Methods

Get Current Block Number

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

Get Block Details

curl -X POST -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest", false],"id":1}' \
  http://<NODE_IP>:8545

Last Updated: 2026-01-03