Advertisement
JudeAustin

harrybtc

Apr 6th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. sudo apt-get -y update
  2. sudo apt-get -y install automake build-essential libcurl4-openssl-dev libjansson-dev git zip
  3. sudo git clone https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c
  4. cd darkcoin-cpuminer-1.2c
  5. sudo chmod a+x autogen.sh
  6. sudo ./autogen.sh
  7. sudo ./configure CFLAGS="-O3"
  8. sudo make
  9. sudo ./minerd -a X11 -o stratum+tcp://drkpool.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement