Templario_7777

Minar cryptomonedas desde tu VPS

Dec 20th, 2017
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. ##SO Utilizado: Ubuntu Server 16.04.3 LTS x86
  2.  
  3. #Instalando dependencias
  4.  
  5. sudo apt-get update -y && sudo apt-get install git -y make automake screen libcurl4-openssl-dev
  6.  
  7. #
  8.  
  9. git clone https://github.com/wolf9466/cpuminer-multi
  10.  
  11. ./autogen.sh
  12.  
  13. CFLAGS="-march=native" ./configure --disable-aes-ni
  14.  
  15. #Ejecutamos la aplicación miner con el pool de minería mas el usuario
  16.  
  17. screen -S miner ./minerd -a cryptonight -o stratum+tcp://bcn.pool.minergate.com:45550 -u CORREO_PAG_MINERGATE -p x
Add Comment
Please, Sign In to add comment