NemosMiner-v2.1.ps1
[Parameter(Mandatory=$false)]
[Array]$SelGPU = $null,
[Parameter(Mandatory=$false)]
[String]$SelGPUString = "",
[Parameter(Mandatory=$false)]
[String]$SelGPUEWBF = "",
[Parameter(Mandatory=$false)]
[String]$SelGPUCC = "",
)
Set-Location (Split-Path $script:MyInvocation.MyCommand.Path)
Get-ChildItem . -Recurse | Unblock-File
try{if((Get-MpPreference).ExclusionPath -notcontains (Convert-Path .)){Start-Process powershell -Verb runAs -ArgumentList "Add-MpPreference -ExclusionPath '$(Convert-Path .)'"}}catch{}
if($SelGPU.Length -ne 0)
{
$SelGPUString = $SelGPU -join ","
$SelGPUCC = " -d $SelGPUString"
$SelGPUEWBF = " --cuda_devices $SelGPU"
}
Start.bat (with select 0,1,4)
"&.\NemosMiner-v2.1.ps1 -SelGPU 0,1,4 -Currency BTC ...
Start.bat (with select 0)
"&.\NemosMiner-v2.1.ps1 -SelGPU 0 -Currency BTC ...
Start.bat (all cuda device)
"&.\NemosMiner-v2.1.ps1 -Currency BTC
Work all Option.
ccminerAlexis78.ps1
"blake2s" = "$SelGPUCC" #Blake2s
EWBF.ps1
"equihash" = "$SelGPUEWBF" #Equihash