Skip to content

Commit

Permalink
fixed location US
Browse files Browse the repository at this point in the history
  • Loading branch information
tutulino committed Apr 23, 2018
1 parent 4a7a670 commit ffd12a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pools/Zergpool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ if (($Querymode -eq "core" ) -or ($Querymode -eq "Menu")){

}

$locations=[array]("US","EU")
foreach ($location in $locations) {
# $locations=[array]("US","EU")
# foreach ($location in $locations) {

$Result+=[PSCustomObject]@{
Algorithm = $zerg_Algorithm
Expand All @@ -159,7 +159,7 @@ if (($Querymode -eq "core" ) -or ($Querymode -eq "Menu")){
Port = $coin.port
User = $CoinsWallets.get_item($Currency)
Pass = "c=$Currency,mc=$zerg_symbol,ID=#WorkerName#"
Location = $location
Location = "US" #$location
SSL = $false
Symbol = $null
AbbName = $AbbName
Expand All @@ -174,7 +174,7 @@ if (($Querymode -eq "core" ) -or ($Querymode -eq "Menu")){
Fee = $coin.Fees/100
RewardType=$RewardType
}
}
# }

}

Expand Down

0 comments on commit ffd12a3

Please sign in to comment.