【Linux Mint】cpuminer + wpoolでBitZenyをマイニング


■環境

Linux Mint 18.3 cinnamon 64bit


cpuminerのインストール

基本的な流れはcpuminerのgithubページに記載されている通りです。
https://github.com/macchky/cpuminer

事前に必要な物をインストールします。
※libjansson4は公式ページには記載がありませんが、ないとminerd実行時にエラーとなります。

apt install build-essential libcurl4-openssl-dev libjansson4  

cpuminerバイナリをダウンロードして実行ファイルを取り出します。

wget https://github.com/macchky/cpuminer/releases/download/v2.6.0/ZNYminer260.zip  
unzip unzip ZNYminer260.zip  
chmod +x ZNYminer260/linux/minerd  
sudo mv ZNYminer260/linux/minerd /usr/local/bin/.  
rm -rf unzip ZNYminer260*  

BitZeny Walletの登録

BitZenyの受け取り用にWalletを作っておきます。
以下サイトにてWalletが作成できます。
https://bitzeny.jp

アカウントを作成し、ログイン後の画面でWalletのアドレスが確認できます。

マイニングの開始

minerdを使ってマイニングを開始します。
wpoolに記載されている下記コマンドを実行すればマイニングが開始されます。
マイニング停止はCtrl+Cです。
https://wpool.work/

minerd -a yescrypt -o stratum+tcp://wpool.work:15022 -u {BitZeny Walletで取得したアドレス}  

マイニング中は以下のように結果が流れていきます。
「yay!!!」となっているところがマイニング成功です。

[2018-04-20 15:42:35] Stratum requested work restart  
[2018-04-20 15:42:35] thread 1: 32638 hashes, 0.76 khash/s  
[2018-04-20 15:42:35] thread 0: 1957 hashes, 0.77 khash/s  
[2018-04-20 15:42:35] thread 3: 4647 hashes, 0.77 khash/s  
[2018-04-20 15:42:35] thread 2: 33076 hashes, 0.77 khash/s  
[2018-04-20 15:42:45] thread 1: 6887 hashes, 0.74 khash/s  
[2018-04-20 15:42:45] accepted: 1364/1364 (100.00%), 3.05 khash/s (yay!!!)  
[2018-04-20 15:43:11] thread 3: 27706 hashes, 0.77 khash/s  
[2018-04-20 15:43:11] accepted: 1365/1365 (100.00%), 3.05 khash/s (yay!!!)  
[2018-04-20 15:43:14] thread 3: 1946 hashes, 0.77 khash/s  
[2018-04-20 15:43:14] accepted: 1366/1366 (100.00%), 3.05 khash/s (yay!!!)  
[2018-04-20 15:43:26] thread 3: 9160 hashes, 0.77 khash/s  
[2018-04-20 15:43:26] accepted: 1367/1367 (100.00%), 3.05 khash/s (yay!!!)  
[2018-04-20 15:43:30] thread 2: 42358 hashes, 0.77 khash/s  
[2018-04-20 15:43:30] accepted: 1368/1368 (100.00%), 3.05 khash/s (yay!!!)  
[2018-04-20 15:43:33] Stratum requested work restart  
[2018-04-20 15:43:33] thread 2: 1673 hashes, 0.77 khash/s  
[2018-04-20 15:43:33] thread 1: 36537 hashes, 0.76 khash/s  
[2018-04-20 15:43:33] thread 0: 44107 hashes, 0.77 khash/s  
[2018-04-20 15:43:33] thread 3: 5300 hashes, 0.77 khash/s