HomeValidators

Validator Network

Research Testnet

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

validator-eu-westoffline
EU-West
Truth RecordsN/A
PeersN/A
QueueN/A
Latency
https://alpha.computenet.ai/status
validator-us-eastoffline
US-East
Truth RecordsN/A
PeersN/A
QueueN/A
Latency
https://beta.computenet.ai/status
validator-apacoffline
APAC
Truth RecordsN/A
PeersN/A
QueueN/A
Latency
https://gamma.computenet.ai/status
validator-uk-edgeoffline
UK / External
Truth RecordsN/A
PeersN/A
QueueN/A
Latency
https://likeness-vowel-scrunch.ngrok-free.dev/status

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.

1

Receipt received

Validator receives compute receipt

2

Re-execution

Workload is independently re-executed

3

Hash comparison

Execution hashes are compared

4

Attestation cast

Weighted vote is submitted

5

Consensus check

Acceptance ratio is calculated

// Live network status
validators_online:0/4
total_truth_records:0
total_peers:0
validator-eu-west
offline
validator-us-east
offline
validator-apac
offline
validator-uk-edge
offline
network_status:offline

Node Endpoints

Live testnet validator endpoints for network connectivity.

EndpointRegionStatusLatencyLast Poll
https://alpha.computenet.ai/statusEU-WestOfflineNever
https://beta.computenet.ai/statusUS-EastOfflineNever
https://gamma.computenet.ai/statusAPACOfflineNever
https://likeness-vowel-scrunch.ngrok-free.dev/statusUK / ExternalOfflineNever
Public Testnet

Run a Validator

Join the ComputeNet Open Public Testnet and participate in decentralized useful compute verification.

Network Status
Open Public Testnet v0.11
v0.12 Onboarding Active
TEST-COMPUTE Only
Non-Economic
Research preview — Mainnet not launched
Bootstrap Peers
alpha.computenet.ai
beta.computenet.ai
gamma.computenet.ai
One-Line Install
Public Testnet

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.

Quick Commands
computenet statusCheck node status
computenet peersList connected peers
computenet validator-idShow validator ID

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.