Advertisement
EvenoR

Gaia Update + Domain connect

Apr 19th, 2025 (edited)
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. #UPDATE YOUR NODE
  2. #1
  3. gaianet stop
  4.  
  5. #2
  6. curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
  7.  
  8. #3
  9. source $HOME/.bashrc
  10.  
  11. #4
  12. gaianet start
  13.  
  14. #CHECK CONFIG
  15.  
  16. nano ~/gaianet/config.json
  17. #UPDATE (IF NEEDED)
  18. 1#
  19.  
  20. gaianet stop
  21. #2
  22.  
  23. gaianet config --domain gaia.domains
  24. #3
  25.  
  26. gaianet init
  27. #4
  28.  
  29. gaianet start
  30.  
  31. #DOWNLOAD&LAUNCH DOMAIN AUTOBOT
  32. #1
  33. git clone https://github.com/Evenorchik/gaiadomain gaia-domain-bot
  34. #2
  35. pip install aiohttp
  36. #3
  37. cd gaia-domain-bot
  38. #4
  39. screen -S gaia_domain_bot
  40. #5
  41. python3 autobot.py
  42. #6
  43. evchat.gaia.domains
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement