Skip to content

Commit

Permalink
Update NBMiner.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Apr 12, 2019
1 parent d4932ea commit 939650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptionalMiners/NBMiner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $Commands | Get-Member -MemberType NoteProperty | Select-Object -ExpandProperty
[PSCustomObject]@{
Type = "NVIDIA"
Path = $Path
Arguments = "$($Commands.$_)$($Pools.($Algo).Host):$($Pools.($Algo).Port) --api 127.0.0.1:$($Variables.NVIDIAMinerAPITCPPort) -d $($Config.SelGPUCC) -u $($Pools.($Algo).User):$($Pools.($Algo).Pass)"
Arguments = "$($Commands.$_)$($Pools.($Algo).Host):$($Pools.($Algo).Port) --cuckoo-intensity 1 --api 127.0.0.1:$($Variables.NVIDIAMinerAPITCPPort) -d $($Config.SelGPUCC) -u $($Pools.($Algo).User):$($Pools.($Algo).Pass)"
HashRates = [PSCustomObject]@{($Algo) = $Stats."$($Name)_$($Algo)_HashRate".Day * (1 - $Fee)} # substract devfee
API = "NBMiner"
Port = $Variables.NVIDIAMinerAPITCPPort #4068
Expand Down

0 comments on commit 939650a

Please sign in to comment.