Skip to content

Lukey372/gradient-bot

 
 

Repository files navigation

Gradient network 挂机脚本

下面不用看

Start with Docker

Save the proxy address to proxies.txt file in the format:

socks5://username:password@proxyhost:port

Start with Docker:

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.

View the operation log

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

Deleting a container

docker rm -f <container_id>

Updated version

# 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

Note

  • 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.

Contribution

Feel free to contribute to this project by creating a pull request.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • Dockerfile 5.8%
  • Shell 0.2%