1 · Install and identify
# 1. Install the official binary
curl -fsSL https://grid-compute.com/downloads/install.sh | bash
# 2. Create your node identity and coordinator configuration
grid init --name my-miner --class S
# 3. Protect and unlock your node keys
grid auth keyphrase
Keep the recovery phrase offline. Your node identity and encrypted P2P key stay on your device.
2 · Mine + verify
# 4. Start mining and synchronize with Genesis
grid mine
grid mine connects to the canonical Genesis peer, verifies its signed chain, synchronizes the local replica, and then starts mining work. Your node does not create or mine an independent blockchain.
3 · Optional external reward rail
grid solana create
grid solana status
Native GRID rewards require no Solana wallet. Configure this only to test the optional Solana devnet compatibility rail.
Support without mining
grid peer --with-bench
Run an encrypted P2P replica that syncs and verifies the chain, with no proof-of-resource work and no reward expectation.