您好,登錄后才能下訂單哦!
minerd是一個比特幣挖礦程序,能夠運行在服務器上并消耗CPU資源。
下載地址:
git clone https://github.com/pooler/cpuminer.git
具體的編譯步驟請參考地址:
https://github.com/pooler/cpuminer
確保安裝了:yum -y install libcurl-devel libcurl automake autoconf gcc gcc-c++
Linux系統minerd安裝步驟:
Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
./nomacro.pl # in case the assembler doesn't support macros
./configure CFLAGS="-O3" # Make sure -O3 is an O and not a zero!
make
make install
安裝成功之后,將會在目錄下生成可執行程序minerd,執行minerd -h,輸出以下內容表示安裝成功。
正常運行挖礦程序,需要有一個礦池,即挖礦服務器,在BTCC、Antpool、F2pool上隨意注冊一個即可,(個人注冊賬號是2522xx606@qq.com)設置礦工賬號名,注冊成功之后即可使用它們提供的礦池來啟動你的挖礦程序,中國的為:https://pool.btcchina.com/
目前的礦池地址如下:
國內挖礦地址:
stratum.btcchina.com:3333
stratum.btcc.com:25
stratum.btcc.com:3333
國外挖礦地址:
jp-stratum.btcc.com:3333
jp-stratum.btcc.com:443
jp-stratum.btcc.com:25
執行minerd程序命令:
minerd -o stratum+tcp://stratum.btcc.com:3333 --userpass=username.001:password
例如:
minerd -o stratum+tcp://stratum.btcc.com:3333 --userpass=testMiner.001:123456
注意:
賬號需要以 username.001命名。
運行成功如圖所示
TOP命令查看如圖所示
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。