Git Product home page Git Product logo

pocketmoneymaker's Introduction

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.

pocketmoneymaker's People

Contributors

rbeanz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pocketmoneymaker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.