Advertisement
EvenoR

Gensyn Node Script

Apr 13th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. #1.Download&Launch installation script
  2. wget --no-cache -q -O gensyn.sh https://raw.githubusercontent.com/Evenorchik/Scripts/refs/heads/main/gensyn.sh && sudo chmod +x gensyn.sh && ./gensyn.sh
  3.  
  4. #2.Apply config
  5. source ~/.bashrc
  6.  
  7. #3.Run Screen session for you node
  8. screen -S gensyn
  9.  
  10. #4.Create folder, run venv, run node
  11. cd rl-swarm
  12. python3 -m venv .venv
  13. source .venv/bin/activate
  14. ./run_rl_swarm.sh
  15.  
  16. #5.IN LOCAL TERMINAL enter command:
  17. ssh -L 3000:localhost:3000 root@YOUR_SERVER_IP
  18.  
  19. #6.In browser on local PC enter the link
  20. http://localhost:3000/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement