Setup STEEM wallet and start mining step by step guide
It is recomended that you have Ubuntu 14.04 LTS or a later version.
Open a terminal window and enter these lines one by one, give each one time to finish:
sudo apt-get update
sudo apt-get install git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf
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
cd
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
./autogen.sh
./configure
make
./tests
cd
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"
start a new terminal window and type:
cd steem/programs/cli_wallet
./cli_wallet
set_password "PASSWORD"
unlock "PASSWORD"
suggest_brain_key
- copy the output and save it in a secure location:
- you should never give your wif private key to anyone.
`{
"brain_priv_key": "FULK DEBUG EARTH IMAGINE BABBLE POPIFY PREFEED EMBIND FOREPAW KAHILI ...",
"wif_priv_key": "5JsPmgU1dfKu8SHWAWkBKw1XGz97Kwz4DLwgm2bSz99qtFqTAkp",
"pub_key": "STM73jgNRFLTKSTaGWv8QfXzSopUZBsQGmrECWPvpnemjyAcBfzAc"
}`
you will need your wif private key for the config.ini file in a minute,
this is a good time to load YOUR key in your cli_wallet terminal window like this:
import_key 5JsPmgU1dfKu8SHWAWkBKw1XGz97Kwz4DLwgm2bSz99qtFqTAkp
now exit your cli_wallet terminal:
ctrl + c
This is a good time to pick your account/miner name
** Account names must be all lower case, less than 15 characters, and start with a letter
lets say you pick account name george1234
you must check if the account already exists, go to:
https://steemit.com/@george1234
if you get an error like this:
Server error (500) 10 assert_exception: Assert Exception itr != accounts_by_name.end(): Unable to find account 'george1234'. Did you forget to add a record for it? {"acct":"george1234"} th_a database.cpp:313 get_account
then you are in luck and the account name is available to claim, if not try another until you get this error.
now you have what you need to edit your config.ini file and start mining.
with your favorite text editor open the file steem/programs/steemd/witness_node_data_dir/config.ini
replace george1234 with your account name and this wif key 5JsPmgU1dfKu8SHWAWkBKw1XGz97Kwz4DLwgm2bSz99qtFqTAkp with yours.
# P2P nodes to connect to on startup (may specify multiple times)
seed-node = seed.steemed.net:2001
seed-node = seed.steemed.com:2001
seed-node = 52.74.152.79:2001
seed-node = 45.32.186.90:1779
seed-node = 45.32.186.90:1781
seed-node = 192.99.4.226:2001
seed-node = 46.252.27.1:1337
seed-node = 81.89.101.133:2001
seed-node = 52.4.250.181:39705
seed-node = 85.214.65.220:2001
# name of witness controlled by this node (e.g. initwitness )
witness = "george1234"
# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
miner = ["george1234","5JsPmgU1dfKu8SHWAWkBKw1XGz97Kwz4DLwgm2bSz99qtFqTAkp"]
# Number of threads to use for proof of work mining
mining-threads = 2
these are the parts you change, leave the rest as is and save your config file
go back to the steemd terminal window (hopefully it synced by now):
ctrl+c
to stop steemd and restart it with the following line:
./steemd --rpc-endpoint
it should start mining as soon as it catches up to the latest block.
- after mining your first block, you set claim to your account name
when that happens here is a few things you can do in your CLI_wallet (change george1234 to your account name):
unlocked >>> get_account "george1234"
unlocked >>> list_my_accounts
unlocked >>> vote_for_witness george1234 joseph true true
unlocked >>> vote george1234 "joseph" "mining-steem-for-dummies" 100 true
- if you get an error while following this guide please stop, and go to http://steem.herokuapp.com for assistance
- if you assist someone with this step by step guide, please reply with FAQ's and answers.
Thank you.
For future visitors hoping to get mining - This guide wont work anymore sorry
(prompted by this comment , upvoted for visibility)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @ausbitbank, you are the only witness I have voted for so far. Just saying hi. Also, thank you, you are my best voter. Further, I would highly appreciate an indication of how Steem is mined since you have indicated this post no longer works.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for your support :)
Steem is no longer mined through traditional proof of work mining for a few hardforks now.
Block production is now handled by DPOS witnesses and rewards are split between authors, curators and witnesses. You can see the breakdown on where new steem goes on the front of steemdb.com
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very helpful thank you. I was about to look into mining steem since I didnt realize you could do that at all. Then I read your post and you saved me a bunch f wasted time. thank you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Oh, that sucks. So the only remaining account methods are by proxy with third parties and through cli with your own account? That's a bit sad.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
super, thanks for heads up
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
So how do I set up a wallet and start witnessing, are there a set of current instructions I can follow. What sort of results are people getting that are already witnessing?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes, instructions exist but if you can't do basic research I don't think you should be a witness.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have been and i keep finding old stuff. But thanks for the help.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks @joseph, it works. But my rate is 1 hps and estimated time to produce about 17 mln minutes.
My CPU is i7-6700K Skylake. So I doubt that 1 hps is normal. What do I do wrong?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
you did not do anything wrong, 1hps means you are syncing, once synced your real hps will show.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Mine is up and running but my estimated time to produce is anywhere from 400 to 3000 minutes it seems like.... Hashrate around 13k. It keeps telling me I am getting 3, 5, etc. transactions. Sorry if this is totally ignorant but this is my first time attempting anything like this. Is this working properly? I have an i7 920 desktop, 12gb ram devoted, created 8 accounts - was that too much?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
syncing! wait..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How long would it take to sync ?
Do syncing and mining processes need to be separated (when i try to mine before syncing is done, nothing happens)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks you,help me back
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Runnint the first the the ./cli_wallet fail on:
Logging RPC to file: logs/rpc/rpc.log Starting a new wallet 2318539ms th_a main.cpp:154 main ] wdata.ws_server: ws://localhost:8090 2318550ms th_a main.cpp:159 main ] wdata.ws_user: wdata.ws_password: 2318675ms th_a websocket_api.cpp:88 on_message ] message: {"id":1,"result":true} 2318676ms th_a websocket_api.cpp:88 on_message ] message: {"id":2,"result":2} 2318677ms th_a websocket_api.cpp:88 on_message ] message: {"id":3,"result":3} 2318677ms th_a websocket_api.cpp:88 on_message ] message: {"id":4,"error":{"code":1,"message":"10 assert_exception: Assert Exception\nit->second != nullptr: \n {}\n th_a api.hpp:189 get_api_by_name","data":{"code":10,"name":"assert_exception","message":"Assert Exception","stack":[{"context":{"level":"error","file":"api.hpp","line":189,"method":"get_api_by_name","hostname":"","thread_name":"th_a","timestamp":"2016-05-14T07:38:38"},"format":"it->second != nullptr: ","data":{}}]}}} 0 exception: unspecified 10 assert_exception: Assert Exception it->second != nullptr: {} th_a api.hpp:189 get_api_by_name {"error":"10 assert_exception: Assert Exception\nit->second != nullptr: \n {}\n th_a api.hpp:189 get_api_by_name","data":{"id":4,"error":{"code":1,"message":"10 assert_exception: Assert Exception\nit->second != nullptr: \n {}\n th_a api.hpp:189 get_api_by_name","data":{"code":10,"name":"assert_exception","message":"Assert Exception","stack":[{"context":{"level":"error","file":"api.hpp","line":189,"method":"get_api_by_name","hostname":"","thread_name":"th_a","timestamp":"2016-05-14T07:38:38"},"format":"it->second != nullptr: ","data":{}}]}}}} th_a state.cpp:38 handle_reply
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Version 0.4.3?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I upgrade and it OK now :-)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Note for anyone who found this guide on Google:
PoW Mining was removed from Steemit with hard fork 18. Any guides for mining Steem are thus out of date.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Does this mean there is no way to mine steem now? Or just that these instructions won't work?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
There's no way to PoW mine now, it's all PoS witnessing
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How do I pos witness? I'm still fairly new just so you know! :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have to correct myself, PoDS - Proof of Delegated Stake. That means your "rank" in the witness list is dependent on witness votes from other users. These votes are stake weighted, and stake here is Steem Power. You can find more about these concepts in the FAQs and various links on steemit.com help area.
Here's two good witness guides that will get you most of the way
steemit.com/witness-category/@krnel/complete-witness-installation-guide
steemit.com/witness-category/@klye/the-complete-noob-guide-to-steem-witness-setup
You should also join steemit.chat channel #witness and seek advice there.
In terms of server hosting, @someguy123 apparently has a service specifically aimed at witnesses that several use, check out his post on Privex. @l0k1 always says don't use your private keys on a server which you don't control - I agree. Be careful with them.
Good luck!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
A good beginner guide!
A few comments:
Perhaps you can mention what are the hardware needed for mining and how much disk space needed.
How do know or check if the blockchain is synced.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
the steem blockchain is already at 8xx Mb in size. So best bet is get a 32 or bigger SD card for your RPI or 2 TB hard disks.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If this is supposed to be for dummies, I'd fatten it up with a bit more explanation?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Well there is dumb and dumber, any dumber than this and I would suggest the facebook approach.
Register a steemit account and make some posts, Steemit by design pays a lot more for content than mining.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You might want to add a
sudo
to the front of all your install options for those who aren't logged in as root while performing the install. Great guide.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes. At least here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I got my miner finally running. I'm using Qubes OS, which doesn't have Ubuntu templates, so I made it in Debian 8.
Had to do a few tricks in addition to this guide:
For Boost:
sudo ./b2 install
Otherwise it doesn't have rights to copy the files.
Before Steem cmake install package pkgconf
sudo apt-get install pkgconf
then runpkgconf openssl
in the terminal. Otherwise cmake doesn't find openssl.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I need to uninstall Boost, because I keep getting this:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::logic_error> >'
I tried both
sudo ./b2 uninstall
andsudo ./b2 remove
should I be doing some kind of
unmake
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
wish the site had a way to bookmark or favorite a post so that I can refer to it later when I have time to follow the instructions
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If you're using Digital Ocean and you're seeing messages like:
g++: internal compiler error: Killed (program cc1plus)
Here's a simple fix:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
sudo mkswap /var/swap.img
sudo swapon /var/swap.img
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Trying to build on a Raspberry Pi 3, got to
make
when:Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have had that error multiple times, I was told it's a linking issue. I am not familiar with raspberry pie, never owned one. But for that error I would suggest to double check your boost installation.
try this instead in boost section:
sudo ./bootstrap.sh --prefix=/usr/local
sudo ./b2 install
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It does appear to have been the boost install. I probably didn't
sudo
those in the first attempt.Update: Nope, I got the same build error, eventually. I'll keep poking at it.
Update: I got it to compile on my Raspberry Pi by adding swap:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=2000
sudo mkswap /var/swap.img
sudo swapon /var/swap.img
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
How to mine steem using free trial in Google Cloud
https://steemit.com/mining/@jooni22/how-to-free-miming-steem-on-google-cloud-for-beginner
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
will not work, they limit free trial to 1 core, which is pretty much a waste of time.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
WARNING! This guide doesn't work anymore.
Mining is removed from HF 18.
As @jensm85 commented, please take a look at
https://steemit.com/faq.html#Can_I_mine_STEEM
I'm leaving this comment because I also spent 3 days to setup a mining machine with this guide and figured out that doesn't work anymore.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
excellent beginner guide!
thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Can We mine running Ubuntu in Windows? Does anyone know how to run Ubuntu in Windows?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes. get VM ware. Virtual Box, download Ubuntu
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Cool, Thanks a lot.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Its working for me - running these steps on Ubuntu 16 running on windows 10 hyper V - yeay!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Awesome!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
For how long will POW mining continue?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Typing info in the Cli_wallet will give important information
unlocked >>> info
we look for these two lines
on a synced wallet head_block_age should be a couple of seconds old.
I have mined STEEM on a few machines including a 6 year old laptop.
I am not sure about hardware requirements, the issue never posed a problem for me and I never asked.
I will try to get that info. or maybe someone who knows can reply here.
As far as POW mining is concerned it will run indefinitely, and reward miners with VESTS.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This gives me a little hope .. thank you. Gonna set this up on my *nix box right now.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Please tell about mining on a few machines. I need to create a new accounts for each machine or may use same config.ini with one witness\miner name?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It says my head block age is 26 days old
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Forever...
STEEM network blocks are produced by 5% computational POW and 95% DPOS-style voting of VESTING stakeholders.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wow, I was not aware of that. I'm assuming there is no way to mine in Windows just yet, is that correct?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am sure when windows wallet version is released, it's not hard to include a cpu miner.
All mining is currently done on Linux
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You can also mine on Mac OS X as I do.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Everyone should use linux :-)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
linux is the best
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi,
Can I get some info on how to mine with Mac OS X. There was a post with using some coding from Homebrew - "Mining steem on a Mac" but it doesn't work for me. I'm not such an expert. Maybe I'm doing something wrong. Thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I use Vagrant to spin up an Ubuntu box in VirtualBox. Maybe I should do a writeup.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
run a virtual linux server with an ubuntu image and then follow linux instructions
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Try this:
https://steemit.com/osx/@metasyn/fix-steemd-on-osx-homebrew-error-fix
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks a lot for your tutorial !!!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very good!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Any guide to mine on cloud mining?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Is it possible to mine Steem on Windows PC? If yes, please let me know the link to that article.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Here is a link to @pfunk's guide to mining in Windows using a vm window. I had very good results using this guide.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
yes you can mine on windows. here is the windows client:
https://github.com/arhag/steem/releases/tag/v0.5.0
However, @arhag will update this after Tuesday to 0.8.1 since we have a new fork coming up.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I joined steemit with very little knowledge about cryptocurrency. I knew a bit about bitcoin and had a few dollars in some wallet but I didn't know about mining and still don't but steem is making me inspired to learn more. I am pretty intimidated by the whole prospect. But thanks for this! :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I restarted steemd with ./steemd --rpc-endpoint but it just syncs and doesn't mine?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I´m confused about the mining wallet.
Can I mine straight to my Steem-account?? Or can I transfer the mined steem to my account?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am mining in Windows with my CPU. Where do the Steem that i mine go?
I have a file in the folder which name is cli_wallet.
Do the Steems that i mine go to my wallet of Steemit.com?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good question. Where we can check the balance?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
There's no public key given to your mining wallet that you can see? Or nothing on your cmd window displaying mined STEEM?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
oduce: 429 minutes
2680596ms th_a application.cpp:436 handle_block ] Got 6 transactions from network on block 3176117
2683265ms th_a witness.cpp:430 on_applied_block ] hash rate: 40966 hps target: 30 queue: 105 estimated time to produce: 436 minutes
2683278ms th_a application.cpp:436 handle_block ] Got 4 transactions from network on block 3176118
2686662ms th_a witness.cpp:430 on_applied_block ] hash rate: 41691 hps target: 30 queue: 105 estimated time to produce: 429 minutes
2686674ms th_a application.cpp:436 handle_block ] Got 1 transactions from network on block 3176119
2689550ms th_a witness.cpp:430 on_applied_block ] hash rate: 42470 hps target: 30 queue: 105 estimated time to produce: 421 minutes
2689565ms th_a application.cpp:436 handle_block ] Got 6 transactions from network on block 3176120
2692785ms th_a witness.cpp:430 on_applied_block ] hash rate: 42166 hps target: 30 queue: 105 estimated time to produce: 424 minutes
2692801ms th_a application.cpp:436 handle_block ] Got 2 transactions from network on block 3176121
2695222ms th_a witness.cpp:430 on_applied_block ] hash rate: 41556 hps target: 30 queue: 105 estimated time to produce: 430 minutes
2695237ms th_a application.cpp:436 handle_block ] Got 6 transactions from network on block 3176122
2698160ms th_a witness.cpp:430 on_applied_block ] hash rate: 40942 hps target: 30 queue: 105 estimated time to produce: 437 minutes
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Same questions(
Can't find any information(
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
>>> list_my_accounts will give you balance of all the accounts with keys loaded.
The block will go to the miner account you are using as Steem Power
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
When I type : ./steemd --rpc-endpoint, I am stuck at 0 block.
215400ms th_a witness.cpp:196 plugin_startup ] witness plugin: plugin_startup() end
215400ms th_a main.cpp:182 main ] Started witness node on a chain with 0 blocks.
Now, I go try open ./cli_wallet, I get :
Logging RPC to file: logs/rpc/rpc.log
2794677ms th_a main.cpp:154 main ] wdata.ws_server: ws://localhost:8090
0 exception: unspecified
Underlying Transport Error
{"message":"Underlying Transport Error"}
asio websocket.cpp:439 operator()
I am Debian Jessie, but any idea why? I have no idea how to approach this... and slack is down.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Were you able to figure this out? Having same problem.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
did you configure your config.ini ? check the witness and miner section
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
how i can to mine with 2 pc on 1 wallet on 1pc?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I got through everything then had to restart ubuntu how do I restart the miner?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
>>> cd steem/programs/steemd
>>> steemd --replay-blockchain --rpc-endpoint
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello much thanks for the tutorial. I am syncing right now on my linux machine. How can I tell how much steem I have mined eventually? Thanks again.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
check the account wallet on steemit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
is it worth mining steem on a shitty laptop??
can i use the same account for mining and for posting
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
you can you use same account for both, however, steemd ram requirements are increasing, so not sure a shitty laptop will do anymore, you can try.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
very good documentation, clarify lots of stuff for me
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Question: When there is a hard fork and we have to update, do we need to re-clone and re-make all, or is there a more efficient way?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Answer: It looks like this is the only way, here is a post to help speed things up though https://steemit.com/steemhelp/@gregory-f/clueless-user-s-guide-to-upgrading-to-steemd-0-8-x
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
>>> cd steem
>>> git pull;git submodule update; make
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi Joseph! can you update this guide or make new one?
I need guide for dummie to mine steem on VPS
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
there is already a guide to mine on VPS.
not sure mining on VPS is still profitable though.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I would just like to thank @joseph for all the hard work he put into making this guide as simple as possible. Truly, I really appreciate it.
I had attempted to use @pfunk's guide to installing Steemd on windows, but I always had issues. I ditched it, picked up a HDD, installed Ubuntu, plugged in the Sata cables and started off this guide. Now, my steem POW miner is currently syncing with the blockchain, and truly...
I appreciate the effort put into this post.
Thanks.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
you are welcome Sir.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
seed-node is really important, and lots of other document list dead seed-node!! below is what I am using:
seed-node = 45.32.186.90:1779
seed-node = 45.32.186.90:1781
seed-node = 192.99.4.226:2001
seed-node = 46.252.27.1:1337
seed-node = 81.89.101.133:2001
seed-node = 52.4.250.181:39705
seed-node = 85.214.65.220:2001
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nevermind smooth helped me.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If you need help with Windows mining, check out this topic ...
https://steemit.com/steem/@arhag/windows-binaries-for-steem-v0
or visit the mining slack channel ...
https://steem.slack.com/messages/mining/
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm getting 3k hps and I've been running for about 48 hours and no block. I'm I doing something wrong will there be a pool maybe?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
STEEM does not favor pool mining because of the need of your private key.
I have an old laptop that mines STEEM on 1 core and provides less than 1k hps,
I do get a block every other day, sometimes longer. On my 8 core cpu I use only 4 cores
with 20k hps and get a few blocks a day. The 20k hps generates about 2.0 to 3.0 Steem a day
on average, but since it's in steem power it also starts generating more steem daily just by holding it.
Steem is really promising in the fact it's a first of it's kind social media network based on the blockchain.
If one day Steemit gets 5% of twitter or facebook reach, you will be in a great shape holding the steem power you mined.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks Joseph. I had a block show up overnight.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm Dying to try this .. i'm starting my Ubuntu download now!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for this guide. But if i have more than one mining rigs is it safe to use exactly the same config in each of these? I read somewhere that i must use ONLY one witness name! is that valid?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
use different miners / witnessess on each machine
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The config.ini file indicates that this is required, but I didn't see it mentioned in the instructions:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
not required, just fill the parts mentioned in the guide.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi, good morning... two days running steemd......
1338525ms th_a witness.cpp:426 on_applied_block ] hash rate: 18065 hps target: 30 queue: 106 estimated time to produce: 990 minutes
1338526ms th_a application.cpp:439 handle_block ] Got 5 transactions from network on block 3504327
17-18 Khps and nothing....is normal ? I thinking go back with monero (XMR) :(
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i got my first POW in like 3 hours with like 16khps ... i think i got lucky as hell tho.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
48 hours, and nothing :( I don't like it ....
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
mmm I'm checking steemstats.com, and i see this....
Mining Information
POW blocks that the watched accounts have found.
Account Activity
psixto
a day ago Found a block
But can't see in my cli wallet, somebody knows why?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You mean you can't see the history of getting the POW reward? it doesnt show in your wallett history, i dont think...
https://steemit.com/@sigma6m1/transfers
i think it just gives you the SP reward... for example that one above is my miner. no history in his wallett
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
steemd shows mining rewards
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
One more question... my hashrate is pretty steady around 15khps, but the estimated time to produce seems to vary wildly... from 600 minutes all the way up to 5000... is this normal... how many pow do you expect per day per khps
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
that's normal to vary, look at pow found average over three days on steemd.com
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I followed all your instructions and set up a miner on Digital Ocean. It worked perfectly after I allocated more memory to the droplet. I appreciate the effort you made to put together this guide. I wrote a post about my experience here https://steemit.com/mining/@masterinvestor/my-steem-engine-miner-experience.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
you are welcome Sir.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the procedure.
It started working to download the blockchain fine, but at the end it aborts with:
1006431ms th_a main.cpp:182 main ] Started witness node on a chain with 3350236 blocks.
Floating point exception
What could be the problem?
Thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Have not seen that error before. Double check your config, and if you can not find anything wrong. head to slack #mining channel, see if someone can help with that error.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The problem was due to very few resources. I added more cpu and ram to VPS and problem went away.
Lesson learned: Use a dedicated server with LOTS of CPU power and RAM if you want to effectively mine Steem.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for this. After struggling with the instructions on STEEM.IO, I finally stumbled upon this. Worked flawlessly with Ubuntu 16.04.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
good to hear that.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
when entering this line
tar xzvf boost_1_60_0.tar.gz
getting
gzip: stdin: not in gzip format
tar: child returned status 1
tar: Error is not recoverable: exiting now
running on Ubuntu ( last version)
What should I do wrong?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Something wrong with the link/sourceforge in the previous step, the file is meant to be 75-85MB big not 200k. Google for " boost_1_60_0.tar.gz " and download it from a mirror and place in the same folder as the guide expects it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks. I downloaded again. Now, everything fine.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Same issue, apparently sourceforge was down for a while, but all is well now!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi..I've a question
I found 3 blocks
psixto
about 14 hours ago Found a block
psixto
a day ago Found a block
psixto
3 days ago Found a block
And i can see in my wallet u$s 0.021 steem dollars.
This is all for 4 days @ 18-19 Khps ?
Really guys is a shit....I'm returning to monero....
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I've created a docker build based on these steps https://github.com/taylormadeapps/steemiesvsdiesels
Seems to be working a treat. Added an ssh server to the docker container so that you can ssh in to config/monitor. No documentation yet, that's to follow soon.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
FYI don't forget to change the public key if you try it!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
And here's the prebuilt docker container on docker hub:
https://hub.docker.com/r/taylormadeapps/steemiesvsdiesels/
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
jupiter@jupiter-All-Series:~$ cd secp256k1
jupiter@jupiter-All-Series:~/secp256k1$ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
jupiter@jupiter-All-Series:~/secp256k1$ ./configure
bash: ./configure: No such file or directory
jupiter@jupiter-All-Series:~/secp256k1$ make
make: *** No targets specified and no makefile found. Stop.
jupiter@jupiter-All-Series:~/secp256k1$ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
jupiter@jupiter-All-Series:~/secp256k1$
jupiter@jupiter-All-Series:~/secp256k1$ ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
Getting errors.... now what?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
if you get an error while following this guide please stop, and go to http://steem.herokuapp.com
once you are on STEEM slack join room #help
you can try this:
then continue with the rest. if you still get errors come to slack.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Can I tell you something? I did NOT make the comment that you are responding to.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Maybe a little late to help you, but for others with similar issues, if you get a "xxx: not found" error, it usually means the xxx is missing. In this case, try allso installing autoconf (the autoconf manual states autoreconf runs autoconf). In Maybe this works:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Can I tell you something? I did NOT make the comment that you are responding to.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Awesome post. Thank you for this. Got me up and running really quickly.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This has been an awesome reference for me...(So, First thank you Joseph.) But... Boost C++ has updated from 1_60_0 to 1_61_0. and possibly some other changes... Would you mind if I re-posted this organized the way I see fit?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes, please do. I am glad you are interested in doing so.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Worked like a charm! The mining didn't work though, but wallet was working at least .. any plans on doing more of these? I switched from windows and finding a lot of this crazy hard, but the more I do it, the easier It becomes .. I want a guide for https://bitcointalk.org/index.php?topic=660544.0 .. help me and yourself out lol .. cheers
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
what resources I will need on VPS ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
CPU!!! lots of it, i am running mine on UBUNTU 15 dual xenon. Not sure a vps will return much if its not a decent chunk of the resources available.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ok so the install of ./b2 took forever, kept seeing the word "failed" as it scrolled by.
When it finally finished it gave me this output
This normal? Running version 14.04
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Also failed at CMAKE
Checked the CMakeOutput.log
Can't make a whole lot of sense of it but I understand the general idea of what it is doing. But I was unable to find an obvious error signals
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
In the log it appears that the program just stopped without reporting a specific error
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
try this
sudo ./b2 install
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm still getting the error at CMAKE
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey I got it figured out, Thanks!. One more question though
which key are you talking about here? I have lots of different keys
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
During cli_wallet terminal when you say "PASSWORD". Do you mean we should select our own password like xxx or simple write "PASSWORD"
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
choose your own password. Do not make it so simple.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey,
great guide but i got a problem with starting a new cli_wallet.
Any solution for this?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This error has been bugging me also on newer servers and could never find my way around it but just simply accepting it and using an older machine for cli_wallet related stuff. But today i think i finally found the solution.
fix: update this file:
https://github.com/zaphoyd/websocketpp/commit/0bb33e4bca4ccc42a36aa2321e4fb97f2562e519
Will be fixed in websocket++ 0.8 which hopefully gets included in Steem.
Github Discussion to learn more:
https://github.com/zaphoyd/websocketpp/issues/623
I did a manual change to the file mentioned above and then it works. You will need to
cmake / make
again.Apparently this is caused by a 'change' in Linux Kernel > 4.4 so first check with
uname -r
that you are indeed running a node with kernel > 4.4Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i get these error messages:
1985208ms th_a witness.cpp:189 plugin_startup ] No witnesses configured! Please add witness names and private keys to configuration.
1985208ms th_a witness.cpp:197 plugin_startup ] No miners configured! Please add miner names and private keys to configuration.
1985209ms th_a witness.cpp:199 plugin_startup ] witness plugin: plugin_startup() end
1985209ms th_a main.cpp:182 main ] Started witness node on a chain with 1331512 blocks.
what have i done wrong?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Looks like you got the network running but did you create a cli_wallet and edited the config file?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
what do i have to setup exactly? i run suggest_brain_key and got a block of data and i have my wif key when signing at at steemit.com ? i have witness = "martinh"and miner = ["martinh","key from signup at steemit is that correct? do i have to set up more?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Did you edit the P2P nodes and the number of threads like mentioned above and saved the config file?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi there All,
I followed this tuto ..and it all works well....until I get to the last bit to make of compile steemd ...at which point my extremely low memory machine can not allocate memory to finish the compilation .... could any one that has built this object in Ubunto be kind to email it to me?
Steemd and cli_wallet ?
you can do so to : [email protected]
Many thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey Joseph,
Thank for the guide it works awesomely well !!
Just a question...what happend if you don't definre the number of threads? what would then be the default ?
Many thanks!
/Anarcharos
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello, thanks for the work,
I have downloaded and installed everything, but after compilation, and launching, nothing really seems to happen.
So, if you could help me I would greatly appreciate with these 3 questions :
In my case, here is my output at launch :
PORT-CM steemd # ./steemd --rpc-endpoint
initminer public key: STM8GC13uCZbP44HzMLV6zPZGwVQ8Nt4Kji8PapsPiNq1BK153XTX
chain id: 0000000000000000000000000000000000000000000000000000000000000000
blockchain version: 0.18.2
1741503ms th_a witness.cpp:90 plugin_initialize ] _witnesses: ["tofm2"]
and then nothing.
Thanks for your help.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I was having the issue where it would crash the terminal and give a bash json log for incorrect characters. Usually you can't put quotes in but you will need to put them in and remove the '#' symbol. And the username/witness would be your steemit username in lowercase like mine says @grim-jester.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Running Tahrpup (so, forked from Ubuntu Tahr) on a 32-bit machine, I gave up on the initial batch install and used the package manager to install all the individual packages (which were all in the repos, and all installed), but Boost will not build properly (./bootstrap.sh won't run).
Any ideas why sys/types.h, stddef.h and stdlib.h files aren't created?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I can't answer your specific question, but FYI mining was removed from Steem with Hard Fork 18. Thus all mining guides are out of date and there is no way to get mining working.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
After got through all of the steps I got the following lines:
3218891ms th_a database.cpp:3315 apply_hardfork ] HARDFORK 3
177178ms th_a database.cpp:3321 apply_hardfork ] HARDFORK 4
What should I do after this?
How can I start mining? Or this process will start automatically ?
Where can I see how mining is going on?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
you are not done syncing, when done it should start mining.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am working on downloading Ubuntu now and hopefully have the client wallet and steem blockchain downloaded tonight! :D I will probably be aking a lot of questions so be prepared.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You can not mine steem anymore This post is a year old.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wait whaaaa!? lol That's what I was thinking until I came across the mining tutorial... Thanks for the heads up
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hey there,
i have a mac, so how do i set it up?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You can not mine steem anymore do not bother. This post is a year old.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Totally impossible?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Any updates? current wallets do not work most of the fuctions...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I took me a week or two... to figure out mining is not possible anymore.
i took me an additional half a day today to install linux on a spare machine and then finally to figure out mining isnt available anymore. see the FAQ. https://steemit.com/faq.html#Can_I_mine_STEEM
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I started my miner and it's running at 1hps. I assume based on the comments that it needs sync. My wallet is not seeing my account. Does it need to completely sync before seeing my account?
unlocked >>> list_my_accounts
list_my_accounts
2398197ms th_a websocket_api.cpp:88 on_message ] message: {"id":5,"result":[]}
TOTAL 0.000 STEEM 0.000000 VESTS 0.000 SBD
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
your account is created when you mine your first block, however, since you already have an account on steemit, you can use the private key for this account to also mine with. you can find your private key in the permissions link on top right of steemeit website under your account icon.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
When I go to permissions I see public keys but no private key. I see PUBLIC POSTING KEY, PUBLIC ACTIVE KEY, PUBLIC OWNER KEY, and PUBLIC MEMO KEY.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Click show on the right of the public keys to show private keys. Use the active private key to mine
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi Joseph, is there any updated guide available? For ubuntu 16.04 LTS server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
When I am trying to mine I am getting this message in the last line - "Started witness node on a chain with 0 blocks." Can someone help me out what am I doing wrong?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hi,
after all steps got the following:
2892580ms th_a database.cpp:3344 apply_hardfork ] HARDFORK 8
2963709ms ntp ntp.cpp:177 read_loop ] ntp_delta_time updated to -1243 us
how will I know when it stars mining ?
how can I see balances and on what phrase is the process of mining?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
did you figure this out? =)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
if it freezes at that part restart steemd with --replay-blockchain
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Warning! mining is not possible anymore.
Save your time.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@joseph golly good documentation ! thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
In my opinion there is a bit of unclearity if this methode still works. Can anyone confirm if this guide will still work or if there is a link to a guide that does work on Ubuntu? And if it does not, how do you reverse the command: "sudo apt-get install git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf"?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Cloud mining all the way for me. These are the sites I use!
All Free Gh/s.
Eobot - https://goo.gl/FVAp7L - Daily free faucet!! Number One & Most Trusted
Fleex - https://goo.gl/hyff4J - 100Gh/s
Rapid - https://goo.gl/W1CzRr - 100 Gh/s
CryptoS - https://goo.gl/LtaaTU - 20Gh/s
MinerClub - https://goo.gl/Lfok5X - 15 Kh/s
Nano - https://goo.gl/ZgcrQe - 15 Khs
Elite - https://goo.gl/72rxWA - 5000 DogeCoin to start investing.
Demix - https://goo.gl/pcpMve - 5 Gh/s
DogeMine - https://goo.gl/syBPcZ - 20 Kh/s
I do not recommend you invest $$$ except in Eobot, more your time,
in and internally generated Gigahashes
Then cash out when you like the day returns!
Then send it over to Eobot to boost my account their.
Please use the links so i can gain a small amount of Gh/s for your referral.
Happy Mining.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for sharing.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am getting this error.
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
CMake 3.2 or higher is required. You are running version 2.8.12.2
@joseph Need your help
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I getting an error. is there any update available?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very clear and concise! I am running into this:
CMake Error: The source directory "/home/user" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
user@DebSteem2:~$ cd steem
user@DebSteem2:~/steem$ make.
bash: make.: command not found
user@DebSteem2:~/steem$ make .
make: Nothing to be done for '.'.
user@DebSteem2:~/steem$ cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONTENT_PATCHING=OFF -DLOW_MEMORY_NODE=ON
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
CMake 3.2 or higher is required. You are running version 3.0.2
I am running debian--8
not sure how to find an update
tried
apt-get update
atp-get upgrade
Says "lastest version installed"
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Don't bother, this kind of proof of work mining has been removed from Steem.
https://steemit.com/faq.html#Can_I_mine_STEEM
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks! this helped me get set up and i found my first POW! https://steemd.com/@sigma6m1 I sent you some steem as a thank you.
Just one question if you don't mind... so my miner has to sit out after he finds the pow until it gets verified... can i just create more miners, then put more miner= lines in the config file to cycle through multiple miners while im waiting
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
create 3 or 4 miners in the same config, so when one is on the queue the others will sill mine.
4 is very safe to keep your miners up 24/7
And thank you for the nice gesture. Appreciated.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit