Skip to content

Commit f7586d0

Browse files
committed
Fix peer2profit
1 parent c9813ab commit f7586d0

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Installation (you can open www/index.html file to have a more interactive instal
1414
- Update .env file with the account details (put your account informations in defined environment variables)
1515
- (Optional) If you don't want to use all app : comment or delete the corresponding section in docker-compose.yml
1616
- 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.
17+
- Special procedure for Peer2profit : registration is done using a telegram bot (you need to install telegram application)
1718
- 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
1819

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

2526
- Supported [Register Earnapp](https://earnapp.com/i/p34wpf4)
2627
- Supported [Register Honeygain](https://r.honeygain.me/GALAN2C368)
27-
- Supported [Register Peer2profit](https://p2pr.me/164081436561ccd71d961f2)
28+
- Supported [Register Peer2profit](https://t.me/peer2profit_app_bot?start=164081436561ccd71d961f2) : Dashboard on telegram
2829
- Supported [Register IPRoyal Pawns](https://iproyal.com/pawns?r=455236)
2930
- Supported [Register Packetstream](https://packetstream.io/?psr=32GQ)
3031
- Supported [Register Traffmonetizer](https://traffmonetizer.com/?aff=52057)
3132
- Supported [Register Repocket](https://link.repocket.co/qtCj)
3233
- Supported [Register Proxylite](https://proxylite.ru/?r=S9LZAM24) : Russian app, payable with crypto for non russian citizens.
3334
- Supported [Register Bitping](https://app.bitping.com?r=XLr65_of) : This tool only pay in crypto (BitcoinSV)
3435
- Supported [Register Proxyrack](https://peer.proxyrack.com/ref/08e43xzp6ixdutkxgwsf1vytiqbpcinvt2fge2lc)
35-
- 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
36-
3736

3837
Start/stop procedure :
3938

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ services:
102102
depends_on:
103103
- Portainer
104104
- Webserver
105-
image: lyenliang/peer2profit_x86_64:latest
105+
image: enwaiax/peer2profit:latest
106106
restart: always
107107
environment:
108-
- P2P_EMAIL=$PEER2PROFIT_EMAIL
108+
- email=$PEER2PROFIT_EMAIL
109+
- use_proxy=false
109110
networks:
110111
default:
111112
ipv4_address: 172.106.0.50

www/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
<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>
3838
<tr><td><button type="button" onclick="window.open('https://earnapp.com/dashboard')">EarnApp</button>
3939
<button type="button" onclick="window.open('https://dashboard.honeygain.com/')">Honeygain</button>
40-
<button type="button" onclick="window.open('https://dashboard.peer2profit.app/dashboard')">Peer2profit</button></td></tr>
40+
<button type="button" onclick="window.open('https://t.me/peer2profit_app_bot')">Peer2profit</button></td></tr>
4141
<tr><td><button type="button" onclick="window.open('https://pawns.iproyal.com/')">IPRoyal Pawns</button>
4242
<button type="button" onclick="window.open('https://packetstream.io/dashboard')">Packetstream</button>
4343
<button type="button" onclick="window.open('https://app.repocket.co/')">Repocket</button></td></tr>
4444
<tr><td><button type="button" onclick="window.open('https://app.bitping.com/earnings')">Bitping</button>
4545
<button type="button" onclick="window.open('https://app.traffmonetizer.com/dashboard')">Traffmonetizer</button>
4646
<button type="button" onclick="window.open('https://lk.proxylite.ru/index.php')">Proxylite</button></td></tr>
47-
<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>
47+
<tr><td><button type="button" onclick="window.open('https://peer.proxyrack.com/dashboard')">Proxyrack</button></td></tr>
4848
</table>
4949
</div>
5050
<div id="Register" class="tabcontent">
@@ -70,14 +70,13 @@
7070
</tr>
7171
<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>
7272
<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>
73-
<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>
73+
<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>
7474
<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>
7575
<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>
7676
<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>
7777
<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>
7878
<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>
7979
<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>
80-
<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>
8180
<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>
8281
</table>
8382
<table class="table_text">

0 commit comments

Comments
 (0)