- 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.5 KiB
1.5 KiB
RPC Translator 138 - Quick Reference
Service Endpoints
Translator Services
- VMID 2400: http://192.168.11.240:9545 (HTTP), ws://192.168.11.240:9546 (WS)
- VMID 2401: http://192.168.11.241:9545 (HTTP), ws://192.168.11.241:9546 (WS)
- VMID 2402: http://192.168.11.242:9545 (HTTP), ws://192.168.11.242:9546 (WS)
Supporting Services
- Redis: 192.168.11.110:6379
- Web3Signer: http://192.168.11.111:9000
- Vault: http://192.168.11.112:8200
Quick Commands
Service Management
# Check status
ssh -i ~/.ssh/proxmox_translator root@192.168.11.240 "systemctl status rpc-translator-138.service"
# Restart service
ssh -i ~/.ssh/proxmox_translator root@192.168.11.240 "systemctl restart rpc-translator-138.service"
# View logs
ssh -i ~/.ssh/proxmox_translator root@192.168.11.240 "journalctl -u rpc-translator-138.service -f"
Health Checks
# Translator health
curl http://192.168.11.240:9545/health
# Web3Signer
curl http://192.168.11.111:9000/upcheck
# Vault
curl http://192.168.11.112:8200/v1/sys/health
RPC Testing
curl -X POST http://192.168.11.240:9545 \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
SSH Access
- Key:
~/.ssh/proxmox_translator - Password: See
/tmp/vmid-root-password.txt
Documentation
FINAL_DEPLOYMENT_STATUS.md- Complete status reportDEPLOYMENT_COMPLETE_FINAL.md- Full deployment docs