
Deploy Honeygain with Docker!
Honeygain is the first-ever app that allows its users to make money online by sharing their Internet connection. Reach your networks' full potential by getting paid in USD, BTC, or JMPT! Source of text: https://www.honeygain.com.
I recommend a look
Video Tutorial
Text Tutorial
- Type following command in Terminal.
docker run -d honeygain/honeygain -tou-accept -email ACCOUNT_EMAIL -pass ACCOUNT_PASSWORD -device DEVICE_NAME
-d
Container restart policy isunless stop
.-tou-accept
Accept Honeygain Terms of Use (ToU).-email ACCOUNT_EMAIL
Honeygain account email.-pass ACCOUNT_PASSWORD
Honeygain account password.-device DEVICE_NAME
Name for device.
To see Honeygain Terms of Use (ToU) go to this page: https://www.honeygain.com/terms-of-use. - Wait until Honeygain Docker container will be pulled!
- Check
Docker Container id
by commanddocker ps -a
. - To check if Honeygain is running just see logs by command
docker logs -f <container id>
. - Done!