Windows挖礦教程
貓池官方QQ群:774881937
一、下載挖礦軟件
wget http://123.56.26.124/static/downloads/UlordRig-Linux-V1.0.0.zip
二亮蒋、解壓
apt-get update && apt-get install unzip
unzip UlordRig-Linux-V1.0.0.zip
三扣典、配置
cd UlordRig-Linux-V1.0.0
vi config.json
{
"threads":2, // 線程數(shù)
"pools": [
{
"url": "stratum+tcp://123.56.26.124:7200",
"user": "把自己的錢包地址填在這", //錢包地址
"pass": "x"
}
]
}
把user項(xiàng)的內(nèi)容換成自己的錢包地址
線程數(shù)根據(jù)自己的實(shí)際情況選擇,一般1個(gè)CPU內(nèi)核對(duì)應(yīng)2個(gè)線程
四慎玖、啟動(dòng)
首先賦予執(zhí)行權(quán)限
chmod +x ulordrig start.sh
如果想測(cè)試看看挖礦程序是否能正常運(yùn)行贮尖,直接執(zhí)行
./ulordrig
* VERSIONS: ulordrig/1.0.0 libuv/1.20.3 clang/9.0.0
* HUGE PAGES: available, disabled
* CPU: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz (1) x64 AES-NI
* CPU L2/L3: 0.5 MB/3.0 MB
* THREADS: 2, cryptohello
* POOL #1: 123.56.26.124:7200
* COMMANDS: hashrate, pause, resume
[2018-05-25 22:27:29] use pool 123.56.26.124:7200 123.56.26.124
[2018-05-25 22:27:29] new job from 123.56.26.124:7200 diff 3276
[2018-05-25 22:27:45] accepted (1/0) diff 3276 (132 ms)
[2018-05-25 22:27:49] use pool 123.56.26.124:7200 123.56.26.124
[2018-05-25 22:27:49] new job from 123.56.26.124:7200 diff 3276
[2018-05-25 22:27:50] accepted (2/0) diff 3276 (487 ms)
[2018-05-25 22:27:54] accepted (3/0) diff 3276 (153 ms)
[2018-05-25 22:28:07] accepted (4/0) diff 3276 (543 ms)
[2018-05-25 22:28:27] accepted (5/0) diff 3276 (790 ms)
[2018-05-25 22:28:33] speed 2.5s/60s/15m 142.4 150.6 n/a H/s max: 197.4 H/s
[2018-05-25 22:28:36] accepted (6/0) diff 3276 (791 ms)
如果想后臺(tái)永久運(yùn)行,執(zhí)行
./start.sh
五趁怔、查看收益
訪問:http://123.56.26.124/湿硝,由于礦池剛上線,還不是特別穩(wěn)定润努,會(huì)有掉線和支付不及時(shí)的情況关斜,請(qǐng)諒解。
五铺浇、問題匯總
貓池官方QQ群:774881937