Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Theshaho/gradient-bot

 
 

Repository files navigation

Gradient network hang-up script

Start with Docker

Prepare proxy IP (optional) ( Not recomanded )

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

socks5://username:password@proxyhost:port

Then start the container:

docker run -d \
-e [email protected] \
-e APP_PASS=password \
-v ./proxies.txt:/app/proxies.txt \
overtrue/gradient-bot

Note: Please replace the proxies.txt path with the correct path. If there is no proxy, you can leave it blank, or cd to the directory where proxies.txt is located before executing the docker run command.

View the running log

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

Delete container

docker rm -f <container_id>

Update 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

  • Here is my address in case you want to donate:

    • TRC20: TSdnrpGgnwMTyEshsLDxW153oseiReZbB7
      • ERC 20: 0xC75e4118c31d31Eb7c067c0F78c8F594A8889568
    • SOLANA: EBbY1GskRSgwJcN3cuUCaZqk5zzpsr7A6ku7yg4TCGJa
    • TON: UQBDGcI3N58FpL1uhe5qqDBtcsxVfbmsIZQEz03WBxr-fdCe

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • Dockerfile 6.9%
  • Shell 0.4%