neuronix-node
v2.0.4
Published
Neuronix GPU Provider Node — earn by contributing compute to the Neuronix network
Downloads
410
Maintainers
Readme
Neuronix Node
Earn money by contributing your GPU to the Neuronix decentralized compute network.
Quick Start
npx neuronix-nodeThat's it. The node will:
- Detect your hardware (GPU, CPU, RAM)
- Prompt you to log in with your Neuronix account
- Download the best AI model for your hardware
- Connect to the network and start earning
Requirements
- Node.js 18+ — Download here
- 8 GB RAM minimum (16 GB recommended)
- 5 GB free disk space for AI models
- GPU optional — runs in CPU mode without one, but earns more with a GPU
Supported GPUs
| GPU | VRAM | Model Used | Earnings Tier | |-----|------|-----------|---------------| | No GPU (CPU) | — | TinyLlama 1.1B | Basic | | GTX 1060 / RX 580 | 2-4 GB | Phi-2 2.7B | Mid | | RTX 3060 / RX 6700 | 6 GB | Mistral 7B | High | | RTX 4070+ / RX 7900 | 8+ GB | Llama 3 8B | Premium |
Environment Variables
Skip the interactive login by setting:
export NEURONIX_EMAIL="[email protected]"
export NEURONIX_PASSWORD="your-password"
npx neuronix-nodeGlobal Install
npm install -g neuronix-node
neuronix-nodeConfiguration
Config is stored at ~/.neuronix/config.json. Models are cached at ~/.neuronix/models/.
Sign Up
Create a free account at neuronix-nu.vercel.app/signup
License
MIT
