How to mine steem on linux

Words
101
Reading
1 min
Listen
Play
10y

This video tutorial describes a detailed procedure showing how to mine steem on a computer running linux

Follow me on steem: virtualcoin@virtualcoin

Part 01 - will focus on the installation of the miner (The most difficult part)
Part 02 - Will focus on the configuration of the miner. (Probabbly will be published next week)

Commands:

apt-get update
apt-get install ntpdate
ntpdate pool.ntp.br
apt-get install ntp
apt-get install git build-essential cmake libssl-dev libbz2-dev libboost-all-dev doxygen libncurses5-dev libreadline-dev dh-autoreconf
mkdir /download
cd /downloads
git clone https://github.com/steemit/steem
cd steem
git checkout master
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Release -DLOW_MEMORY_NODE=ON .
make
cd programs/steemd/
./steemd