1 · Install and identify
curl -fsSL https://grid-compute.com/downloads/install.sh | bash
grid init --name my-node --class S
grid auth keyphraseKeep the recovery phrase offline. Your node identity and encrypted P2P key stay on your device.
GRID Genesis Pilot
The fastest path is grid mine: it is a P2P block replica plus a proof-of-resource miner. It does not host web services or game servers.
1 · Install and identify
curl -fsSL https://grid-compute.com/downloads/install.sh | bash
grid init --name my-node --class S
grid auth keyphraseKeep the recovery phrase offline. Your node identity and encrypted P2P key stay on your device.
2 · Mine + verify
grid mineConnects to Genesis, synchronizes and verifies signed blocks, then polls for capped proof-of-resource work. It never starts a host container.
3 · Optional devnet reward wallet
grid solana create
grid solana statusThis creates a local Solana devnet reward wallet. Pilot rewards require verified work; uptime alone does not mint GRID.
Support without mining
grid peer --with-benchRun an encrypted P2P replica that syncs and verifies the chain, with no proof-of-resource work and no reward expectation.
Help the mesh
For inbound peers, forward TCP 9900 to your machine. Outbound-only mining still works, but an open port makes the mesh more resilient. The public globe is optional and publishes only coarse location—not your IP, port, wallet, or coordinator URL.
What comes next
This is still a Genesis-led pilot—not decentralized mainnet consensus. Inspect the network →