TDamiao

VMGoogleCloud-Miner

Jul 13th, 2017
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.53 KB | None | 0 0
  1. //Comandos Basicos
  2. sudo apt-get upgrade
  3. sudo apt-get update
  4. sudo apt-get install
  5.  
  6. //Git e Github
  7. sudo apt-get install git
  8. sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev
  9. git clone https://github.com/OhGodAPet/cpuminer-multi
  10.  
  11. //Navegacao
  12. cd cpuminer-multi/
  13.  
  14. //Autogen
  15. chmod +x autogen.sh
  16. ./autogen.sh
  17. CFLAGS="-march=native" ./configure
  18.  
  19. //MAKE
  20. make
  21. sudo make install
  22.  
  23. Screen
  24. screen ./minerd -a cryptonight -o stratum+tcp://bcn.pool.minergate.com:45550 -u seu email -p x
  25. screen -r
Add Comment
Please, Sign In to add comment