Skip to content

Commit

Permalink
Update Gminer.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Dec 23, 2018
1 parent e16b517 commit 1fb146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptionalMiners/Gminer.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (!(IsLoaded(".\Include.ps1"))) {. .\Include.ps1; RegisterLoaded(".\Include.ps1")}

$Path = ".\Bin\Gminer112\miner.exe"
$Path = ".\Bin\NVIDIA-Gminer112\miner.exe"
$Uri = "https://nemosminer.com/data/optional/gminer_1_12_minimal_windows64.7z"
$Commands = [PSCustomObject]@{
"zhash" = "" #Zhash(testing)
Expand Down

0 comments on commit 1fb146c

Please sign in to comment.