Need help from someone who understands windows scripts better:
My machine has problems with one algorithm when pool asks for stats, I can see that in the logs. If I manually run that algorithm by itself without stats i.e. with "-p ID=NemosMiner-v2.1,c=BTC" it works stable for a long time.
$workerName, currency and ,stats is concatenated to form the below in the commandline somewhere in the scripts but I could not locate any such usage of workername or currecny or a literal stats.
-p ID=NemosMiner-v2.1,c=BTC,stats
I am running recent download of 2.2. code. NemosMiner-v2.1.ps has a call to Start-Subprocess with the Aruguments. That is defined in Include.ps1.
individual miner fils seem to construct what goes into -p with this:
"-p $($Pools.(Get-Algorithm($_)).Pass)" but I cant see how that is made from combining $workername, c=$Currency and ,stats.