LoginSignup
2
2

More than 5 years have passed since last update.

bitzenyをUbuntuで採掘

Last updated at Posted at 2017-12-07

環境

Ubuntu 16.04 LTS

インストール手順

  • まずは
# sudo apt update
# sudo apt upgrade
  • gitからダウンロード
# git clone https://github.com/bitzeny/cpuminer.git
  • 必要なパッケージのインストール
# sudo apt-get install gcc libcurl4-openssl-dev gcc-mingw-w64 automake  make
  • Minerのインストール
# ./autogen.sh
# ./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
# make
  • Minerを実行
# ./minerd -a yescrypt -o stratum+tcp://jp.lapool.me:3014 -u 登録したユーザー名.user -p password

※-t オプションでコア数を指定できます.

  • 確認

LA BitZeny PoolのDashBoardのMy Hashrateを見て,数字が出ていれば実行できています.

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2