Deploy Docker Container: Honeygain

Page content

About Honeygain

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

Video Tutorial

Text Tutorial

  1. Type following command in Terminal: docker run -d --name="honeygain" honeygain/honeygain -tou-accept -email ACCOUNT_EMAIL -pass ACCOUNT_PASSWORD -device DEVICE_NAME.
    • -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.

  1. Wait until Honeygain docker container will be pulled!
  2. Check Docker Container id by command: docker ps -a.
  3. To check if Honeygain is running just see logs by command docker logs -f <container id / container name>.
  4. Done!