// 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
...
- Configure (check this post)
- Mine (the old way: @joseph/mining-steem-for-dummies)
Happy mining!