Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #UPDATE YOUR NODE
- #1
- gaianet stop
- #2
- curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
- #3
- source $HOME/.bashrc
- #4
- gaianet start
- #CHECK CONFIG
- nano ~/gaianet/config.json
- #UPDATE (IF NEEDED)
- 1#
- gaianet stop
- #2
- gaianet config --domain gaia.domains
- #3
- gaianet init
- #4
- gaianet start
- #DOWNLOAD&LAUNCH DOMAIN AUTOBOT
- #1
- git clone https://github.com/Evenorchik/gaiadomain gaia-domain-bot
- #2
- pip install aiohttp
- #3
- cd gaia-domain-bot
- #4
- screen -S gaia_domain_bot
- #5
- python3 autobot.py
- #6
- evchat.gaia.domains
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement