The official earnfm docker application to earn at scale
10M+

This guide will walk you through the process of setting up the EarnFM client using Docker and keeping it updated using Watchtower.
Docker: Docker should be installed on your machine. If not, follow the installation guide here: Install Docker .
Earn.fm account & API Key: If you are not already registered, make an account at https://app.earn.fm and copy your API Key from your settings.
You can set up the EarnFM client and Watchtower in a single command by using the following command:
sudo docker stop watchtower; sudo docker rm watchtower; sudo docker rmi containrrr/watchtower; sudo docker stop earnfm-client; sudo docker rm earnfm-client; sudo docker rmi earnfm/earnfm-client:latest; sudo docker run -d --restart=always -e EARNFM_TOKEN="YOUR_APIKEY_PLEASE_REPLACE_ME" --name earnfm-client earnfm/earnfm-client:latest && sudo docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --include-stopped --include-restarting --revive-stopped --interval 60 earnfm-client
Replace "YOUR_APIKEY_PLEASE_REPLACE_ME" with your actual EarnFM token. (Like this: "97f7414b-a0fb-4862-baba-e988d9a127fb")
This setup process ensures you are always running the latest EarnFM client and that your client is kept up-to-date with minimal effort on your part.
Content type
Image
Digest
sha256:96169b3cd…
Size
28.6 MB
Last updated
over 1 year ago
docker pull earnfm/earnfm-client