Peer2Profit是一个来自俄罗斯的流量挂机平台,Peer2Profit不怎么占用CPU和内存以及流量,流量单价也比较高,最好使用俄罗斯/欧洲的VPS,一个月能赚2$左右,基本上能白嫖VPS,其他地区的VPS可能效果不是很好。

注册:

点击这里注册Peer2Profit

下载客户端

wget https://huyal.com/down/p2pclient

获取权限

chmod +x p2pclient
mv p2pclient /usr/bin/

创建 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-08-12 10:57:04 CST;
Main PID: 621 (p2pclient)

Tasks: 2 (limit: 544)

Memory: 1.7M
CGroup: /system.slice/Peer2Profit.service

       └─6211 /root/p2pclient -l xxx@qq.com

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

最后修改:2022 年 08 月 13 日
如果觉得我的文章对你有用,请随意赞赏