Skip to content

Instantly share code, notes, and snippets.

@vietdien2005
Created December 31, 2017 01:34
Show Gist options
  • Save vietdien2005/c920632d6cf7cc9e0f69968979983e00 to your computer and use it in GitHub Desktop.
Save vietdien2005/c920632d6cf7cc9e0f69968979983e00 to your computer and use it in GitHub Desktop.
install CPU Mining
  sudo apt-get install git libcurl4-openssl-dev build-essential libjansson-dev autotools-dev automake
  git clone https://github.com/hyc/cpuminer-multi
  cd cpuminer-multi
  ./autogen.sh
  CFLAGS="-march=native" ./configure
  sudo make
  sudo make install 
  sudo ./minerd -a cryptonight -o stratum+tcp://pool.minexmr.com:4444 -u <WALLET_ADDRESS_HERE> -p x -t 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment