Would you like to learn how to do Bitcoin CPU mining? In this tutorial, we are going to show you how to CPU mine Bitcoin using a computer running Ubuntu Linux.
Hardware List:
The following section presents the list of equipment used to create this Bitcoin 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 Bitcoin CPU Mining tutorial.
We offer two ways to download this software.
Bitcoin Playlist:
On this page, we offer quick access to a list of videos related to Bitcoin mining.
Don’t forget to subscribe to our youtube channel named VirtualCoin.
Bitcoin Related Tutorial:
On this page, we offer quick access to a list of tutorials related to Bitcoin mining.
Tutorial – Bitcoin 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 Bitcoin CPU mining use the following command, as an example:
# minerd -a sha256d -o stratum+tcp://btc.pool.minergate.com:3335 -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 – Bitcoin CPU Mining
If you are having problems to start mining Bitcoin, 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.