利用闲置资源挂机赚钱

您所在的位置:网站首页 闲置宽带赚钱平台对比 利用闲置资源挂机赚钱

利用闲置资源挂机赚钱

2024-07-01 05:44| 来源: 网络整理| 查看: 265

利用闲置电脑/服务器/安卓手机/树莓派来挂 Peer2Profit 赚钱

简介

Peer2Profit是一个来自俄罗斯的流量挂机平台,Peer2Profit不怎么占用CPU和内存以及流量,流量单价也比较高。

Peer2Profit注册地址:https://peer2profit.com/r/16296070786121d4a6044f4

可以和甜糖一起挂:https://blog.zeruns.tech/archives/628.html

还有网心云:https://blog.zeruns.tech/archives/648.html

闲置电脑挂机赚钱-Traffmonetizer,支持windows,linux,Android,MacOS多平台:https://blog.zeruns.tech/archives/667.html

高性价比和便宜的VPS/云服务器推荐:https://blog.zeruns.tech/archives/383.html

Peer2Profit支持的平台有windows、安卓、Linux。

每GB流量收益如下图,不同的网络类型收益不同,单位是美元:

Peer2Profit注册地址:https://peer2profit.com/r/16296070786121d4a6044f4

先注册账号

然后就是下载客户端安装

LinuxUbuntu/Debian

在SSH终端中运行下面的命令,需要root权限来运行。

1、下载客户端

# 进入 opt 目录 cd /opt # 下载客户端 sudo wget https://img.zeruns.tech/down/p2pclient_0.56_amd64.deb # 安装客户端 sudo dpkg -i p2pclient_0.56_amd64.deb # 登陆账号,邮箱地址换成自己的 p2pclient --login [email protected]

如果成功运行会显示类似下面的信息:

2021-12-17T11:52:59-05:00 | p2pclient/0.56 (Linux) built on Oct 31 2021 at 11:12:09 2021-12-17T11:52:59-05:00 | System: ubuntu | Ubuntu 20.04.3 LTS | 20.04 | linux | 5.11.0-40-generic | Qt 5.13.2 2021-12-17T11:52:59-05:00 | Starting p2pclient... 2021-12-17T11:52:59-05:00 | App version: 0.56 2021-12-17T11:52:59-05:00 | User login: [email protected] 2021-12-17T11:52:59-05:00 | All options have been completely parsed. 2021-12-17T11:52:59-05:00 | Try restart. 2021-12-17T11:52:59-05:00 | Waiting configuration. 2021-12-17T11:53:02-05:00 | Configuration received successfully. 2021-12-17T11:53:02-05:00 | External interface IP: 10.211.55.5, DNS: 8.8.8.8 2021-12-17T11:53:02-05:00 | Service started.

然后按Ctrl+C来结束程序

2、创建 Peer2Profit.service 服务

# 安装nano编辑器 sudo apt install nano # 编辑Peer2Profit.service文件 sudo nano /etc/systemd/system/Peer2Profit.service

把下面的内容复制进去

[Unit] Description=Peer2Profit [Service] Type=simple ExecStart=/usr/bin/p2pclient --login [email protected] TimeoutSec=15 Restart=always [Install] WantedBy=multi-user.target把[email protected]改成你自己的注册账号时用的邮箱地址。

输入完成后按 Ctrl + O 键,然后再按回车键保存,最后按 Ctrl + X 键退出编辑器。

3、运行客户端并设置开机自启

# 开机自启 sudo systemctl enable Peer2Profit # 启动 sudo systemctl start Peer2Profit # 查看是否启动 sudo systemctl status Peer2Profit

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

● Peer2Profit.service - Peer2Profit Loaded: loaded (/etc/systemd/system/Peer2Profit.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2022-01-04 11:46:03 UTC; 1min 21s ago Main PID: 2417 (p2pclient) Tasks: 8 (limit: 2344) Memory: 2.0M CGroup: /system.slice/Peer2Profit.service └─2417 /usr/bin/p2pclient --login [email protected] Jan 04 11:46:03 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:03Z | System: ubuntu | Ubuntu 20.04.3 LTS | 20.04 | linux | 5.4.0-88-generic | Qt 5.13.2 Jan 04 11:46:03 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:03Z | Starting p2pclient... Jan 04 11:46:03 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:03Z | App version: 0.56 Jan 04 11:46:03 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:03Z | User login: [email protected] Jan 04 11:46:03 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:03Z | All options have been completely parsed. Jan 04 11:46:03 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:03Z | Try restart. Jan 04 11:46:04 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:04Z | Waiting configuration. Jan 04 11:46:05 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:05Z | Configuration received successfully. Jan 04 11:46:05 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:05Z | External interface IP: 143.198.229.230, DNS: 127.0.0.53 Jan 04 11:46:05 ubuntu-s-1vcpu-2gb-amd-sfo3-01 p2pclient[2417]: 2022-01-04T11:46:05Z | Service started.Docker

centos可以用这个方法

1.安装docker

sudo curl -sSL https://get.daocloud.io/docker | sh

把上面的命令复制到SSH终端运行。

docker手动安装教程:https://url.zeruns.tech/docker

2.运行docker镜像

支持ARM,可用于树莓派

# 设置要登陆的账号,把下面的邮箱改成你自己的 export [email protected] # 安装并运行镜像 docker rm -f peer2profit || true && docker run -d --restart always \ -e P2P_EMAIL=$P2P_EMAIL \ --name peer2profit \ peer2profit/peer2profit_linux:latest # 显示docker日志 docker logs peer2profit

若显示以下信息则运行成功

2022-01-04T11:56:34Z | p2pclient/0.56 (Linux) built on Oct 31 2021 at 11:12:09 2022-01-04T11:56:34Z | System: ubuntu | Ubuntu 18.04.6 LTS | 18.04 | linux | 5.14.15-1.el7.elrepo.x86_64 | Qt 5.13.2 2022-01-04T11:56:34Z | Starting p2pclient... 2022-01-04T11:56:34Z | App version: 0.56 2022-01-04T11:56:34Z | User login: [email protected] 2022-01-04T11:56:34Z | All options have been completely parsed. 2022-01-04T11:56:34Z | Try restart. 2022-01-04T11:56:34Z | Waiting configuration. 2022-01-04T11:56:36Z | Configuration received successfully. 2022-01-04T11:56:36Z | External interface IP: 172.17.0.2, DNS: 183.60.83.19,183.60.82.98 2022-01-04T11:56:36Z | Service started.

然后登录Peer2Profit后台,你会看到你的节点上线了。

Windows/安卓

首先到官网下载Peer2Profit客户端

下载完成后安装,一直点下一步就行。

安装完成后打开软件,输入自己注册账号时用的邮箱地址,然后点 start 就行了。

提现

最后说一下提现方式,提现的是各种虚拟货币和国外的电子支付平台,你可以提到那些虚拟货币交易平台,比如OKEx:https://www.okex.com/join/4460802

然后将提到的虚拟货币卖出即可换成人民币。

也可以提现到gate再提成人民币:https://www.gate.io/signup/UwNEA18?ref_type=103

推荐阅读高性价比和便宜的VPS/云服务器推荐:https://blog.zeruns.tech/archives/383.htmlLinux搭建我的世界1.17.1 Forge版服务器教程:https://blog.zeruns.tech/archives/636.html如何搭建一个表白墙网站(LoveWall):https://blog.zeruns.tech/archives/634.html怎样搭建个人博客:https://blog.zeruns.tech/archives/218.htmlLinux搭建甜糖星愿服务教程,挂机赚钱:https://blog.zeruns.tech/archives/628.htmlNVR(硬盘录像机)安装调试,监控安装教程:https://blog.zeruns.tech/archives/637.html


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3