Files
proxmox/rpc-translator-138/QUICK_REFERENCE.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

1.5 KiB

RPC Translator 138 - Quick Reference

Service Endpoints

Translator Services

Supporting Services

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 report
  • DEPLOYMENT_COMPLETE_FINAL.md - Full deployment docs