earnfm/earnfm-client

By earnfm

Updated over 1 year ago

The official earnfm docker application to earn at scale

Image
7

10M+

earnfm/earnfm-client repository overview

Logo

EarnFM Client Docker Setup Guide

This guide will walk you through the process of setting up the EarnFM client using Docker and keeping it updated using Watchtower.

Prerequisites

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.

Setup

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.

Enjoy earning at scale

Tag summary

Content type

Image

Digest

sha256:96169b3cd

Size

28.6 MB

Last updated

over 1 year ago

docker pull earnfm/earnfm-client