node operator guide
contribute gpu/cpu resources to neuranet and earn rewards
become a node operator
node operators contribute their hardware resources (gpu/cpu) to the neuranet network. when users deploy workloads to your node, you earn credits based on compute time. payments are made in sol to your wallet address.
[10% platform fee]
[$10 min payout]
[sol payments]
system requirements
componentminimumrecommended
cpu2 cores4+ cores
ram4 gb8+ gb
storage50 gb free100+ gb free
gpuoptionalnvidia 6gb+ vram
network10 mbps100+ mbps
guide sections
installation
install the neuranet node agent via npm, binary, or docker
registration
register your node and connect to the network
configuration
configure rates, resources, and advanced settings
earnings & payouts
understand billing, view earnings, and request payouts
troubleshooting
common issues and how to resolve them
quick start
# 1. install node agent npm install -g @neuranet/node-agent # 2. register your node neuranet register \ --wallet YOUR_SOLANA_WALLET_ADDRESS \ --name "My GPU Node" \ --rate 100 # 3. start the node neuranet start # 4. check status neuranet status