Skip to content

Commit

Permalink
fix workername
Browse files Browse the repository at this point in the history
  • Loading branch information
tutulino committed Mar 5, 2018
1 parent e45a026 commit bafb086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pools/blazepool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if (($Querymode -eq "core" ) -or ($Querymode -eq "Menu")){
Host = $_.name+".mine.blazepool.com"
Port = $coin.port
User = $CoinsWallets.get_item($Currency)
Pass = "c=btc,Id=#Workername#"
Pass = "Id=#Workername#,c=btc"
Location = "US"
SSL = $false
Symbol = $null
Expand Down

0 comments on commit bafb086

Please sign in to comment.