Advertisement
Stills

Untitled

Oct 12th, 2017
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 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/pooler/cpuminer
  6.  
  7. cd cpuminer
  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://ltc.pool.minergate.com:33360 -u frickejoshua01@gmail.com -p x"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement