This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

how to mining cryptocoin with ubuntu

Words
118
Reading
1 min
Listen
Play
9y

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
Screenshot_1.png

check it with code ls -al

Screenshot_2.png

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
Screenshot_3.png

now enter dir of cpuminer
code: cd cpuminer

./autogen.sh

Screenshot_4.png

./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

Screenshot_6.png

Screenshot_7.png



Posted on Utopian.io - Rewarding Open Source Contributors

how to mining cryptocoin with ubuntu | Ecency