I think there was a bug in wtm script with cpuminer, I fixed it but forgot to change dev version for it
Can you check and see if you have this line :
if [[ $ALGO_SPECIFIC_OC == "NO" && $plusCPU == "NO" ]] || [[ $ALGO_SPECIFIC_OC == "YES" && $CURRENT_COIN_ALGORITHM == $TOP_COIN_ALGORITHM ]]; then
If yes change it to :
if [[ $ALGO_SPECIFIC_OC == "NO" ]] || [[ $ALGO_SPECIFIC_OC == "YES" && $CURRENT_COIN_ALGORITHM == $TOP_COIN_ALGORITHM ]]; then
Restart wtm and 3main and see how it goes.
pkill -f 8wtm
pkill -e screen
pkill -f 3main
Thanks for looking Papampi.
But what directory and what file should I search for this piece of code?Edit: I found it.

It was in 8wtm_auto_switch in the home folder.
I have made the change and at first glance it appears to have solved the issue.
I started it with ETH and I now see a switch to lyra2v2 and MONA coin.
If this is correct I should see some amount of MONA in the balance on MPH soon enough.
I will report what my results are.
Thanks again for your help!