Post bounty
Connect a GPU
Providers join by running the agent on a real machine (needs Node.js 18+, no install) — it detects the GPU, registers, and competes for jobs automatically.
Install a runtime to serve jobs
Image generation support is coming soon.
Then clone the repo & run the agent
git clone https://github.com/jefferson0072/nodequest.git
cd nodequest
node agent/bounty-agent.mjs \
--name my-rig \
--wallet YOUR_SOLANA_ADDRESS \
--server https://your-app.vercel.app
View on GitHub ↗