Overview
ComputeNet Alpha Mainnet (chain computenet-mainnet-1) is live and experimental. Miners produce blocks and are rewarded in COMPUTE for extending the canonical chain and including valid transactions. Protocol rules, rewards, APIs, and node software may change while the network is hardened.
Rewards
Current reward per mined block.
Miners also collect the transaction fees included in the block.
The block reward halves at each interval.
Fixed maximum supply of COMPUTE.
Getting Started
Mining runs as part of a ComputeNet node. Install a node and point it at Alpha Mainnet:
# Install a ComputeNet node (fresh Ubuntu VPS) curl -fsSL https://get.compute-net.org | sh # Start mining on Alpha Mainnet computenet node start --chain computenet-mainnet-1 --mine
Nodes connect to the seed and gamma bootstrap endpoints automatically. See the validator setup guide for full instructions.
Network Endpoints
Track mining output and chain state via the read-only API and block explorer:
/api/computenet/status # network status & height /api/computenet/chain # full chain /api/computenet/head # latest block /api/computenet/economics # supply & rewards
Experimental
Alpha Mainnet is live but experimental. COMPUTE has no guaranteed value and is not offered for sale. Nothing here is investment advice or a promise of future value. Reward parameters and consensus rules may change while the network is hardened.