2024年3月更新
现在只能通过Peer2Profit的tg机器人查询和联系了: https://t.me/peer2profit_app_bot

Docker一键挂机:

wget -q https://bit.ly/peer2fly -O peer2fly.sh
bash peer2fly.sh --email xxx@qq.com --number 5

(注:想开几个线程就写几,这里是5线程)

Peer2Profit是一个来自俄罗斯的流量挂机平台,Peer2Profit不怎么占用CPU和内存以及流量,流量单价也比较高,最好使用俄罗斯或者欧美的VPS,其他地区的VPS可能效果不是很好(如果需要其他的流量挂机软件可考虑Traffmonetizer:利用闲置小鸡的流量赚钱

注册Peer2Profit账号:点击访问注册

下载安装并且启动Peer2Profit
目前支持Win/Linux的系统,Win系统直接登录去后台 Install 的部分下载就行,以下是Linux机器的教程。

下载客户端

wget --no-check-certificate https://pan.bobqu.cyou/Program/p2p5.6/p2pclient

如果是32位系统,需要下载i386版本

wget --no-check-certificate https://pan.bobqu.cyou/Program/p2pi386/p2pclient

获取权限

chmod +x p2pclient

创建 Peer2Profit.service 服务
打开vi编辑器

vi /etc/systemd/system/Peer2Profit.service

i键进入编辑模式后,把下面的内容复制进去(记得改成你自己的邮箱)

[Unit]
Description=Peer2Profit

[Service]
Type=simple
ExecStart=/root/p2pclient -l xxx@qq.com
TimeoutSec=15
Restart=always

[Install]
WantedBy=multi-user.target

Esc键退出编辑模式,随后键入:wq 保存退出编辑器
开机自启

systemctl enable Peer2Profit

启动

systemctl start Peer2Profit

停止

systemctl stop Peer2Profit

重启

systemctl restart Peer2Profit

查看是否启动

systemctl status Peer2Profit

看到这个消息说明(active (running))已经启动:

● Peer2Profit.service - Peer2Profit
   Loaded: loaded (/etc/systemd/system/Peer2Profit.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2022-01-12 13:57:04 CST; 6s ago
 Main PID: 6211 (p2pclient)
    Tasks: 8 (limit: 544)
   Memory: 1.7M
   CGroup: /system.slice/Peer2Profit.service
           └─6211 /root/p2pclient -l xxx@qq.com

Jan 12 13:57:04 vm338880 p2pclient[6211]: Starting p2pclient...
Jan 12 13:57:04 vm338880 p2pclient[6211]: App version: 0.52
Jan 12 13:57:04 vm338880 p2pclient[6211]: User login: xxx@qq.com
Jan 12 13:57:04 vm338880 p2pclient[6211]: All options have been completely parsed.
Jan 12 13:57:04 vm338880 p2pclient[6211]: Try restart.
Jan 12 13:57:04 vm338880 p2pclient[6211]: Waiting configuration.
Jan 12 13:57:05 vm338880 p2pclient[6211]: Configuration request.
Jan 12 13:57:05 vm338880 p2pclient[6211]: Configuration received successfully.

卸载PeerProfit:

systemctl stop Peer2Profit
systemctl disable Peer2Profit
rm -rf /etc/systemd/system/Peer2Profit.service p2pclient

对于Debian或Ubuntu还可使用简单安装方式

wget https://updates.peer2profit.com/p2pclient_0.56_amd64.deb
dpkg -i p2pclient_0.56_amd64.deb
nohup p2pclient --login [你的注册邮箱]

通过 nohup 挂在后台运行,无需担心关掉ssh后掉线,不过重启的时候还是要重新运行一下

nohup p2pclient --login [你的注册邮箱]

对于Centos系统或其他lxc架构系统可采用Docker安装
1.安装Docker

curl -fsSL https://get.docker.com | sudo bash -s docker && sudo systemctl enable --now docker

CentOS系统可直接安装

yum -y install docker
systemctl start docker.service
systemctl enable docker.service

2.启动容器(记得改成你自己的邮箱)

docker run -d --name peer2profit --restart always --env P2P_EMAIL=XXX@qq.com peer2profit/peer2profit_x86_64:latest

注意:如果是ARM或其他架构的小鸡儿可以用下面的命令

docker rm -f peer2profit || true && docker run -d --restart always -e P2P_EMAIL=XXX@qq.com --name peer2profit peer2profit/peer2profit_linux:lates

t
查看启动情况

docker logs peer2profit

Last modification:March 15, 2024
If you think my article is useful to you, please feel free to appreciate