Written in .Net 8
Register Now at app.gradient.network
-
Install Docker
- Windows: Docker Desktop
- Linux: If you're using Linux, you probably know how to do this already.
-
Edit docker-compose.yml (In the docker-install folder of the source code)
version: '1' services: gradient: image: aron666/gradient environment: - GR_USER=user - GR_PASS=password - ADMIN_USER=admin - ADMIN_PASS=admin - PROXY_ENABLE=false # true - PROXY_HOST=http(s)://host:port - PROXY_USER=user - PROXY_PASS=pass ports: - 5005:50005 volumes: - ./data:/app/UserData
- Port 5005 will open a port on your computer. Open firewall port 5005 for LAN access.
-
Execute
//cmd, navigate to the directory first (docker-install) docker compose up -d or docker-compose up -d
Then, you can check the backend status using the following URLs:
- Local: http://localhost:5005
- Other devices: Open cmd and type
ipconfig
/ifconfig
to find your LAN IP, then access http://IP:5005- The process continues even if the webpage is closed.
- For Windows auto-start, adjust settings in Docker Desktop.
- Windows: Coming Soon
- Linux: Coming Soon
If you find this automated mining bot helpful and would like to support my ongoing development, feel free to:
☕ Buy me a coffee! ☕
Your support is like a freshly brewed cup of coffee that keeps me energized to keep coding!
- BEP20 (USDT/BNB, etc.):
0xd14ee77edb0a052eb955db6fcd2a1cdcafeef53e
- TRC20 (USDT, etc.):
THrEH2tKHxCUiSiuFpGhU99Y4QdChW8dub
Thank you for your generosity! 🙌