Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Go to screen session with nexus
- screen -r nexus
- #Stop node
- press "q"
- #Delete old node
- rm -rf .nexus
- #Install new version
- curl https://cli.nexus.xyz/ | sh
- #Apply config
- source ~/.bashrc
- #Launch node
- nexus-network start --node-id <your-node-id>
- #CTRL+A+D to detach from screen
- #screen -r nexus to attach to screen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement