Skip to content

Commit

Permalink
Update TTminer.ps1
Browse files Browse the repository at this point in the history
fix progpow on ZergPool cuda 10.0
  • Loading branch information
nemosminer authored Feb 3, 2019
1 parent 1afcdb6 commit e68a476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptionalMiners/TTminer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $Commands | Get-Member -MemberType NoteProperty | Select-Object -ExpandProperty
[PSCustomObject]@{
Type = "NVIDIA"
Path = $Path
Arguments = "-a $($Algo) -d $($Config.SelGPUDSTM) --api-bind 127.0.0.1:$($Variables.NVIDIAMinerAPITCPPort) -o stratum+tcp://$($Pools.($Algo).Host):$($Pools.($Algo).Port) -u $($Pools.($Algo).User) -p $($Pools.($Algo).Pass)$($Commands.$_)"
Arguments = "-a PROGPOW-100 -d $($Config.SelGPUDSTM) --api-bind 127.0.0.1:$($Variables.NVIDIAMinerAPITCPPort) -o stratum+tcp://$($Pools.($Algo).Host):$($Pools.($Algo).Port) -u $($Pools.($Algo).User) -p $($Pools.($Algo).Pass)$($Commands.$_)"
HashRates = [PSCustomObject]@{($Algo) = $Stats."$($Name)_$($Algo)_HashRate".day * .98} # substract 2% devfee
API = "TTminer"
Port = $Variables.NVIDIAMinerAPITCPPort #4068
Expand Down

0 comments on commit e68a476

Please sign in to comment.