Skip to content

Commit

Permalink
Update miner MiniZ (nvidia)
Browse files Browse the repository at this point in the history
- remove intensity
- increase cuda requirement
  • Loading branch information
RainbowMiner committed Jan 1, 2019
1 parent cd5e4a6 commit a077b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miners/MiniZ.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $DevFee = 2.0
$UriCuda = @(
[PSCustomObject]@{
Uri = "https://github.com/RainbowMiner/miner-binaries/releases/download/v1.0i-miniz/miniZ_v1.0i_win-x64.zip"
Cuda = "9.0"
Cuda = "9.2"
},
[PSCustomObject]@{
Uri = "https://github.com/RainbowMiner/miner-binaries/releases/download/v1.0i-miniz/miniZ_v1.0i_cuda8_win-x64.zip"
Expand Down Expand Up @@ -74,7 +74,7 @@ $Session.DevicesByTypes.NVIDIA | Select-Object Vendor, Model -Unique | ForEach-O
DeviceName = $Miner_Device.Name
DeviceModel = $Miner_Model
Path = $Path
Arguments = "--telemetry $($Miner_Port) --cuda-devices $($DeviceIDsAll) --server $(if ($Pools.$Algorithm_Norm.SSL) {"ssl://"})$($Pools.$Algorithm_Norm.Host) --port $($Pool_Port) --user $($Pools.$Algorithm_Norm.User) --pass $($Pools.$Algorithm_Norm.Pass) --pers $(Get-EquihashCoinPers $Pools.$Algorithm_Norm.CoinSymbol -Default "auto") --gpu-line --extra --intensity 100 --latency $(if (-not $Session.Config.ShowMinerWindow) {"--nocolor"}) $($_.Params)"
Arguments = "--telemetry $($Miner_Port) --cuda-devices $($DeviceIDsAll) --server $(if ($Pools.$Algorithm_Norm.SSL) {"ssl://"})$($Pools.$Algorithm_Norm.Host) --port $($Pool_Port) --user $($Pools.$Algorithm_Norm.User) --pass $($Pools.$Algorithm_Norm.Pass) --pers $(Get-EquihashCoinPers $Pools.$Algorithm_Norm.CoinSymbol -Default "auto") --gpu-line --extra --latency $(if (-not $Session.Config.ShowMinerWindow) {"--nocolor"}) $($_.Params)"
HashRates = [PSCustomObject]@{$Algorithm_Norm = $($Session.Stats."$($Miner_Name)_$($Algorithm_Norm)_HashRate".Week)}
API = "MiniZ"
Port = $Miner_Port
Expand Down

0 comments on commit a077b79

Please sign in to comment.