Would you like to learn how to do Litecoin CPU mining? In this tutorial, we are going to show you how to CPU mine Litecoin using a computer running Ubuntu Linux.

Hardware List:

The following section presents the list of equipment used to create this Litecoin CPU Mining tutorial.

Every piece of hardware listed above can be found at Amazon website.

Software List:

Here is a list of software that we used to create this Litecoin CPU Mining tutorial.

We offer two ways to download this software.

Litecoin Playlist:

On this page, we offer quick access to a list of videos related to Litecoin mining.

Don't forget to subscribe to our youtube channel named VirtualCoin.

Litecoin Related Tutorial:

On this page, we offer quick access to a list of tutorials related to Litecoin mining.

Tutorial - Litecoin CPU Mining

Create a new account on the Minergate website to become a member of the mining pool

On the Linux console, use the following commands to install the required packages:

# 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 to the miner software and download the CPUMiner package.

# mkdir /downloads
# cd /downloads
# git clone https://github.com/pooler/cpuminer
# cd cpuminer

Compile and install the CPUMINER.

# ./autogen.sh
# ./configure
# make
# make install

To start the Litecoin CPU mining use the following command, as an example:

# minerd -o stratum+tcp://ltc.pool.minergate.com:3336 -u virtualcoin.videos@gmail.com -p x

As a requirement, you need to change the username virtualcoin.videos@gmail.com from the command above to your username.

Keep in mind that the username virtualcoin.videos@gmail.com was used only as an example.

FAQ - Litecoin CPU Mining

If you are having problems to start mining Litecoin, you should take a look at our frequently asked questions page.

To add a question to the database, please post the question as a comment on the youtube video listed on the top of this page.