Your computer helps process blockchain calculations and you get paid in NEX Points for it.
Nexus Network is a giant worldwide computer made of thousands of normal computers. When you join, your computer does small math problems to help verify blockchain transactions. You earn NEX Testnet Points that turn into NEX Testnet Tokens.
| User Type | Use Case |
|---|---|
| Node Operators | Earn rewards by sharing compute power |
| Crypto Enthusiasts | Support cutting-edge zkVM technology |
| Server Owners | Monetize idle hardware |
| Early Adopters | Get positioned before Mainnet |
| Component | Minimum | Best Performance |
|---|---|---|
| CPU | 4 cores | 8+ cores |
| RAM | 8 GB | 16 GB+ |
| Storage | 10 GB free | SSD preferred |
| Internet | Stable connection | Fast & stable |
β οΈ Low on RAM? If you have less than 12GB, we'll add swap space to prevent crashes.
- Go to app.nexus.xyz
- Click "Connect"
- Sign up with Email or Crypto Wallet
- Done!
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl nano screen git
curl https://cli.nexus.xyz/ | sh
source ~/.bashrcnexus-network- Accept Terms of Use: yes
- Link to account: yes
- Log in with your account
screen -S nexus
nexus-network startPress Ctrl+A then D to detach.
π₯ Step-by-Step Installation
sudo apt update && sudo apt upgrade -yTime: 2-5 minutes
sudo apt install -y curl nano screen gitWhat you're installing:
curl= Downloads filesnano= Simple text editorscreen= Keeps programs running in backgroundgit= Tool for downloading code
curl https://cli.nexus.xyz/ | shDuring installation:
- Press Enter when asked questions (accepts defaults)
- Wait 3-5 minutes
source ~/.bashrcnexus-network --helpIf you see a help menu = SUCCESS!
π Linking Your Node
nexus-networkQuestion 1: Accept Terms of Use?
- Type: yes
- Press: Enter
Question 2: Link to your account?
- Type: yes
- Press: Enter
- Only linked nodes earn points!
Question 3: Login
- Follow instructions to log in
- Use the same email/wallet from app.nexus.xyz
nexus-network startLet it run for 2-3 minutes. If you see activity = it's working!
To stop: Press Ctrl+C
π Running 24/7 with Screen
screen -S nexusnexus-network start- Press
Ctrl+A(hold both keys) - Release both keys
- Press
D(just the D key)
You should see: "detached from screen"
Your node is now running in the background!
| Command | Description |
|---|---|
screen -ls |
Check if node is running |
screen -r nexus |
View your running node |
screen -X -S nexus quit |
Stop your node |
π Auto-Start on Reboot
nano ~/start-nexus.shPaste this:
#!/bin/bash
sleep 60
screen -X -S nexus quit 2>/dev/null
screen -dmS nexus nexus-network start
echo "$(date): Started nexus node" >> ~/nexus-startup.logSave: Ctrl+X, Y, Enter
chmod +x ~/start-nexus.shcrontab -eAdd this line at the bottom:
@reboot /home/YOUR_USERNAME/start-nexus.shReplace YOUR_USERNAME with your actual username (check with whoami).
sudo reboot
# After restart, wait 60 seconds
screen -lsIf you see "nexus" = Auto-start works!
π Fix Low Memory Problems
sudo fallocate -l 16G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstabfree -hLook for "Swap:" line - should show 16GB.
β‘ Advanced Commands
Register your wallet:
nexus-network register-user --wallet-address YOUR_WALLET_ADDRESSRegister a new node:
nexus-network register-nodeStart with specific node ID:
nexus-network start --node-id YOUR_NODE_IDLogout/unlink:
nexus-network logoutcat ~/.nexus/config.jsonhtop # System monitor (Q to exit)
free -h # RAM usage
df -h # Disk space
speedtest-cli # Internet speedhostname -I # Local IP
curl ifconfig.me # Public IPπ§ Troubleshooting
source ~/.bashrc
nexus-network --helpStill not working? Reinstall:
curl https://cli.nexus.xyz/ | sh
source ~/.bashrcping -c 4 google.com # Check internet
screen -X -S nexus quit
screen -S nexus
nexus-network start- Stop node:
screen -X -S nexus quit - Run:
nexus-network - Link to account
- Start node again
- Wait 5 minutes, refresh dashboard
Follow the swap file instructions above.
- Check if node keeps disconnecting
- Use screen and auto-start for 24/7 uptime
- Ensure node is linked to your account
| Action | Command |
|---|---|
| Start node (test) | nexus-network start |
| See all options | nexus-network --help |
| Stop node | Ctrl+C |
| Link to account | nexus-network |
| Logout/unlink | nexus-network logout |
| Action | Command |
|---|---|
| Create session | screen -S nexus |
| List sessions | screen -ls |
| View node | screen -r nexus |
| Leave running | Ctrl+A then D |
| Stop node | screen -X -S nexus quit |
| Action | Command |
|---|---|
| Check RAM | free -h |
| Monitor resources | htop |
| Check disk space | df -h |
| Your username | whoami |
| Your IP | hostname -I |
- Automatically earned while node is running
- Check at app.nexus.xyz
- Run 24/7 - More uptime = more points
- Keep it linked - Anonymous nodes earn nothing
- Good hardware - Faster CPU = more computations
- Stable internet - Less disconnections
- Multiple devices - Up to 100 nodes per account
| Resource | Link |
|---|---|
| Dashboard | app.nexus.xyz |
| Node Management | app.nexus.xyz/nodes |
| Documentation | docs.nexus.xyz |
| Discord | discord.gg/nexus-xyz |
Nexus support will NEVER:
- β Send you a private message first
- β Ask for your password or private keys
- β Ask you to send money or crypto
Real support is ONLY in:
- β Discord public channels
- β GitHub issues
- β Official docs
If someone messages you claiming to be support = IT IS A SCAM!
Contributions welcome! Feel free to submit issues or pull requests.
This is a Testnet - real tokenomics come with Mainnet. Point rates may change. Keep earning to be ready for Mainnet rewards!
Built by @bokiko
Join the verifiable computing revolution