EarnApp
Operated by Bright Data
- Payout from
- 10 US dollars
- Methods
- PayPal, Wise, gift cards
- Automation
- auto-redeem available
- Extras
- offerwall, referrals
After installation EarnApp runs as a system service and starts again by itself after every reboot. There is nothing for you to look after. If you enable auto-redeem, payouts happen automatically from 10 US dollars – you don't even have to log in.
Important, and wrong in a lot of guides out there EarnApp's terms of service explicitly forbid running it in virtual machines, Docker containers and emulators. There are plenty of tinkering guides that stuff all four services into a single Docker stack – with EarnApp that risks getting your account suspended along with your balance. Use the native installation here, exactly as described below.
Check the requirement
EarnApp needs a 64-bit system. This command tells you what your Pi reports – you want to see aarch64:
uname -m
How to set it up
- Create a free account – that's what the button below is for.
- Run the command below on the Pi and accept the terms of service.
- At the end the script shows you a linking URL.
- Open that URL in your browser while you're logged in – that assigns the Pi to your account.
- Check in the dashboard whether the device shows up as “online”. Done.
wget -qO- https://brightdata.com/static/earnapp/install.sh > /tmp/earnapp.sh && sudo bash /tmp/earnapp.sh
How do I get rid of it again?
Via the bundled uninstall script. Afterwards nothing is left on the Pi, and you delete the account separately in the dashboard.
sudo /usr/bin/earnapp uninstall
The exact path may differ between versions. [VERIFY_EARNAPP_UNINSTALL]