- Project address:https://app.gradient.network/
- Working Proxies as of NOV 2024:https://app.proxiware.com $1.5 per residential proxy
下面不用看
Save the proxy address to proxies.txt
file in the format:
socks5://username:password@proxyhost:port
docker run -d \
-e [email protected] \
-e APP_PASS=password \
-v ./proxies.txt:/app/proxies.txt \
overtrue/gradient-bot
Note: proxies.txt
Please replace the path with the correct path, or go cd to proxies.txt
the directory first and then execute the docker run command.
docker ps
This command will list all containers, find the corresponding container ID (the value in the "CONTAINER ID" column), and then execute:
docker exec -it <container_id> pm2 logs
docker rm -f <container_id>
# delete old container
docker rm -f <container_id>
# pull new image
docker pull overtrue/gradient-bot
# run new container
docker run -d -e APP_USER=<[email protected]> -e APP_PASS='<password>' -v ./proxies.txt:/app/proxies.txt overtrue/gradient-bot
- Run this bot, and it will update your referrer code to my invite code if you don't have one.
- You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot. This bot is for educational purposes only.
Feel free to contribute to this project by creating a pull request.