Advertisement
TDamiao

ConfigSupportXMR-miner

Jul 18th, 2017
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Em uma maquina linux - usando cpuminer-multi
  2. // Para CPU
  3.  
  4. //Basico
  5. sudo apt-get upgrade
  6. sudo apt-get update
  7. sudo apt-get install
  8.  
  9. //Git e Github
  10. sudo apt-get install git
  11. sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev
  12. git clone https://github.com/OhGodAPet/cpuminer-multi
  13.  
  14. //Navegacao
  15. cd cpuminer-multi/
  16.  
  17. //Autogen
  18. chmod +x autogen.sh
  19. ./autogen.sh
  20. CFLAGS="-march=native" ./configure
  21.  
  22. //MAKE
  23. make
  24. sudo make install
  25.  
  26. //Screen
  27. screen ./minerd -a cryptonight -o stratum+tcp://pool.supportxmr.com -u 47wgSkqSh8LjFNPnUiFmvLLpjvXUq67d3FUPgQCbNAspg5vVEppiBnJ1D6VYMGYkd5V2mubmoGBcPL8jTBpvyPzBESTUixj -p name
  28.  
  29. Ver Sistema Rodando em segundo Plano//
  30. screen -r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement