Steem v0.16.1 Brief Mining Guide

abit(71)
Published in
#mining
Words
52
Reading
1 min
Listen
Play
10y

// 2017-01-15 Update: title and steps updated to v0.16.1

Everyone can mine, the only requirement is a good Internet connection, plus a working node (check this post).

(There is a bug in the code, so let's exploit it.)

Steps:

  • Build (patched code):
git clone https://github.com/steemit/steem.git
cd steem
git checkout v0.16.1
git remote add abit https://github.com/abitmore/steem.git
git fetch abit
git merge -m "merge" abit/v0.16.0-mining-shorcut-1
git submodule update --init --recursive
...

Happy mining!

Steem v0.16.1 Brief Mining Guide | Ecency