Skip to content

Commit

Permalink
Cashfactory 1.1
Browse files Browse the repository at this point in the history
Add proxyrack
  • Loading branch information
OlivierGaland committed Aug 9, 2022
1 parent 5c2d7d2 commit 9aaf04f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Those tools are using your computer to route traffic, I'm personnally using it r
Installation (you can open www/index.html file to have a more interactive install section) :

- Install linux OS on your host machine (a low consuming and cheap linux compatible box if you want a dedicated computer) or you can use an already set linux server running 24/7 as this software is very low ressources consuming.
- Download CashFactory latest release in $HOME directory : cd $HOME, then : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v1.0.tar.gz , then uncompress : tar -xvf v1.0.tar.gz
- Edit created directory name to CashFactory and cd inside : mv CashFactory-1.0 CashFactory ; cd CashFactory
- Download CashFactory latest release in $HOME directory : cd $HOME, then : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v1.1.tar.gz , then uncompress : tar -xvf v1.1.tar.gz
- Edit created directory name to CashFactory and cd inside : mv CashFactory-1.1 CashFactory ; cd CashFactory
- Run install script (Need to run it as sudo -supervisor-) : sudo ./setup.sh
- Create an account for the app(s) you want to use (7 app supported : see Registering section below)
- Update .env file with the account details (put your account informations in defined environment variables)
Expand All @@ -29,7 +29,9 @@ This won't cost you anything and motivate me to maintain this software by adding
- Supported [Register Packetstream](https://packetstream.io/?psr=32GQ)
- Supported [Register Traffmonetizer](https://traffmonetizer.com/?aff=52057)
- Supported [Register Bitping](https://app.bitping.com?r=XLr65_of) : This tool only pay in crypto (BitcoinSV)
- Not yet supported [Register Spider Income](https://income.spider.dev/r/galan21l65) : linux version under dev (prerequisite for CashFactory implementation). Warning : I get no income on this one since a few monthes
- Not yet supported [Register Proxyrack](https://peer.proxyrack.com/register) : Windows only. No referal system.
- Not yet supported [Register Spider Income](https://income.spider.dev/r/galan21l65) : linux version under dev (prerequisite for CashFactory implementation). Warning : I get no income on this one since a few monthes, never payed, suspected SCAM


Start/stop procedure :

Expand Down
11 changes: 6 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<button type="button" onclick="window.open('https://packetstream.io/dashboard')">Packetstream</button></td></tr>
<tr><td><button type="button" onclick="window.open('https://app.bitping.com/earnings')">Bitping</button>
<button type="button" onclick="window.open('https://app.traffmonetizer.com/dashboard')">Traffmonetizer</button></td></tr>
<tr><td><button type="button" onclick="window.open('https://income.spider.dev/dashboard')">Spider Income</button></button></td></tr>
<tr><td><button type="button" onclick="window.open('https://income.spider.dev/dashboard')"><strike>Spider Income</strike></button><button type="button" onclick="window.open('https://peer.proxyrack.com/dashboard')">Proxyrack</button></td></tr>
</table>
</div>
<div id="Register" class="tabcontent">
Expand Down Expand Up @@ -73,7 +73,8 @@
<tr><td>Packetstream</td><td>Yes</td><td>2</td><td>2</td><td>$0.1</td><td><button type="button" onclick="window.open('https://packetstream.io/?psr=32GQ')">Register</button></td></tr>
<tr><td>Traffmonetizer</td><td>Yes</td><td>1</td><td>1</td><td>$0.1</td><td><button type="button" onclick="window.open('https://traffmonetizer.com/?aff=52057')">Register</button></td></tr>
<tr><td>Bitping</td><td>Yes</td><td>1</td><td>1</td><td>NA</td><td><button type="button" onclick="window.open('https://app.bitping.com?r=XLr65_of')">Register</button></td></tr>
<tr><td>Spider Income</td><td>Not yet</td><td>0</td><td>1</td><td>$1</td><td><button type="button" onclick="window.open('https://income.spider.dev/r/galan21l65')">Register</button></td></tr>
<tr><td><strike>Spider Income</strike></td><td>Not yet</td><td>0</td><td>1</td><td>$1</td><td><button type="button" onclick="window.open('https://income.spider.dev/r/galan21l65')">Register</button></td></tr>
<tr><td>Proxyrack</td><td>Not yet</td><td>3</td><td>1</td><td>$0.5</td><td><button type="button" onclick="window.open('https://peer.proxyrack.com/register')">Register (no ref)</button></td></tr>
</table>
<table class="table_text">
<tr><td>
Expand All @@ -90,8 +91,8 @@
<tr><td>
<h1>Installation procedure :</h1><br><br>
1) Install linux OS on your host machine.<br><br>
2) Download CashFactory latest release : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v0.5.tar.gz , then uncompress : tar -xvf v0.5.tar.gz<br><br>
3) Edit created directory name to CashFactory and cd inside : mv CashFactory-0.5 CashFactory ; cd CashFactory<br><br>
2) Download CashFactory latest release : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v1.1.tar.gz , then uncompress : tar -xvf v1.1.tar.gz<br><br>
3) Edit created directory name to CashFactory and cd inside : mv CashFactory-1.1 CashFactory ; cd CashFactory<br><br>
4) Run install script (Need to run it as sudo -supervisor-) : sudo ./setup.sh<br><br>
5) Create an account for the app you want to use (5 app supported, see Register tab)<br><br>
6) Update .env file with the account details<br><br>
Expand Down Expand Up @@ -137,7 +138,7 @@ <h3>I'm happy with the software and want to give you a reward, how can I do that
<table class="table_text">
<tr><td>
<h1>CashFactory</h1><br><br>
Release : 1.0 (25/06/2022)<br><br>
Release : 1.1 (10/08/2022)<br><br>
Author : Olivier Galand (contact : galand.olivier.david@gmail.com)<br><br>
Project page and support : https://github.com/OlivierGaland/CashFactory<br><br>
This product is free for use and may be copied and distributed freely in its original form.<br>
Expand Down

0 comments on commit 9aaf04f

Please sign in to comment.