JOIN GAIANET NODE : https://gaianet.ai
TUTORIAL FULL VIDEO : https://youtu.be/OPMe2mQrqbA
In VPS or Local ubuntu :
- Install Node :
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
- After Done install. copy this :
source /root/.bashrc
or u can following this step :
Next , u can copy this :
gaianet init
After done all. u can start Node :
gaianet start
After that, add your Device ID and Node ID to the website. To find out the device id and node id. use this command :
gaianet info
Uninstall / Delete Node : Stop Node :
gaianet stop
Delete Node :
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/uninstall.sh' | bash