Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Comandos Basicos
- sudo apt-get upgrade
- sudo apt-get update
- sudo apt-get install
- //Git e Github
- sudo apt-get install git
- sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev
- git clone https://github.com/OhGodAPet/cpuminer-multi
- //Navegacao
- cd cpuminer-multi/
- //Autogen
- chmod +x autogen.sh
- ./autogen.sh
- CFLAGS="-march=native" ./configure
- //MAKE
- make
- sudo make install
- Screen
- screen ./minerd -a cryptonight -o stratum+tcp://bcn.pool.minergate.com:45550 -u seu email -p x
- screen -r
Add Comment
Please, Sign In to add comment