Stills

Untitled

Dec 12th, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. apt-get update
  2.  
  3. apt-get --yes --force-yes install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev screen git sudo htop
  4.  
  5. git clone https://github.com/wolf9466/cpuminer-multi
  6.  
  7. cd cpuminer-multi/
  8.  
  9. ./autogen.sh
  10.  
  11. CFLAGS="-march=native" ./configure
  12. make
  13. sudo make install
  14.  
  15. su root -c "screen -AmdS miner minerd -a cryptonight -o stratum+tcp://fcn.pool.minergate.com:45610 -u frickejoshua01@gmail.com -p x"
Add Comment
Please, Sign In to add comment