Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
Rig4p
on 15/02/2018, 20:42:03 UTC
Quote
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 :

Code:
if  [[ $ALGO_SPECIFIC_OC == "NO" && $plusCPU == "NO" ]] || [[ $ALGO_SPECIFIC_OC == "YES"  &&  $CURRENT_COIN_ALGORITHM == $TOP_COIN_ALGORITHM ]]; then
   

If yes change it to :

Code:
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.

Code:
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.  Smiley 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!