You are viewing a single comment's thread from:
RE: Steemit Witness Setup 2018, No Docker, No Remote Nodes, So you actually know what you are doing
Huh, you seem to have 6 steemd processes running. It should be only one. Also, the processes that are run as steemd --resync-blockchain are most likely still in resync.
You should make sure only single steemd is running.
(Not sure how you managed to start the process 6 times. It should be only one screen that runs steemd, and you should detach with CTRL +A +D, and Attach when you need it with screen -r -d pid).
(If PS Aux shows steemd process is running, you should not start another one).