Windows
1. Install MiningSentry
-
Windows: download
2. Activate
-
Login in 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 MiningSentry.
-
Fill in the activation code. After activating, return to https://cloud.minerplus.com, add ip ranges, then you can manage your rigs.
Linux
MiningSentry 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/appcd /ant/appwget --content-disposition https://miner.minerplus.com/webapi/1/file/download?fileId=474208883175378971tar zxf yardos-agent_1.3.49-10349-Stable-Linux.tar.gzcd yardos-agentsh 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-D47333BA68AF460E8B18EDA11DDDB58Dsystemctl 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.