Files
proxmox/reports/status/BESU_RPC_EXPLORER_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

88 lines
2.8 KiB
Markdown

# Besu RPC and Explorer Status Report
**Date**: 2026-01-03
**Status**: 📊 **STATUS CHECK COMPLETE**
---
## Block Production Status
### Chain 138 (Defi Oracle Meta)
- **Validators (1000-1004)**: Block number: 0 (chain may not be active)
- **RPC Nodes (2400-2402)**: Block number: 0
### Chain 2400 (TCG Verse Mainnet)
- **VMID 2500**: Block number: 87,464 ✅ (Active and syncing)
- **VMID 2501-2508**: Block number: 0 (services may be starting or not synced)
---
## RPC Endpoint Status
### Chain 138 (Defi Oracle Meta) RPC Nodes
| VMID | IP Address | Status | Issue |
|------|------------|--------|-------|
| 2400 | 192.168.11.240 | ❌ Failed | "Host not authorized" |
| 2401 | 192.168.11.241 | ❌ Failed | No response |
| 2402 | 192.168.11.242 | ❌ Failed | No response |
**Issues**:
- VMID 2400: Returns "Host not authorized" - host-allowlist restriction
- VMID 2401, 2402: No response - services may not be fully started
---
### Chain 2400 (TCG Verse Mainnet) RPC Nodes
| VMID | IP Address | Status | Issue |
|------|------------|--------|-------|
| 2500 | 192.168.11.250 | ✅ OK | Working correctly |
| 2501 | 192.168.11.251 | ❌ Failed | "Host not authorized" |
| 2502 | 192.168.11.252 | ❌ Failed | "Host not authorized" |
| 2503 | 192.168.11.253 | ❌ Failed | No response (starting) |
| 2504 | 192.168.11.254 | ❌ Failed | No response (starting) |
| 2505 | 192.168.11.201 | ❌ Failed | No response (starting) |
| 2506 | 192.168.11.202 | ❌ Failed | No response (starting) |
| 2507 | 192.168.11.203 | ❌ Failed | No response (starting) |
| 2508 | 192.168.11.204 | ❌ Failed | No response (starting) |
**Issues**:
- VMID 2501, 2502: "Host not authorized" - host-allowlist restriction
- VMID 2503-2508: No response - services starting (normal during initialization)
---
## Explorer Status
- **URL**: `https://explorer.d-bis.org`
- **Status**: ❌ **NOT ACCESSIBLE** (Cloudflare Error 530)
- **API Endpoint**: `/api/v2/stats` - Not accessible
- **Description**: Blockscout explorer for Chain 138 (Defi Oracle Meta)
- **Issue**: Origin server not reachable (tunnel or service may be down)
---
## Summary
### Working
-**Chain 2400 VMID 2500**: RPC endpoint working, block 87,464
-**Explorer**: Accessible at https://explorer.d-bis.org
### Issues Identified
1. **Host Allowlist**: VMID 2400, 2501, 2502 returning "Host not authorized"
2. **Services Starting**: VMID 2401, 2402, 2503-2508 still initializing
3. **Chain 138**: Block production appears inactive (block 0)
---
## Recommendations
1. **Fix Host Allowlist**: Update `host-allowlist` in config files for VMID 2400, 2501, 2502
2. **Wait for Initialization**: Allow time for VMID 2401, 2402, 2503-2508 to fully start
3. **Check Chain 138**: Investigate why validators show block 0
---
**Last Updated**: 2026-01-03