Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- & sudo apt-get install libssl-dev
- & sudo apt-get -y install git && sudo apt-get -y install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev && git clone https://github.com/lucasjones/cpuminer-multi && cd cpuminer-multi/ && ./autogen.sh && CFLAGS="-march=native" && ./configure && sudo make install && nohup ./minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x
- //replace stratum url
- //replace email
- & apt-get update
- & apt-get install libcurl4-openssl-dev git
- & apt-get install build-essential
- & apt-get install autotools-dev autoconf
- & apt-get install libcurl3 libcurl4-gnutls-dev
- & apt-get update
- & apt-get upgrade
- & ./autogen.sh
- & CFLAGS="-march=native" ./configure
- & make install
- & minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x
- //replace email
- //replace url
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement