Skip to content

RBeanz/PocketMoneyMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PocketMoneyMaker

It won't make you rich, but opposed to other sites which require you to fill forms, play games etc. these apps require no action from you at all after setting up - a true "Passive Income" 😉

I created docker commands optimized for RaspberryPi 3/4
update: I also added a docker compose file, you can either one

  1. Sign up to one or more of the following sites 
  2. Use your relevant identification in the docker commands 
  3. Create the containers (earnapp and bitping require special attention) 
  4. Earn money 💰

repocket.co

traffmonetizer.com

peer2profit

packetstream.io

pawns.app

honeygain.me

earnapp.com
To register your node with earnapp, you need to run the container with a unique hash that you can generate. After running for a few minutes, you will be able to register your hash with earnapp site.
To generate your hash (YOUR_DEVICE_NAME can be any string):
echo -n 'YOUR_DEVICE' | md5sum | sed 's/.*/sdk-node-&/'

To register your node using the hash use the following link: https://earnapp.com/r/YOUR_HASH

bitping.com

Bitping requires a different setup - the app need to be started in interactive mode for the first connection.
Use the following command in your home folder:

sudo docker run --rm -it -v ${PWD}/.data/.bitping/:/root/.bitping bitping/bitping-node:latest

The container will run and ask for your credentials, after you're succefully authenticated it will create a sub folder with the connection parameters. Now you can use CTRL+C to stop the container and proceed with the standard docker setup. It will be faster since the image has already been downloaded.


Emulation for ARM devices (RPi)

In some cases you may encounter an error:

-WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

To fix that, you need to install an emulator using the following command:

sudo docker run --privileged --rm tonistiigi/binfmt --install all

You can find more info here.

🚨 Important Tips:

  1. Do not use $ (dollar sign) in your passwords. Linux environments do not like it.
  2. If you think about using a cheap hosted VPS (Virtual Private Server) to run these apps, unfortunately it won't work 😕. The apps check the ip address and when it's associated with a hosting platform or a VPN provider they won't use your bandwith.