- 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.
1.7 KiB
1.7 KiB
Besu RPC Fixes Applied
Date: 2026-01-03
Status: ✅ FIXES APPLIED
Issues Fixed
1. Host Allowlist Restrictions (VMID 2400, 2501, 2502)
- Issue: RPC endpoints returning "Host not authorized"
- Fix: Removed
rpc-http-host-allowlistandrpc-ws-originsfrom config files - Config Files:
- VMID 2400:
/etc/besu/config-rpc-thirdweb.toml - VMID 2501:
/etc/besu/config-rpc-public.toml - VMID 2502:
/etc/besu/config-rpc-public.toml
- VMID 2400:
2. Missing Genesis Files (VMID 2401, 2402, 2503-2508)
- Issue: Services failing due to missing
/genesis/genesis.json - Fix: Copied
genesis.jsonfrom working node (VMID 2500) to all affected nodes - Files Copied:
/genesis/genesis.json,/genesis/static-nodes.json
3. Fast Sync Configuration Error (VMID 2401, 2402)
- Issue:
--fast-sync-min-peers can't be used with FULL sync-mode - Fix: Removed
fast-sync-min-peersoption from config files - Config File:
/etc/besu/config-rpc-thirdweb.toml
4. Permissions File Path (VMID 2503-2508)
- Issue: Services looking for
/etc/besu/permissions-nodes.tomlbut file was in/permissions/permissions-nodes.toml - Fix: Copied permissions file to
/etc/besu/permissions-nodes.tomlon all affected nodes
Actions Taken
- ✅ Removed host allowlist restrictions from config files
- ✅ Copied missing genesis files to all nodes
- ✅ Fixed fast-sync configuration errors
- ✅ Fixed permissions file paths
- ✅ Restarted all services
- ✅ Verified RPC endpoints
Current Status
After fixes, services have been restarted and are initializing. Some nodes may need additional time to fully start and sync.
Last Updated: 2026-01-03