Post
Topic
Board Mining (Altcoins)
Re: NPlusMiner - 4.0 - GUI | Autoupdate | Auto Pool/Algo switching NVIDIA miner
by
MrPlus
on 18/07/2018, 11:15:49 UTC
I deleted switching.log and


I guess the miner is correctly mining?
Do you see the word "Stratum" in the first line of switching.log?

If so, i'd recommend trying to start with a fresh download of 4.2.3.

Really only a guess here as I cannot repro it.


MrPlus

This is fresh install 4.2.3.

Swithcing.log :

Code:
"date","Type","algo","wallet","username","Stratum"
"2018. 07. 16. 13:29:21","NVIDIA","X17","3KjbngWMVD8XrHStXGb3V9fGjVQK4E5CRs","k2laci",""

Could you share the miner command line listed in the console?

Is anyone else seeing this behavior?


Of course :


But in Blazepool Miner 2.0 this function is work (Although there is not much use here) :


I don't get it. Works like a charm on my rigs.
Although there has been a small change on this bit in the last versions, no other users did report this issue...

Could you share line 415 on Core.ps1 in your instance?
It should be the following:

Code:
[pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation



Line 415 :

Code:
[pscustomobject]@{date=(get-date);Type=$_.Type;algo=$_.Algorithms;wallet=$_.User;username=$Config.UserName;Stratum="$($_.Arguments.Split(' ') | ?{($_ -like '*.*:*') -and (-not ($_.Contains($Variables.NVIDIAMinerAPITCPPort) -or ($_.contains($Variables.CPUMinerAPITCPPort))))})"} | export-csv .\Logs\switching.log -Append -NoTypeInformation

This version might fix you issue. https://bitcointalk.org/index.php?topic=2965976.msg42400985#msg42400985
Logic has changed for switching.log

MrPlus