How To Mine Ethereum using the CPU - For LinuxsteemCreated with Sketch.

in ethereum •  8 years ago 

In this post I will show you how to mine ethereum using the CPU of your linux computer using a software called ethminer.

  • We are using Ubuntu server version 16. (64 bits)
  • A processor with AES support will mine more ethereum.
  • We are using the MINERGATE minig pool
  • Minergate will charge you a small percentage of your mining profits, something like 1.5%

MINERGATE

First, you will need to create an account at MINERGATE

ETHMINER INSTALLATION

Use the following commands to install the ethminer software on your linux computer.

# apt-get update
# apt-get install software-properties-common
# add-apt-repository ppa:ethereum/ethereum
# apt-get update
# apt-get install ethminer

MINING ETHEREUM

In order to start mining ethereum, use the following command:

# ethminer -C -F http://eth.pool.minergate.com:55751/[email protected] --disable-submit-hashrate

YOUTUBE VIDEO

In our YOUTUBE channel, we offer a video showing you the step by step procedure.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

nice man

Will try to post more ethereum tutorials this week

Can I do CPU mining with Windows ??

what does --disable-submit-hashrate does means?

i am getting 0 hashes. what is wrong with linux?
also how do i stop ethminer??