Skip to content

Commit

Permalink
Update Gminer.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Dec 23, 2018
1 parent 1fb146c commit ced2515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptionalMiners/Gminer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $Commands | Get-Member -MemberType NoteProperty | Select-Object -ExpandProperty
[PSCustomObject]@{
Type = "NVIDIA"
Path = $Path
Arguments = "--watchdog 0 --devices $($Config.SelGPUCC) --api $Port --algo 144_5 --pers auto --server $($Pools.(Get-Algorithm($_)).Host) --port $($Pools.(Get-Algorithm($_)).Port) --user $($Pools.(Get-Algorithm($_)).User) --pass $($Pools.(Get-Algorithm($_)).Pass)$($Commands.$_)"
Arguments = "--watchdog 0 --devices $($Config.SelGPUDSTM) --api $Port --algo 144_5 --pers auto --server $($Pools.(Get-Algorithm($_)).Host) --port $($Pools.(Get-Algorithm($_)).Port) --user $($Pools.(Get-Algorithm($_)).User) --pass $($Pools.(Get-Algorithm($_)).Pass)$($Commands.$_)"
HashRates = [PSCustomObject]@{(Get-Algorithm($_)) = $Stats."$($Name)_$(Get-Algorithm($_))_HashRate".Day * .98} # substract 2% devfee
API = "gminer"
Port = $Port
Expand Down

0 comments on commit ced2515

Please sign in to comment.