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項的內(nèi)容換成自己的錢包地址
線程數(shù)根據(jù)自己的實際情況選擇,一般1個CPU內(nèi)核對應(yīng)2個線程
四、啟動
首先賦予執(zhí)行權(quán)限
chmod +x ulordrig start.sh
如果想測試看看挖礦程序是否能正常運行,直接執(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)
如果想后臺永久運行,執(zhí)行
./start.sh
五、查看收益
訪問:http://123.56.26.124/,由于礦池剛上線,還不是特別穩(wěn)定,會有掉線和支付不及時的情況,請諒解。
五、問題匯總
貓池官方QQ群:774881937