- Register: https://app.gradient.network
- Purchase proxies: Proxies Static Residental | FREE 10 PREMIUM PROXIES | Free 100 Premium Proxies | Good Premium Proxies (paid): 922proxy, proxy-cheap, infatica
- Usage document: https://mirror.xyz
This is OPTIONAL if you want to test a single proxy and check its support for Gradient or not
- v20.18.0
- Linux: Ubuntu/Debian
To install requirements, run command:
npm install
Testing the proxy, run command:
- Linux:
sudo APP_USER='example@gmail.com' APP_PASS='password' PROXY=socks5://username@password@proxyhost:port node app.js
- Windows:
set APP_USER="example@gmail.com" && set APP_PASS="password" && set PROXY=socks5://username:password@proxyhost:port && node app.js
- Windows | Tutorial : English | Indonesian
- Linux: Ubuntu/Debian | Video Tutorial
Pull the docker image:
docker pull overtrue/gradient-bot:latest
Save the proxy address to the proxies.txt
file in the format, example:
socks5://username:password@proxyhost:port
http://username:password@proxyhost:port
socks5://proxyhost:port
http://proxyhost:port
Then start the container
- Linux:
docker run -d -e APP_USER=user@mail.com -e APP_PASS=password -v ./proxies.txt:/app/proxies.txt overtrue/gradient-bot
- Windows CMD:
Change C:/Folder/Path/To/proxies.txt to your proxies.txt destination path
docker run -d -e APP_USER=user@mail.com -e APP_PASS=password -v C:/Folder/Path/To/proxies.txt:/app/proxies.txt overtrue/gradient-bot
Note: Please replace the proxies.txt
path with the correct path, or cd
to the directory where proxies.txt
is located before executing the docker run command.
docker ps
This command will list all containers, find the corresponding container ID (the value corresponding to the "CONTAINER ID" column), and then execute:
docker exec -it <container_id> pm2 logs
docker rm -f <container_id>
- 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.