Skip to content

Commit

Permalink
fix bmier grin on nicehash
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Feb 3, 2019
1 parent d86a87e commit 8591dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miners/bminer-141.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $Cfg.Algorithms | ForEach-Object {
if ($Algo) {
# find pool by algorithm
$Pool = Get-Pool($Algo)
if ($Pool) {
if ($Pool -and ($Pool.Name -notcontains "nicehash" -or ($Pool.Name -contains "nicehash" -and $_.Algorithm -notmatch "grin"))) {
$proto = $Pool.Protocol
$pers = [string]::Empty
if (!$Pool.Protocol.Contains("ssl")) {
Expand Down Expand Up @@ -92,4 +92,4 @@ $Cfg.Algorithms | ForEach-Object {
}
}
}
}
}

0 comments on commit 8591dc6

Please sign in to comment.