What are you all using to monitor your solo node? I've been keeping the stats page up via web GUI, but with the frequent SQL crashes, I end up rebooting every other day.
If the SQL bug doesn't actually take the node down, I don't mind leaving it that way but wasn't sure what else I could to do see that it's up and running.
It's just a front end bug nothing in the backend/solo/mining is affected.
Hoping to get 2.0.6 out in the next week or so to address this.
If your logged in via monitor or know how to ssh below commands will bring up the backend services/logs
sudo screen -dr miner //miner stats
screen -dr node //node stats (as long as you see getblocktemplate messages your solo mining)
screen -dr ckpool //solo pool stats
Hi, I don't see any GetBlockTemplate messages but I do see continuous CreateNewBlock() messages. Is that what you meant?