Skip to content

Commit

Permalink
Update ccminercool.ps1
Browse files Browse the repository at this point in the history
increase default intensity from 16 to 20.5  (max seems to be 22-23 1070ti)
  • Loading branch information
nemosminer authored Oct 28, 2018
1 parent 2f934c0 commit 48aa837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptionalMiners/ccminercool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $Path = ".\Bin\NVIDIA-ccminercool177\coolMiner-x64.exe"
$Uri = "https://nemosminer.com/data/optional/coolMiner-x64-v1-7.7z"

$Commands = [PSCustomObject]@{
"lyra2z" = " -d $($Config.SelGPUCC) --submit-stale -N 1 --hide-diff -q" #Lyra2z (compare speed and wattage draw compared to trex and cryptodreage as they all have 1%fee only require the best one not all 3..)
"lyra2z" = " -d $($Config.SelGPUCC) -i 20.5 --submit-stale -N 1 --hide-diff -q" #Lyra2z (compare speed and wattage draw compared to trex and cryptodreage as they all have 1%fee only require the best one not all 3..)

}
$Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName
Expand Down

0 comments on commit 48aa837

Please sign in to comment.