Advertisement
Templario_7777

Minar chaucha desde tu VPS

Dec 21st, 2017
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1.  
  2. #DEPENDENCIAS
  3. apt-get update
  4. apt-get install libcurl4-openssl-dev git
  5. apt-get install  build-essential
  6. apt-get install autotools-dev autoconf
  7. apt-get install libcurl3 libcurl4-gnutls-dev
  8.  
  9. #DESCARGA DEL MINER
  10. mkdir /downloads
  11. cd /downloads
  12. git clone https://github.com/pooler/cpuminer
  13. cd cpuminer
  14.  
  15. #INSTALACION DEL MINER
  16. ./autogen.sh
  17. CFLAGS="-march=native" ./configure
  18. make
  19. make install
  20.  
  21. #Creamos una cuenta en orionx.io para obtener una dirección para recibir nuestras chaucha
  22.  
  23. screen -S miner ./minerd -o stratum+tcp://pool.chaucha.cl:3008 -u TU_DIRECCION_CHA -p x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement