RE: STEEM Miner Setup in Ubuntu 15.10 / 16.04

You are viewing a single comment's thread from:

STEEM Miner Setup in Ubuntu 15.10 / 16.04

in miner-category •  9 years ago 

@clayop Everything has worked except for the very last bit:
screen -dmS steemd steemd --miner='[pseudonymous,"ownerkeyhere]' --witness='pseudonymous' --mining-threads=4

It just returns nothing... What did I do wrong?

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:  

It is running, check "ps auxw | grep steem".
What you need to do is go "screen -r" to reattach to the spawned screen. When you want to leave it the way it was, hit control-d to detach. you can start another screen with ctrl-a. you can cycle through screens using ctrl-a also.