Sign inSign up

cph1c06/earnapp

By cph1c06

Updated 12 days ago

Unofficial EarnApp node: share unused bandwidth for passive income

Image
Networking
Internet of things
0

248

cph1c06/earnapp repository overview

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.

Supported platforms

Per EarnApp hardware/software requirements:

PlatformSupport
Linux x64 (linux/amd64)Yes
ARM64 (linux/arm64)Yes
ARMv7Officially supported by EarnApp; not in default image tags
ARMv6 / 32-bit OSNot supported by EarnApp

Quick start

  1. Create an account at earnapp.com.
  2. Run the container:
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
  1. Open the logs and copy the registration URL:
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.

Persist / reuse the same node ID
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

How EarnApp passive income works

From earnapp.com/passive-income:

  1. Download / install EarnApp on a supported device
  2. Run it in the background
  3. Earnings depend on geolocation, internet performance, and how many devices stay online

Tags

TagMeaning
latestLatest build from main
sha-*Immutable commit build
YYYYMMDD-*Date + commit build

Architectures: linux/amd64, linux/arm64.

Disclaimer

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

Tag summary

Content type

Image

Digest

sha256:0497b4122

Size

67.1 MB

Last updated

12 days ago

docker pull cph1c06/earnapp:sha-cf5a45a