Skip to content

Commit

Permalink
Update and rename RavenMiner225RVN.ps1 to CcminerMSFTserver.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 authored Mar 25, 2018
1 parent 5a008ff commit acbcd9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Miners/RavenMiner225RVN.ps1 → Miners/CcminerMSFTserver.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
. .\Include.ps1

$Path = ".\Bin\NVIDIA-RavenMiner\RavenMiner.exe"
$Uri = "https://github.com/MSFTserver/RavenMiner/releases/download/2.2.5-RVN/RavenMiner-2.2.5.zip"
$Path = ".\Bin\NVIDIA-MSFTserver\ccminer-x64.exe"
$Uri = "https://github.com/MSFTserver/ccminer/releases/download/2.2.5-rvn/ccminer-x64-2.2.5-rvn-cuda9.7z"

$Commands = [PSCustomObject]@{
#"phi" = " -d $SelGPUCC" #Phi
Expand All @@ -15,7 +15,7 @@ $Commands = [PSCustomObject]@{
#"equihash" = "" #Equihash
#"ethash" = "" #Ethash
#"groestl" = " -d $SelGPUCC" #Groestl
#"hmq1725" = " -d $SelGPUCC" #hmq1725
"hmq1725" = " -d $SelGPUCC" #hmq1725
#"keccak" = "" #Keccak
#"lbry" = " -d $SelGPUCC" #Lbry
#"lyra2v2" = "" #Lyra2RE2
Expand All @@ -35,7 +35,7 @@ $Commands = [PSCustomObject]@{
#"x11" = "" #X11
#"veltor" = "" #Veltor
#"x11evo" = " -d $SelGPUCC" #X11evo
#"x17" = " -d $SelGPUCC" #X17
"x17" = " -d $SelGPUCC" #X17
"x16r" = " -d $SelGPUCC --api-remote --api-allow=0/0" #X16r
}

Expand Down

0 comments on commit acbcd9f

Please sign in to comment.