- Notifications
You must be signed in to change notification settings - Fork1
A lightweight and safe all-in-one docker-composer for earning passive income from your unused internet bandwidth
License
bearaujus/cash-mint
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A lightweight and safe all-in-one docker-composer for earning passive income from your unused internetbandwidth.A single instance ofcash-mint can earn up to50$ a month or even more,this estimation is depending on your IP location.
I'm creatingcash-mint while learningJenkins,Systemd,andUbuntu OS architecture, so I never designed or testingcash-mint on another operatingsystem.Here is the current supported operating system:
Description:Ubuntu 23.10Codename:mantic
To usecash-mint, you can run the following commands:
Clonecash-mint repository
git clone https://github.com/bearaujus/cash-mint.git cash-mint
Move tocash-mint directory
cd cash-mint
Then, you need to create a copy of
.env.example
as.env
cp .env.example .env
Fill all
<edit-me>
at recently created.env
.See:How to set up envfor more detailed guides.# you can use your favorite text editor to edit .envnano .env
(Optional) If you haven't installedDockerorMakefile yet:
# install dockersudo apt updatecurl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh -o install-docker.shchmod +x install-docker.shsudo ./install-docker.shrm install-docker.sh
# install makefilesudo apt updatesudo apt install make
Finally, you can run thecash-mint. To quit, just simply press
CTRL+C
.make run
(Optional) if you want to runcash-mint in the background:
# start the cash-mint in the backgroundmake start
# see background cash-mint logsmake status
# stop background cash-mintmake stop
*Notes: By running this project, it means you already agreed to alllist supported sitesagreements.
I'mnot using allcash-able sites containers since I need to check whether thecontainer is safe to run ornot. For example, like this one:fazalfarhan01/EarnApp-Docker thiscontainer maybe has scary thing running in itissues/46.
I already selected carefully with the containers that I decided to use forcash-mint. Also, I already scan it withantivirus calledClamAV to ensurecash-mint is safe to run! ;)
Below are the list for sites that supported bycash-mint:
- BITPING
- EARNFM(referral link)
- HONEYGAIN(referral link)
- MYSTERIUM(referral link)
- PACKETSTREAM(referral link)
- PAWNS(referral link)
- PROXYLITE(referral link)
- PROXYRACK(referral link)
- REPOCKET(referral link)
- TRAFFMONETIZER(referral link)
If you don't want to use somecash-mint service(s), you can comment the service on
docker-compose.yml
.Service:MYSTERIUM(referral link)
To start earning with MYSTERIUM, you need to register your local MYSTERIUM node.
- Go tohttp://localhost:<MYSTERIUM_DASHBOARD_PORT>. (See: Your recently created .env)
- Finish the node onboard.
- Go to Settings > Account.
- And you will see small box at the top right called
Mystnodes.com Integrations
. - Click on the
Claim on mystnodes.com
button.
Now your node should be appeared on MYSTERIUM dashboard.
Service:PROXYRACK(referral link)
To start earning with PROXYRACK, you need to register your local PROXYRACK node.
- Go toPROXYRACK(referral link).
- Go to Dashboard.
- Add your node at
Add new device
section. - You can see your PROXYRACK device ID through
.env
. (See: Your recently created .env)
- Support cross-platform.
- Support adaptive working directory.
- Fix bugs when BITPING credentials invalid, it keeps restarting until the CPU is soooo hot.(this is probably causedby refreshrate from interactive terminal BITPING is too high)
- Test all services containers if credentials are invalid.(because I never tried supplied invalid credentials to allservices at once)
This project is licensed under the GNU License - seetheLICENSE file for details.
Made with ❤️ frombearaujus @2024
About
A lightweight and safe all-in-one docker-composer for earning passive income from your unused internet bandwidth