Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
Rig4p
on 16/02/2018, 12:45:53 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!


Ok an update. The WTM switching is working great right now.
I am about to move the changes over to my other rigs to see what the overall effect is on profit.
I need to tune the OC's and power numbers some because I see quite a delta between coins.
Equihash coins run right at the 180W level I have for the 1080.
Neoscrypt seems to run around 140W so I have upped the intensity a bit to see what effect it has.
There has likely been a discussion here about the WTM settings for power and clock tuning but I haven't found it yet if anyone can point me to it.
Thanks again for all the help!