Quake4 / MindMiner

MindMiner - the miner manager programm with online monitoring
http://mindminer.online
GNU General Public License v3.0
109 stars 35 forks source link

[Pools] Nicehash.ps1 has us-east hardcoded and then never mines to USA-East #855

Closed platinum4 closed 2 years ago

platinum4 commented 2 years ago

Hi,

If you watch nicehash it is always mining to eu-north or eu-west with us-west as a backup and us-east nowhere to be found

image

Quake4 commented 2 years ago

MM use only 3 servers (main + 2 backups)

platinum4 commented 2 years ago

I don't know, this fixes it, so can you add this so I don't have to fix it every update

[string] $Pool_Region = "usa-west"
$Regions = @("eu-west", "eu-north", "usa-west", "usa-east")
switch ($Config.Region) {
    "$([eRegion]::Europe)" { $Pool_Region = "eu-north" }
    "$([eRegion]::China)" { $Pool_Region = "usa-west" }
    "$([eRegion]::Japan)" { $Pool_Region = "usa-west" }
}

image

Quake4 commented 2 years ago

fixed, thank you