β Donβt use low-spec devices! It may crash your system.
Use a good VPS or high-performance local machine.
NOTE: You Can rent VPS on "https://contabo.com/en/vps/" budget freindly
ssh username@ipsudo apt update && sudo apt install -y python3 python3-venv python3-pip curl wget screen git lsofbrew install pythonCheck Python version:
python3 --versioncurl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejsInstall Yarn:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list > /dev/null
sudo apt update && sudo apt install -y yarnbrew install node && corepack enable && npm install -g yarnCheck versions:
node -v
npm -v
yarn -vgit clone https://github.com/gensyn-ai/rl-swarm.git
screen -S gensyn
cd $HOME && rm -rf gensyn-testnet && git clone https://github.com/zunxbt/gensyn-testnet.git && chmod +x gensyn-testnet/gensyn.sh && ./gensyn-testnet/gensyn.sh
When prompted:
Yto connect to testnet.- Login via popup or http://localhost:3000/
- Save your ORG_ID
Nfor Hugging Face
Logs will start showing.
Detach screen: Ctrl + A, then D
To reattach: screen -r gensyn
To resume and claim chat bonuses or rewards in the future, make sure to back up these files:
swarm.pemβ Located in the root ofrl-swarmfolderuserApiKey.jsonanduserData.jsonβ Located inmodal-login/temp-data/
You can copy them to a safe location on your device or cloud.
π Example command to copy from VPS to local:
scp USERNAME@YOUR_IP:~/rl-swarm/swarm.pem ~/swarm.pem
scp USERNAME@YOUR_IP:~/rl-swarm/modal-login/temp-data/userApiKey.json ~/
scp USERNAME@YOUR_IP:~/rl-swarm/modal-login/temp-data/userData.json ~/
