Validator Network
Validators serve as the trust infrastructure of ComputeNet — verifying receipts, participating in consensus, and making useful compute observable and attestable.
Validator Responsibilities
Each validator in the network performs critical functions to maintain decentralized verification of useful compute.
Receipt Validation
Validators receive and verify compute receipts from the network.
Consensus Participation
Cast weighted attestations and participate in consensus rounds.
Peer Propagation
Maintain peer connections and propagate validated receipts.
Uptime Reporting
Report telemetry and maintain high availability.
Fraud Detection
Identify and report dishonest or malformed execution.
Active Validators
Live testnet status - 0/4 online
Telemetry reflects live ComputeNet research/testnet activity.
Attestation Model
Validators independently verify compute receipts and cast weighted attestations. No single validator is treated as authoritative — trust emerges from independent reproducibility across the network.
Receipt received
Validator receives compute receipt
Re-execution
Workload is independently re-executed
Hash comparison
Execution hashes are compared
Attestation cast
Weighted vote is submitted
Consensus check
Acceptance ratio is calculated
Node Endpoints
Live testnet validator endpoints for network connectivity.
| Endpoint | Region | Status | Latency | Last Poll | |
|---|---|---|---|---|---|
| https://alpha.computenet.ai/status | EU-West | Offline | — | Never | |
| https://beta.computenet.ai/status | US-East | Offline | — | Never | |
| https://gamma.computenet.ai/status | APAC | Offline | — | Never | |
| https://likeness-vowel-scrunch.ngrok-free.dev/status | UK / External | Offline | — | Never |
Run a Validator
Join the ComputeNet Open Public Testnet and participate in decentralized useful compute verification.
Launch a ComputeNet validator node on a fresh Ubuntu VPS in under 60 seconds.
curl -fsSL https://raw.githubusercontent.com/ComputeNetProtocol/computenet-validator/main/installer/install-validator.sh | bash
Public Testnet v0.12 — Mainnet not yet launched.
This installer is for the public research testnet only. It does not mine real COMPUTE, does not create economic rewards, and does not connect to mainnet.
Learn More
Explore the technical documentation to understand the validator architecture, consensus mechanism, and network topology.