Advertisement
EvenoR

HyperSpace Node

Feb 24th, 2025 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. #1
  2. sudo apt update && sudo apt upgrade -y
  3. #2
  4. curl https://download.hyper.space/api/install | bash
  5. #3
  6. screen -S hyperspace
  7. #4
  8. source /root/.bashrc
  9. #5
  10. aios-cli start
  11. #6
  12. source /root/.bashrc
  13.  
  14. aios-cli models add hf:TheBloke/phi-2-GGUF:phi-2.Q4_K_M.gguf
  15. #7
  16. nano .pem
  17. #8
  18. aios-cli hive import-keys ./.pem
  19. #9
  20. aios-cli hive login
  21. #10
  22. aios-cli hive connect
  23. #11
  24. aios-cli hive select-tier 5
  25.  
  26.  
  27. #Start node if disconnected
  28. aios-cli start --connect
  29.  
  30. #Open Screen session
  31. screen -r hyperspace
  32.  
  33. #check points
  34. aios-cli hive points
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement