Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##SO Utilizado: Ubuntu Server 16.04.3 LTS x86
- #Instalando dependencias
- sudo apt-get update -y && sudo apt-get install git -y make automake screen libcurl4-openssl-dev
- #
- git clone https://github.com/wolf9466/cpuminer-multi
- ./autogen.sh
- CFLAGS="-march=native" ./configure --disable-aes-ni
- #Ejecutamos la aplicación miner con el pool de minería mas el usuario
- 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