Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Install Node
- curl https://cli.nexus.xyz/ | sh
- #Apply config
- source ~/.bashrc
- #Create Screen Session
- screen -S nexus
- #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