nemosminer/NemosMiner

Bminer password empty on NiceHash

borzaka opened this issue · 4 comments

Starting command:
Bin\NVIDIA-Bminer1431\bminer.exe -uri cuckaroo29://xxx.NemosMiner:@grincuckaroo29.eu.nicehash.com:3371 -max-temperature 94 -devices 0,1,2,3,4 -api 127.0.0.1:4068

Another one:
Bin\NVIDIA-Bminer1431\bminer.exe -uri beam://xxx.NemosMiner:@beam.eu.nicehash.com:3370 -max-temperature 94 -devices 0,1,2,3,4 -api 127.0.0.1:4068

After the NemosMiner: there is nothing. x should be there when using NiceHash.

image

This is how not an issue?

Something is wrong with this:
$Pass = If ($Pools.($Algo).Pass -like "*,*") {$Pools.($Algo).Pass.ToString().replace(',','%2C')} else {$Pass}
or with this:
Arguments = "$($Commands.$_)$($Pools.($Algo).User):$($Pass)@$($Pools.($Algo).Host):$($Pools.($Algo).Port) -max-temperature 94 -devices $($Config.SelGPUCC) -api 127.0.0.1:$Port"
in Bminer.ps1

Because the $Pass is empty in the end.

it just works

Luckily...
If NiceHash or Bminer changes something how they parse/check the password field, this could broke.

Fixed
b24754a