Advertisement
EvenoR

Nexus Update

Jul 4th, 2025
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. #Go to screen session with nexus
  2. screen -r nexus
  3. #Stop node
  4. press "q"
  5. #Delete old node
  6. rm -rf .nexus
  7. #Install new version
  8. curl https://cli.nexus.xyz/ | sh
  9. #Apply config
  10. source ~/.bashrc
  11. #Launch node
  12. nexus-network start --node-id <your-node-id>
  13.  
  14. #CTRL+A+D to detach from screen
  15.  
  16. #screen -r nexus to attach to screen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement