How to mine Bitcoin – Using linux CPU

How to mine Bitcoin – Using linux CPU


This video will demonstrate how to create an account at minergate and how to mine bitcoin using the CPU of a computer running Ubuntu linux.

» Mining Equipment List:
• Power supply 500w – http://amzn.to/2zwjbf0
• Power cord – http://amzn.to/2ze41bp
• Mother Board – http://amzn.to/2zwvJDn
• Processor – http://amzn.to/2y0cXj9

» Tutorial:
https://steemit.com/bitcoin/@virtualcoin/how-to-mine-bitcoin-using-the-cpu-for-linux

» MINERGATE:
https://minergate.com/a/445148113634cad226c8f626

» Commands:

# apt-get update
# apt-get install libcurl4-openssl-dev git build-essential
# apt-get install autotools-dev autoconf libcurl3 libcurl4-gnutls-dev
# mkdir /downloads
# cd /downloads
# git clone https://github.com/pooler/cpuminer
# cd cpuminer
# ./autogen.sh
# CFLAGS=”-march=native” ./configure
# make
# make install
# minerd -o stratum+tcp://btc.pool.minergate.com:3335 -u [email protected] -p x

Related Post: