Advertisement
Stills

Untitled

Dec 17th, 2017
5,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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://pool.supportxmr.com:5555 -u 442t6WJHJzdXphXkZPUgMfJYCcCQSxLGhgJ6zPvaQ5u2VpAzuXxtMtFUHdjFzF77135ysrD4XRyiqCUaqJPyhtMKC1Uij4R -p worker:x"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement