Advertisement
EvenoR

Nexus 3

Jun 24th, 2025 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #Install Node
  2. curl https://cli.nexus.xyz/ | sh
  3. #Apply config
  4. source ~/.bashrc
  5. #Create Screen Session
  6. screen -S nexus
  7. #Launch node
  8. nexus-network start --node-id <your-node-id>
  9.  
  10. #CTRL+A+D to detach from screen
  11. #screen -r nexus to attach to screen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement