Skip to content

Commit

Permalink
remove nicehash from pools
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Dec 11, 2024
1 parent 5a2895b commit 89eb49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Config : BaseConfig {
static [string] $LoginPlaceholder = "%%Login%%"
static [bool] $UseApiProxy = $false
static [string] $SMIPath = [IO.Path]::Combine([environment]::GetFolderPath([environment+SpecialFolder]::ProgramFiles), "NVIDIA Corporation\NVSMI\nvidia-smi.exe")
static [string] $Pools = "^(2miners|mph|nicehash|zergpool|zpool)"
static [string] $Pools = "^(2miners|mph|zergpool|zpool)"
static [int] $Max = 100
static [decimal] $MinSpeed = 0.01
static [int] $ApiSendTimeout = 55
Expand Down

0 comments on commit 89eb49d

Please sign in to comment.