Skip to content

Commit

Permalink
Update bminer.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored May 4, 2019
1 parent 7ae7562 commit 6931594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miners/bminer.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-Bminer1551\bminer.exe"
$Uri = "https://www.bminercontent.com/releases/bminer-lite-v15.5.1-4583b73-amd64.zip"
$Path = ".\Bin\NVIDIA-Bminer1552\bminer.exe"
$Uri = "https://www.bminercontent.com/releases/bminer-lite-v15.5.2-ed2038c-amd64.zip"
$Commands = [PSCustomObject]@{
#"equihashBTG" = " -uri zhash://" #EquihashBTG
#"equihash144" = " -pers auto -uri equihash1445://" #Equihash144
Expand Down

0 comments on commit 6931594

Please sign in to comment.