Alphanumeric Network Gateway

alphanumeric
Discovery, light snapshots, network status.
A resilient discovery and light snapshot layer for the Alphanumeric network. Nodes announce, clients discover peers, and the site stays active even when the network is quiet.
Network- peers
Source-
Height-
Last Block-
Pending0 (-)
StatusPending
Updated-
Peers-
Height-
Difficulty-
Hashrate-
Discovery
Nodes POST signed announcements and clients fetch ranked peers. Works at small scale and holds up to hundreds of nodes using KV-backed storage.
POST /api/announce
GET /api/peers
Light Snapshot
Validators submit signed header snapshots. The site shows last known height and timestamps with a clear stale marker.
POST /api/headers
GET /api/chain-snapshot
Health
Simple uptime endpoint and CORS-friendly APIs for nodes and tools.
GET /api/health
How It Works
1
Discovery
Nodes announce signed status to the gateway.
2
Connect
Clients fetch ranked peers and connect to the P2P mesh.
3
Sync
Chain data syncs directly from verified nodes.
Run a Node
- Set
ALPHANUMERIC_DISCOVERY_BASES - Run the binary and keep it online
- Expose
ALPHANUMERIC_STATS_PORTif you host stats
Recommended Env
ALPHANUMERIC_DISCOVERY_BASES=https://alphanumeric.blue ALPHANUMERIC_STATS_PORT=8787 ALPHANUMERIC_STATS_ENABLED=true
Snapshot History (24h)
Waiting for snapshot history.
Signed Announce Payload
{
"ip": "203.0.113.7",
"port": 7177,
"node_id": "node-abc",
"public_key": "<ed25519 pubkey>",
"version": "beta-7.2.7",
"height": 12345,
"last_seen": 1700000000,
"latency_ms": 42,
"signature": "<ed25519 signature>"
}