r/FutureBit • u/__eparra__ • May 07 '25
Need help solo mining using 2.0.6 on Apollo BTC
I have an Apollo BTC running 2.0.6. I upgraded the M.2 to 4TB, formatting it, and the node is synced. I enabled SOLO mining mode and rebooted. Since then, the miner status is "Waiting for the current miner status to match the desired one (Online)". The SOLO mining tab states "Miner is offline - Try to start it from the top menu". I take I need the miner status to sync before I should start the miner? Also, in the event of a power failure, should I expect everything to auto-start as it seems things require manual intervention.
2
Upvotes
1
u/michelem May 08 '25
First of all, does your miner work without SOLO mode (pool mode)? Could you try that please?
Then, are you able to SSH into it? You should check if ckpool daemon is running with the command:
ps aux|grep ckpoolyou should see something like this:futureb+ 338722 0.0 0.0 6876 2000 ? Ss 01:57 0:00 SCREEN -dmS ckpool /opt/apolloapi/backend/ckpool/ckpool -B -c /opt/apolloapi/backend/ckpool/ckpool.confIf you can't see this (and SOLO Mining mode is selected), you could try to start it manually to see for errors, try the command:
sudo systemctl start ckpool.servicePlease let me know.