Advertisement
EvenoR

Nubit light node

Jun 19th, 2024
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. 1
  2.  
  3. sudo apt update && sudo apt update -y
  4. sudo apt install curl git wget build-essential jq screen -y
  5.  
  6. 2
  7.  
  8. screen -S nubit
  9.  
  10. 3
  11.  
  12. curl -sL1 https://nubit.sh | bash
  13.  
  14. 4
  15.  
  16. cat $HOME/nubit-node/mnemonic.txt
  17.  
  18. 5
  19.  
  20. screen -r nubit
  21.  
  22. 6
  23.  
  24. Its done, you'r beautiful:)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement