Skip to content

Commit

Permalink
Update ccminermtp.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Feb 22, 2019
1 parent 8548f38 commit 9dc9371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miners/ccminermtp.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 = "--cpu-priority 4 -N 7 -R 1 -b $($Variables.NVIDIAMinerAPITCPPort) -o stratum+tcp://$($Pools.($Algo).Host):$($Pools.($Algo).Port) -a $Algo -u $($Pools.($Algo).User) -p $($Pools.($Algo).Pass)$($Commands.$_)"
Arguments = "--cpu-priority 4 -R 1 -b $($Variables.NVIDIAMinerAPITCPPort) -o stratum+tcp://$($Pools.($Algo).Host):$($Pools.($Algo).Port) -a $Algo -u $($Pools.($Algo).User) -p $($Pools.($Algo).Pass)$($Commands.$_)"
HashRates = [PSCustomObject]@{($Algo) = $Stats."$($Name)_$($Algo)_HashRate".Day}
API = "ccminer"
Port = $Variables.NVIDIAMinerAPITCPPort #4068
Expand Down

0 comments on commit 9dc9371

Please sign in to comment.