Skip to content

Commit

Permalink
Fix peer2profit
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierGaland committed Nov 3, 2023
1 parent c9813ab commit f7586d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Installation (you can open www/index.html file to have a more interactive instal
- Update .env file with the account details (put your account informations in defined environment variables)
- (Optional) If you don't want to use all app : comment or delete the corresponding section in docker-compose.yml
- Special procedure for Earnapp : you will need to add your device in the dashboard, to get the id use Portainer to open "exec console" on the Earnapp container (or through ssh enter: docker exec -it cashfactory_Earnapp_1 sh) and type : earnapp showid, to add the device you need to enter this link in your browser https://earnapp.com/r/your-id replacing "your-id" with the id you found earlier with show-id.
- Special procedure for Peer2profit : registration is done using a telegram bot (you need to install telegram application)
- Special procedure for Bitping : you will need to enter manually credential to initialize (TODO : easiest way ?), in $HOME/CashFactory type : sudo docker run -it -v $HOME/CashFactory/data/bitping/:/root/.bitping bitping/bitping-node:latest , then enter your credential , once this is done CTL-C to end container

Registering section and supported cash earning apps :
Expand All @@ -24,16 +25,14 @@ This won't cost you anything and motivate me to maintain this software by adding

- Supported [Register Earnapp](https://earnapp.com/i/p34wpf4)
- Supported [Register Honeygain](https://r.honeygain.me/GALAN2C368)
- Supported [Register Peer2profit](https://p2pr.me/164081436561ccd71d961f2)
- Supported [Register Peer2profit](https://t.me/peer2profit_app_bot?start=164081436561ccd71d961f2) : Dashboard on telegram
- Supported [Register IPRoyal Pawns](https://iproyal.com/pawns?r=455236)
- Supported [Register Packetstream](https://packetstream.io/?psr=32GQ)
- Supported [Register Traffmonetizer](https://traffmonetizer.com/?aff=52057)
- Supported [Register Repocket](https://link.repocket.co/qtCj)
- Supported [Register Proxylite](https://proxylite.ru/?r=S9LZAM24) : Russian app, payable with crypto for non russian citizens.
- Supported [Register Bitping](https://app.bitping.com?r=XLr65_of) : This tool only pay in crypto (BitcoinSV)
- Supported [Register Proxyrack](https://peer.proxyrack.com/ref/08e43xzp6ixdutkxgwsf1vytiqbpcinvt2fge2lc)
- 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
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ services:
depends_on:
- Portainer
- Webserver
image: lyenliang/peer2profit_x86_64:latest
image: enwaiax/peer2profit:latest
restart: always
environment:
- P2P_EMAIL=$PEER2PROFIT_EMAIL
- email=$PEER2PROFIT_EMAIL
- use_proxy=false
networks:
default:
ipv4_address: 172.106.0.50
Expand Down
7 changes: 3 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
<tr><td><button type="button" onclick="window.open('http://'+window.location.hostname+':9000')">Portainer</button><button type="button" onclick="window.open('https://github.com/OlivierGaland/CashFactory')">Github</button></td></tr>
<tr><td><button type="button" onclick="window.open('https://earnapp.com/dashboard')">EarnApp</button>
<button type="button" onclick="window.open('https://dashboard.honeygain.com/')">Honeygain</button>
<button type="button" onclick="window.open('https://dashboard.peer2profit.app/dashboard')">Peer2profit</button></td></tr>
<button type="button" onclick="window.open('https://t.me/peer2profit_app_bot')">Peer2profit</button></td></tr>
<tr><td><button type="button" onclick="window.open('https://pawns.iproyal.com/')">IPRoyal Pawns</button>
<button type="button" onclick="window.open('https://packetstream.io/dashboard')">Packetstream</button>
<button type="button" onclick="window.open('https://app.repocket.co/')">Repocket</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>
<button type="button" onclick="window.open('https://lk.proxylite.ru/index.php')">Proxylite</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>
<tr><td><button type="button" onclick="window.open('https://peer.proxyrack.com/dashboard')">Proxyrack</button></td></tr>
</table>
</div>
<div id="Register" class="tabcontent">
Expand All @@ -70,14 +70,13 @@
</tr>
<tr><td>EarnApp</td><td>Yes</td><td>3</td><td>3</td><td>$0.5</td><td><button type="button" onclick="window.open('https://earnapp.com/i/p34wpf4')">Register</button></td></tr>
<tr><td>Honeygain</td><td>Yes</td><td>3</td><td>5</td><td>$0.1</td><td><button type="button" onclick="window.open('https://r.honeygain.me/GALAN2C368')">Register</button></td></tr>
<tr><td>Peer2profit</td><td>Yes</td><td>3</td><td>1</td><td>$1</td><td><button type="button" onclick="window.open('https://p2pr.me/164081436561ccd71d961f2')">Register</button></td></tr>
<tr><td>Peer2profit</td><td>Yes</td><td>3</td><td>1</td><td>$1</td><td><button type="button" onclick="window.open('https://t.me/peer2profit_app_bot?start=164081436561ccd71d961f2')">Register</button></td></tr>
<tr><td>IPRoyal Pawns</td><td>Yes</td><td>2</td><td>1</td><td>$0.2</td><td><button type="button" onclick="window.open('https://iproyal.com/pawns?r=455236')">Register</button></td></tr>
<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>2</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>Repocket</td><td>Yes</td><td>1</td><td>1</td><td>$0.2</td><td><button type="button" onclick="window.open('https://link.repocket.co/qtCj')">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>Proxylite</td><td>Yes</td><td>1</td><td>1</td><td>?</td><td><button type="button" onclick="window.open('https://proxylite.ru/?r=S9LZAM24')">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>2</td><td>1</td><td>$0.5</td><td><button type="button" onclick="window.open('https://peer.proxyrack.com/ref/08e43xzp6ixdutkxgwsf1vytiqbpcinvt2fge2lc')">Register</button></td></tr>
</table>
<table class="table_text">
Expand Down

0 comments on commit f7586d0

Please sign in to comment.