EvenoR

Nexus Node Update

Aug 6th, 2025 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. #Kill Old screen session
  2. screen -S nexus -X quit
  3. #Delete old node
  4. rm -rf .nexus
  5. #Launch new screen Session
  6. screen -S 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