today i want to share how to mining alt coin with ubuntu
this is about mining altcoins with ubuntu.
simple way to mining with ubuntu
step by step
clone cpuminer opensource with terminal
code: git clone https://github.com/pooler/cpuminer.git
than install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
code: apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
than install libjansson-dev
code: apt-get install libjansson-dev
now enter dir of cpuminer
code: cd cpuminer
./autogen.sh
./configure CFLAGS="-O3" nb: (O) not zero (0)
![Screenshot_5.png]
(
then make
thanks you, now you can mining with your ubuntu or your vps with ubuntu
this is example in screenshot how to use mining code now