In this post I will show you how to mine litecoin using the CPU of your linux computer using a software called cpuminer.
First, you will need to create an account at MINERGATE
Use the following commands to install the required softwares on your linux computer.
# 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
Create a directory and download the litecoin cpuminer software:
# mkdir /downloads
# cd /downloads
# git clone https://github.com/pooler/cpuminer
# cd cpuminer
Use the following commands to compile and install the cpuminer software on your linux computer:
# ./autogen.sh
# CFLAGS="-march=native" ./configure
# make
# make install
In order to start mining litecoin, use the following command:
# minerd -o stratum+tcp://ltc.pool.minergate.com:3336 -u [email protected] -p x
In our YOUTUBE channel, we offer a video showing you the step by step procedure.