Skip to content

Commit

Permalink
new server format
Browse files Browse the repository at this point in the history
  • Loading branch information
tutulino committed Apr 23, 2018
1 parent 3b170b1 commit 2e051b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pools/Zergpool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if (($Querymode -eq "core" ) -or ($Querymode -eq "Menu")){
Price = [Double]$coin.estimate_current / $Divisor * 1000
Price24h = [Double]$coin.estimate_last24h / $Divisor * 1000
Protocol = "stratum+tcp"
Host = if ($location -eq 'EU') {"europe.mine.zergpool.com"} else {"mine.zergpool.com"}
Host = "$zerg_Algorithm.mine.zergpool.com" #if ($location -eq 'EU') {"europe.mine.zergpool.com"} else {"mine.zergpool.com"}
Port = $coin.port
User = $CoinsWallets.get_item($Currency)
Pass = "c=$Currency,mc=$zerg_symbol,ID=#WorkerName#"
Expand Down

0 comments on commit 2e051b1

Please sign in to comment.