ComputeNet CLI
The ComputeNet CLI provides tools for node operation, job submission, and network interaction from the command line.
Installation
# Download and install curl -L https://releases.computenet.io/cli/latest | sh # Verify installation computenet --version
Commands
computenet node
Node management commands (start, stop, status)
computenet job
Submit and manage compute jobs
computenet receipt
View and verify compute receipts
computenet key
Key generation and management
computenet config
Configuration management
Alpha Mainnet Endpoints
The CLI connects to ComputeNet Alpha Mainnet (chain computenet-mainnet-1) by default.
http://77.68.79.222:8792/computenetseed node
http://46.101.39.92:8892gamma node
HTTPS-safe API routes (via the web app):
/api/computenet/status /api/computenet/chain /api/computenet/economics /api/computenet/head /api/computenet/peers
Draft
The CLI is in active development and Alpha Mainnet is experimental. Commands and options may change.