You are viewing a single comment's thread from:
RE: STEEM Miner Setup in Ubuntu 15.10 / 16.04
@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?
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.