Skip to content

Instantly share code, notes, and snippets.

@9bitbear
Created December 29, 2017 16:12
Show Gist options
  • Save 9bitbear/e21265e9ff2ee3bca5cf98cfeb5150ce to your computer and use it in GitHub Desktop.
Save 9bitbear/e21265e9ff2ee3bca5cf98cfeb5150ce to your computer and use it in GitHub Desktop.

Video tutorial

Mining pool signup: SUPRNOVA

Commands:

apt-get update
apt-get install libcurl4-openssl-dev git build-essential
apt-get install autotools-dev autoconf libcurl3 libcurl4-gnutls-dev

download the miner

git clone https://github.com/pooler/cpuminer
cd cpuminer
./autogen.sh
CFLAGS="-march=native" ./configure
make
make install

create account a mining pool account @ https://bcc.suprnova.cc/

$ minerd -a sha256d -o stratum+tcp://bcc.suprnova.cc:3333 -u testuser.bcc -p 12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment