Advertisement
Guest User

minergate-cpuminer-multi.sh

a guest
Mar 10th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # minergate-cpuminer-multi.sh
  2. # install dependencies
  3. sudo apt-get install git libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
  4.  
  5. # clone cpuminer-multi
  6. git clone https://github.com/wolf9466/cpuminer-multi.git
  7.  
  8. # compile
  9. cd cpuminer-multi
  10. ./autogen.sh
  11. ./configure CFLAGS="-O3"
  12. make
  13.  
  14. # start the miner
  15. ./minerd --url=your.minerpool.org --user=username --pass=password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement