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
Alpha Mainnet nodes — 0/0 online
Known mainnet nodes shown — live peer telemetry expanding.
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 Alpha Mainnet node endpoints for network connectivity.
| Endpoint | Region | Status | Latency | Last Poll | |
|---|---|---|---|---|---|
| http://77.68.79.222:8792/computenet | Seed Node | Offline | — | Never | |
| http://46.101.39.92:8892 | Validator | Offline | — | Never |
Run a Validator
ComputeNet Alpha Mainnet (chain computenet-mainnet-1) is live and experimental. Validator access is currently by request — contact info@ghostforge.uk.
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
Connects to Alpha Mainnet (computenet-mainnet-1) — live and experimental.
Alpha Mainnet is live but experimental. Protocol rules, rewards, APIs, and node software may change while the network is hardened. COMPUTE has no guaranteed value and is not offered for sale.
Learn More
Explore the technical documentation to understand the validator architecture, consensus mechanism, and network topology.