This repository provides Docker Compose configurations that run bandwidth-sharing applications in isolated containers. Each service includes carefully configured resource limits and security measures.
- Honeygain
- EarnApp — Note: This service prohibits using Docker containers
- Bitping
- PacketStream
- Pawns.app
- Traffmonetizer
- Repocket
- ProxyRack
- EarnFM
- Clone this repository
- Copy
.env.example
to.env
and fill in your credentials for each service - Run
RANDOM_DEVICE="docker-$RANDOM" docker compose up --build --detach
to start all containers.
RANDOM_DEVICE: You must set the RANDOM_DEVICE environment variable before starting Docker Compose. This variable creates a unique identifier for your device, which services like Honeygain require.
- All containers run with minimal privileges
- Each container operates in an isolated network
We welcome issues, enhancement requests, and pull requests.
This setup is intended for educational purposes only. Before use, review each platform's terms of service carefully. Note that some services do not officially support containerized environments.
This project is licensed under the Unlicense - a license with no conditions whatsoever which dedicates works to the public domain. For more information, see http://unlicense.org/