Unofficial EarnApp node: share unused bandwidth for passive income
248
cph1c06/earnapp is an unofficial multi-arch Docker image for the EarnApp Linux node by Bright Data.
EarnApp helps you earn passive income while your devices rest by sharing unused resources. Approved public web traffic can be routed through real user devices so businesses can collect public web data. EarnApp states that personal information is not accessed beyond registration email and IP address.
This image ships Bright Data’s official Linux binaries so you can run a node with Docker on AMD64 and ARM64 (including 64-bit Raspberry Pi), without installing EarnApp on the host OS.
Links
Not affiliated with Bright Data / EarnApp. By using this image you accept EarnApp’s Terms of Service and Privacy Policy.
Per EarnApp hardware/software requirements:
| Platform | Support |
|---|---|
Linux x64 (linux/amd64) | Yes |
ARM64 (linux/arm64) | Yes |
| ARMv7 | Officially supported by EarnApp; not in default image tags |
| ARMv6 / 32-bit OS | Not supported by EarnApp |
mkdir -p "$HOME/earnapp-data"
docker run -d \
--name earnapp \
--restart unless-stopped \
--memory=256m \
--cpus=1 \
-v "$HOME/earnapp-data:/etc/earnapp" \
cph1c06/earnapp:latest
docker logs -f earnapp
Open the printed https://earnapp.com/r/sdk-node-… link to attach the device to your account, then check earnings in the dashboard.
docker run -d \
--name earnapp \
--restart unless-stopped \
--memory=256m \
--cpus=1 \
-e EARNAPP_UUID='sdk-node-YOUR_UUID_HERE' \
-v "$HOME/earnapp-data:/etc/earnapp" \
cph1c06/earnapp:latest
From earnapp.com/passive-income:
| Tag | Meaning |
|---|---|
latest | Latest build from main |
sha-* | Immutable commit build |
YYYYMMDD-* | Date + commit build |
Architectures: linux/amd64, linux/arm64.
EarnApp binaries and branding belong to Bright Data / EarnApp. This image only packages publicly distributed Linux binaries for Docker. Use at your own risk and follow EarnApp’s rules (including restrictions on VPNs, VPS, and virtual machines where prohibited).
Content type
Image
Digest
sha256:0497b4122…
Size
67.1 MB
Last updated
12 days ago
docker pull cph1c06/earnapp:sha-cf5a45a