Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.8.6, open source optimized multi-algo CPU miner
by
vipqt888
on 05/04/2018, 15:23:48 UTC
Hello Support
I found the code to dig xmr with ubuntu vps 16.04

sudo dpkg --configure -a &&
sudo apt-get update &&
sudo apt-get install -y git make automake screen libcurl4-openssl-dev &&
sudo apt-get install -y libcurl4-openssl-dev build-essential libjansson-dev &&
git clone https://github.com/JayDDee/cpuminer-opt &&
cd cpuminer-opt &&
./autogen.sh && CFLAGS="-march=native" ./configure &&
make &&
screen -S minerd ./minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u nhaolendi@gmail.com -p x

https://i.imgur.com/t3xjpbf.png
I installed but it does not work, Can you give me a complete ubuntu code to be able to dig xmr be or not? Thanks, I'm not a professional source code, Thanks You