72 lines
2.1 KiB
Markdown
72 lines
2.1 KiB
Markdown
|
|
# RPC Nodes - Enodes and IP Addresses
|
||
|
|
|
||
|
|
**Last Updated:** 2026-01-31
|
||
|
|
**Document Version:** 1.0
|
||
|
|
**Status:** Active Documentation
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
**Date**: 2025-01-18
|
||
|
|
**Proxmox Host**: ml110 (192.168.11.10)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Complete List: Enodes and IPs
|
||
|
|
|
||
|
|
| VMID | IP Address | Hostname | Status | Enode |
|
||
|
|
|------|------------|----------|--------|-------|
|
||
|
|
| 2101 | 192.168.11.211 | besu-rpc-core-1 | ✅ Running | *See below* |
|
||
|
|
| 2201 | 192.168.11.221 | besu-rpc-public-1 | ✅ Running | *See below* |
|
||
|
|
| 2301 | 192.168.11.232 | besu-rpc-private-1 | ⏸️ Stopped | N/A (stopped) |
|
||
|
|
| 2303 | 192.168.11.233 | besu-rpc-ali-0x8a | ✅ Running | *See below* |
|
||
|
|
| 2304 | 192.168.11.234 | besu-rpc-ali-0x1 | ✅ Running | *See below* |
|
||
|
|
| 2305 | 192.168.11.235 | besu-rpc-luis-0x8a | ✅ Running | *See below* |
|
||
|
|
| 2306 | 192.168.11.236 | besu-rpc-luis-0x1 | ✅ Running | *See below* |
|
||
|
|
| 2307 | 192.168.11.237 | besu-rpc-putu-0x8a | ✅ Running | *See below* |
|
||
|
|
| 2308 | 192.168.11.238 | besu-rpc-putu-0x1 | ✅ Running | *See below* |
|
||
|
|
| 2400 | 192.168.11.240 | thirdweb-rpc-1 | ✅ Running | *See below* |
|
||
|
|
| 2401 | 192.168.11.241 | besu-rpc-thirdweb-0x8a-1 | ✅ Running | *See below* |
|
||
|
|
| 2402 | 192.168.11.242 | besu-rpc-thirdweb-0x8a-2 | ✅ Running | *See below* |
|
||
|
|
| 2403 | 192.168.11.243 | besu-rpc-thirdweb-0x8a-3 | ✅ Running | *See below* |
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Enodes (Full Details)
|
||
|
|
|
||
|
|
**Note**: Enodes are collected via `admin_nodeInfo` RPC call. Run the collection script to get current values.
|
||
|
|
|
||
|
|
### How to Collect Enodes
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# For a running node
|
||
|
|
cast rpc admin_nodeInfo http://192.168.11.211:8545 | jq -r '.enode'
|
||
|
|
|
||
|
|
# Or use the collection script
|
||
|
|
./scripts/besu/collect-enodes-and-ips.sh
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Quick Reference
|
||
|
|
|
||
|
|
### IP Addresses
|
||
|
|
|
||
|
|
- **2101**: 192.168.11.211
|
||
|
|
- **2201**: 192.168.11.221
|
||
|
|
- **2301**: 192.168.11.232 (stopped)
|
||
|
|
- **2303**: 192.168.11.233
|
||
|
|
- **2304**: 192.168.11.234
|
||
|
|
- **2305**: 192.168.11.235
|
||
|
|
- **2306**: 192.168.11.236
|
||
|
|
- **2307**: 192.168.11.237
|
||
|
|
- **2308**: 192.168.11.238
|
||
|
|
- **2400**: 192.168.11.240
|
||
|
|
- **2401**: 192.168.11.241
|
||
|
|
- **2402**: 192.168.11.242
|
||
|
|
- **2403**: 192.168.11.243
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
**Last Updated**: 2025-01-18
|
||
|
|
**Status**: IPs verified from Proxmox config, enodes need collection from running nodes
|