Gensyn Testnet Node Guide
Recommended Hardware: 4 Cores, 16GB RAM, 256GB of storage (NVME), RTX 3090, RTX 4090, A100
1. Update System Packages
2. Install General Utilities and Tools
3. Install Python
4. Install Node
5. Install Yarn
6. Clone the Repository
Open a screen to run it in background
Install swarm
Press Y
You need to visit the URL which you will find on your terminal there and then, log in using your email. After logging in, it will display something like this
It will ask you this question :
Would you like to push models you train in the RL swarm to the Hugging Face Hub? [y/N]
; You should writeN
thereYou will see something like this; it indicates that everything is working fine. You can now detach from this screen session.
7. Detach from screen session
screen session
Use
Ctrl + A
and then pressD
to detach from this screen session.
⚠️ OTP Issue / URL not accessible :
If you can't get OTP in your email and also can't login using google, then use this method :
Install ngrok in different tab on the same vps ( don't close previous tab where gensyn is running)
Now visit : https://ngrok.com/
Sign up using email
Now go to
Your authtoken
section and then click on "show authtoken" option and then copy that commandNow open your VPS in other tab and paste the command
Now use this command
ngrok http 3000
Then click on the following url with ngrok domain and then access gynsyn page and login using email address (✅ working, tested)
Last updated