Windows
1. Install MinerPlus
-
Windows: download
2. Activate
-
Login in to https://cloud.minerplus.com/, create a new farm and select self-built server.
-
Copy the farm-ID (example: "K-3E2*****")
-
Send the farm-ID to the following contact: service@minerplus.com to get a activation code for MinerPlus.
-
Fill in the activation code. After activating, return to https://cloud.minerplus.com, add ip ranges, then you can manage your rigs.
Linux
MinerPlus Proxy (yardos-agent) Installation
1. Prepare a NUC or machine with CentOS 7.0 installed.
2. Log into the machine as the root user, then install YardOS-agent by executing the following commands.
mkdir -p /ant/app
cd /ant/app
yum install -y ca-certificates
wget --content-disposition https://miner.minerplus.com/webapi/1/file/download?fileId=842442640367601355
tar zxf yardos-agent_1.3.77-10377-Stable-Linux.tar.gz
cd yardos-agent
sh make.sh
3. At last, authorize & restart YardOS-agent
Ensure that your machine has established internet access, then contact the MinerPlus team for an authorization code. It will look like this: NUC-D47333BA68AF460E8B18EDA11DDDB58D. Once you have a code, execute the commands below.
curl -k http://127.0.0.1:8020/prod/registration?prodCode=NUC-D47333BA68AF460E8B18EDA11DDDB58D
systemctl restart yardos-agent
Once completed, the terminal will read 'success: true'. If it displays 'success: false', that means the authorization failed. Double-check your network connection or ask the MinerPlus team for assistance.