Skip to content

Commit

Permalink
Update zealotenemy.ps1
Browse files Browse the repository at this point in the history
Performance improvements:
Up to +3-4% for x16r/s and  hex, +6-8% Bitcoin Diamond, 1-3% on others (x17, bitcore, c11, sonoa, etc...) on GTX 10x0 cards
  • Loading branch information
nemosminer authored Dec 10, 2018
1 parent 6503855 commit ad83710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OptionalMiners/zealotenemy.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (!(IsLoaded(".\Include.ps1"))) {. .\Include.ps1; RegisterLoaded(".\Include.ps1")}

$Path = ".\Bin\NVIDIA-zealotenemy126v1\z-enemy.exe"
$Uri = "https://nemosminer.com/data/optional/z-enemy.1-26-cuda10.0.7z"
$Path = ".\Bin\NVIDIA-zealotenemy127\z-enemy.exe"
$Uri = "https://nemosminer.com/data/optional/z-enemy.1-27-cuda10.0.7z"

$Commands = [PSCustomObject]@{
"aeriumx" = "" #AeriumX(RTX)
Expand Down

0 comments on commit ad83710

Please sign in to comment.