Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xterna/honeygain-reward
đŗ Docker container image for auto claiming Honeygain's lucky pot đđ¯ daily reward. đ
https://github.com/xterna/honeygain-reward
autocomplete bandwidth bot cryptocurrency crytpo daily-reward dailyreward docker docker-compose docker-container docker-image honeygain honeygain-bot honeygain-pot honeygainbot honeygainpot income jumptask make-money money
Last synced: 15 days ago
JSON representation
đŗ Docker container image for auto claiming Honeygain's lucky pot đđ¯ daily reward. đ
- Host: GitHub
- URL: https://github.com/xterna/honeygain-reward
- Owner: XternA
- License: other
- Created: 2024-09-17T21:11:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T05:24:49.000Z (about 2 months ago)
- Last Synced: 2024-12-19T02:09:25.630Z (15 days ago)
- Topics: autocomplete, bandwidth, bot, cryptocurrency, crytpo, daily-reward, dailyreward, docker, docker-compose, docker-container, docker-image, honeygain, honeygain-bot, honeygain-pot, honeygainbot, honeygainpot, income, jumptask, make-money, money
- Homepage: https://hub.docker.com/r/xterna/honeygain-pot
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Honeygain Pot đđ¯[![Static Badge](https://img.shields.io/badge/GitHub-blue?style=flat&logo=github)](https://github.com/XternA/honeygain-reward)
[![Static Badge](https://img.shields.io/badge/License-purple?style=flat&logo=github)](https://github.com/XternA/honeygain-reward?tab=License-1-ov-file)
![GitHub package.json dynamic](https://img.shields.io/github/package-json/version/XternA/honeygain-reward?style=flat&logo=opencontainersinitiative&label=Image%20Tag&color=red)
[![Docker Stars](https://img.shields.io/docker/stars/xterna/honeygain-pot?logo=docker&label=Docker%20Stars)](https://hub.docker.com/r/xterna/honeygain-pot)
[![GitHub Repo stars](https://img.shields.io/github/stars/XternA/honeygain-reward?style=flat&logo=github&label=Stars&color=orange)](https://github.com/XternA/honeygain-reward)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat&logo=paypal)](https://www.paypal.com/donate/?hosted_button_id=32DCQ65QM5FNE)If you like this project, don't forget to leave a star. â
### Containerized Docker image for [Honeygain](https://bit.ly/3x6nX1S) lucky pot đ¯
>**Note:** This built image comes with no warranty of any kind. By using this image you agree this License Aggrement in addition with Honeygain's T&C.
This is a simple Docker image for installing Honeygain's Lucky Pot auto-claim script as a container.
## Pulling Image đ
**64-Bit Platform:** `linux/amd64` `linux/arm64`
```sh
docker pull ghcr.io/xterna/honeygain-pot
```
**32-Bit Platform:** `linux/arm/v7`
```sh
docker pull ghcr.io/xterna/honeygain-pot:arm32v7
```## Overview đ
[**Honeygain-Pot**](https://bit.ly/3x6nX1S) đ¯ is a script (bot) powered by NodeJS, JavaScript and Shell scripting to automatically claim your lucky pot bonus daily from [**Honeygain**](https://bit.ly/3x6nX1S)đ.The script is designed to be run in a docker environment, allowing it to be deployed alongside the Honeygain docker container.
It uses very minimal resources, resulting in the CPU utilisation staying at idle **0%** the entire time unless logging into the website.
```
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
33d34f74cd0e honeygain-pot 0.20% 3.02MiB / 320MiB 0.94% 3.3MB / 206kB 0B / 43.6MB 3
```> [**Income Generator**](https://github.com/XternA/income-generator) comes pre-configured with this image. A tool which consolidates and earns passive income from multiple sources.
## Features đ
- Automatically log in and claim daily lucky pot.
- Find out the remaining time before the next claim.
- Set up the timer and auto-wait for the duration.
- On ready to reclaim, repeat the cycle.
- If an error occurs, will cool down and re-attempt.
- Works with `Honeygain` and `JumpTask` mode.### Output đĨī¸
This is what the script looks like when you inspect the output.
```
------------ Honeygain Pot Auto Claim ------------
Starting login process...
Logging in as [email protected]
Logged into Honeygain đ
--------------------------------------------------Earning with Honeygain wallet đ°
Claimed 100 credits â
Won today 100 credits đĒ
Earned today 157.43 credits đ¯
Waiting for next available pot to claim đ¯
Time remaining: 23 hours 26 minutes 42 seconds âąī¸
.
.
.
Time remaining: 0 hours 0 minutes 0 seconds âąī¸
Ready to claim again â
```![image](https://github.com/user-attachments/assets/5dead907-cbb6-42b2-a7cc-31928077159e)
## Usage đ
Define the following environment variable to bootstrap the image.| Variable | Description | Mandatory |
| :--- | :--- | :---: |
| **EMAIL** | Your Honeygain email address | YES |
| **PASSWORD** | Your Honeygain password | YES |Or supply credentials in a Dotenv `.env` file.
```markdown
EMAIL=
PASSWORD=
```## Docker Deployment đ
### Compose
File: `compose.yml`
```yaml
services:
honeygain-pot:
container_name: honeygain-pot
image: ghcr.io/xterna/honeygain-pot
restart: unless-stopped
environment:
- EMAIL=$EMAIL
- PASSWORD=$PASSWORD
dns:
- 1.1.1.1
- 8.8.8.8
```With Honeygain app docker image.
```yaml
services:
honeygain:
container_name: honeygain
image: honeygain/honeygain
restart: always
command: -tou-accept -email $EMAIL -pass $PASSWORD -device $
dns:
- 1.1.1.1
- 8.8.8.8honeygain-pot:
container_name: honeygain-pot
image: xterna/honeygain-pot
restart: unless-stopped
environment:
- EMAIL=$EMAIL
- PASSWORD=$PASSWORD
dns:
- 1.1.1.1
- 8.8.8.8
depends_on:
- honeygain
```Execute where compose file is located.
```yaml
docker compose up -d
```âšī¸ **Note:** If you apply resource limits such as CPU and RAM you need to set the following bare minimum:
```
- cpu=0.8
- mem_limit=350m
```
The script won't be able to run properly and will constantly timeout if the CPU and RAM limit is set lower than recommended. This is only required during the boot-up phase where it needs to spin up a headless browser to connect to the site. Resource is most intensive only during this phase.### CLI
Using environment variable or Dotenv `.env` defined e.g.
```sh
docker run -d --restart unless-stopped --name honeygain-pot -e EMAIL=$HONEYGAIN_EMAIL -e PASSWORD=$HONEYGAIN_PASSWORD ghcr.io/xterna/honeygain-pot
```Directly passing credentials.
```sh
docker run -d --restart unless-stopped --name honeygain-pot -e EMAIL=example.gmail.com -e PASSWORD=pass123 ghcr.io/xterna/honeygain-pot
```
This will start the application in the background. The alias assigned is `honeygain-pot`.## Like My Work? đĢļ
Donations are warmly welcomed no matter how small and thank you very much. đ
- **Bitcoin (BTC)** - `bc1qq993w3mxsf5aph5c362wjv3zaegk37tcvw7rl4`
- **Ethereum (ETH)** - `0x2601B9940F9594810DEDC44015491f0f9D6Dd1cA`
- **Binance Smart Chain (BSC)** - `0x2601B9940F9594810DEDC44015491f0f9D6Dd1cA`
- **Solana (SOL)** - `Ap5aiAbnsLtR2XVJB3sp37qdNP5VfqydAgUThvdEiL5i`
- **PayPal** - [@xterna](https://paypal.me/xterna)## Disclaimer â ī¸
Disclaimer: This image is neither affiliated with nor endorsed by Honeygain. Use this image at your own risk and responsibility. By using this image, you agree to be automatically bound by the License Agreement associated with it.The author does not provide any assurances, whether explicit or implicit, regarding the accuracy, completeness, or appropriateness of this image for specific purposes. The author shall not be held accountable for any damages, including but not limited to direct, indirect, incidental, consequential, or special damages, arising from the use or inability to use this image or its accompanying documentation, even if the possibility of such damages has been communicated.
By choosing to use this image, you acknowledge and assume all risks associated with its use. Additionally, you agree that the author cannot be held liable for any issues or consequences that may arise as a result of its usage.