Mining steem on a Mac or windows! problem solving!

in steem •  9 years ago  (edited)

When I decided to start mining! I ran into problems! And not one of the posts on the setup and help did not help me! And I finally figured out at all.

Now I will explain to you all! and I show you how to do everything very fast and easy!

First

second

third

You need to create a folder in your folder 

USER\graphene 

Setup preparation for Mining STEEM for Dummies on MacOSI am using Mac OS 10.11.5 but it should work on other versions as well.

Step 1

  • install Xcode from the App Store and open it for the first time to get the build tools installed

Step 2

  • install homebrew if you haven't already

Step 3

  • in terminal type in: brew install python3 automake doxygen openssl wget
  • after installation: brew link openssl --force

Step 4

It is important you must first navigate to the folder that you created!


CD graphene

wget -O boost_1_60_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.60.0/boost_1_60_0.tar.gz/download

tar xzvf boost_1_60_0.tar.gz

cd boost_1_60_0

./bootstrap.sh --prefix=/usr/local

./b2 install

git clone https://github.com/bitcoin/secp256k1

cd secp256k1

./autogen.sh

./configure

make

./tests

cd

cd graphene

git clone https://github.com/steemit/steem

cd steem

git submodule update --init --recursive

cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONTENT_PATCHING=OFF -DLOW_MEMORY_NODE=ON

make

cd programs/steemd

./steemd --rpc-endpoint --seed-node="seed.steemed.net:2001" --seed-node="52.74.152.79:2001"


Then you can follow the instructions from this point Mining STEEM for Dummies

 start a new terminal window and type:   

cd steem/programs/cli_wallet



Mining Windows

Simple!

Just see this video, downloads blockhain

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:  

up+

Thank you, I just needed this.
Already tried on my mac, following another guide, but got errors.

I will try it again with this one!

Good luck! HAPPYMINING! Im believe it's help you! Memory must be remembered need 8 GB ram minimum!

why install for linux?