HomeValidators

Validator Network

Alpha Mainnet

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.

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 mainnet status
chain_id:computenet-mainnet-1
block_height:
mined_supply:
max_supply:21,000,000
valid_chain:
network_status:connecting

Node Endpoints

Live Alpha Mainnet node endpoints for network connectivity.

EndpointRegionStatusLatencyLast Poll
http://77.68.79.222:8792/computenetSeed NodeOfflineNever
http://46.101.39.92:8892ValidatorOfflineNever
Alpha Mainnet

Run a Validator

ComputeNet Alpha Mainnet (chain computenet-mainnet-1) is live and experimental. Validator access is currently by request — contact info@ghostforge.uk.

Network Status
Alpha Mainnet Live
Validator Onboarding Active
COMPUTE Mining Live
Transaction Fees Active
Alpha Mainnet — live and experimental
Seed & Bootstrap Nodes
http://77.68.79.222:8792/computenet
http://46.101.39.92:8892
One-Line Install
Alpha Mainnet

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.

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

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.