Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Check ports
- sudo ss -tulpwn | awk 'NR==1 || /LISTEN/'
- #Update system
- sudo apt update && sudo apt upgrade -y
- #Launch Installation script
- wget --no-cache -q -O gaiascript.sh https://raw.githubusercontent.com/Evenorchik/gaianetnode/refs/heads/main/gaiascript.sh && sudo chmod +x gaiascript.sh && ./gaiascript.sh
- #In case you have Error do next steps:
- #1
- source $HOME/.bashrc
- #2
- gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/qwen2-0.5b-instruct/config.json
- #Starting you node
- gaianet start
- #Get node info
- gaianet info
- #Stop node
- gaianet stop
- #Check farming bot logs
- sudo journalctl -u gaia-bot -f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement