EarnApp
Earn 10€ per month passively per device connected to the network with EarnApp.
Installing EarnApp will allow you to earn money, securely, by sharing your Internet connection on your idle devices.
Secure money
Payment : PayPal / Amazon cards.
Rate in France: $0.3/GB.
Operating Systems (OS)
Linux, Windows, Android, Docker, Mac (soon).
Compatible with Raspberry Pi, Synology NAS and VM.
Features
Automatic PayPal earnings at $2.50.
BrightData Company, owned by EMK, a UK-based regulated private equity fund.
Installation of EarnApp
Installing Docker on Linux Debian :
1 2 3 4 5 6 7 8 |
sudo apt-get -y update sudo apt-get -y install ca-certificates curl gnupg lsb-release curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo sudo apt-get -y update sudo apt-get -y install docker-ce docker-ce-cli containerd.io |
Installing EarnApp in Docker (compatible with Debian 10 and not Debian 11) :
1 2 3 4 |
mkdir /root/earnapp-data01 sudo docker run -d --restart unless-stopped --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /root/earnapp-data01:/etc/earnapp --name earnapp01 fazalfarhan01/earnapp docker exec -it earnapp01 install docker exec -it earnapp01 earnapp showid |