- Linux with Docker
- Login to honeygain dashboard on web.
- Right click and open Inspect Element / Inspect.
- Got to "Local storage" section and find the "JWT Token".
- Paste the token into the auth.txt file from this repository.
- Run this command
docker build -t hg-bot:latest .
- Start the docker container and run everytime on boot
docker run -dti --name hg-bot --restart=unless-stopped hg-bot:latest