Advertisement
Stills

Untitled

Dec 17th, 2017
93
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 43QGgipcHvNLBX3nunZLwVQpF6VbobmGcQKzXzQ5xMfJgzfRBzfXcJHX1tUHcKPm9bcjubrzKqTm69JbQSL4B3f6E3mNCbU -p worker:Money"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement