Node Contributions
Join as a Provider
Set up your machine, connect to the grid and start contributing compute.
Run and Test the Skyops CLI (Step-by-Step)
This guide is for GPU contributors looking to join the Skyops decentralized compute network. Using the Skyops CLI, you can quickly register your node, monitor performance and prepare to earn from future compute jobs.
Whether you're on Windows, macOS or Linux — setup takes just a few minutes.
🔧 What Is the Skyops CLI?
The Skyops CLI is a lightweight terminal-based tool that lets you:
Register and launch compute nodes
Track status and performance
Interact directly with the Skyops protocol
🗂️ Step 1: Download & Extract the CLI
Download skyops-cli.zip
.
Inside the archive, you'll find OS-specific folders:
Each folder includes:
skyops
(orskyops.exe
on Windows)config.json
Extract the appropriate folder to a location like:
Windows:
C:\skyops
macOS/Linux:
~/skyops
🪟 Step 2: Add CLI to System PATH
✅ Windows
Open: Edit the system environment variables
Click: Environment Variables
Under User variables → Select Path → Click Edit
Click New, add the path to the Skyops CLI folder (e.g.
C:\skyops
)Repeat under System variables (optional)
Click OK to save
Now open CMD or PowerShell and run:
You should see a list of commands.
🐧 macOS / Linux
Extract CLI:
Add to PATH:
Edit.bashrc
,.zshrc
or.profile
:
Then:
Test it:
You should now see the CLI command list.
⚙️ Step 3: Run Your First Node
After installation, run:
You can also run in background mode:
Once running, your node begins sending heartbeat signals and will soon be eligible for compute jobs.
🧪 CLI Commands Reference
Command | Description |
---|---|
skyops login | Authenticate with the Skyops network |
skyops register | Register your machine as a compute node |
skyops start | Start the local agent |
skyops start --daemon | Run the agent in background |
skyops status | Check if your node is live and connected |
skyops stats | View detailed performance metrics |
skyops stop | Stop the agent daemon |
skyops ping | Test network connection |
📈 Monitor Your Node
Once your node is active, monitor it with:
🚧 What’s Next?
The CLI is actively evolving. Upcoming features:
On-chain job assignment
Task result validation
Reward distribution
Auto-updates & CLI versioning
Wallet reward tracking
You’re in. You’re now part of the Skyops mesh.