diff --git a/Miners/CcminerTpruvot.ps1 b/Miners/CcminerTpruvot.ps1 index 68b641a..f0521c4 100644 --- a/Miners/CcminerTpruvot.ps1 +++ b/Miners/CcminerTpruvot.ps1 @@ -1,26 +1,5 @@ $Path = '.\Bin\NVIDIA-TPruvot\ccminer-x64.exe' $Uri = 'https://github.com/tpruvot/ccminer/releases/download/v2.2-tpruvot/ccminer-x64-2.2.7z' -$Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName - -$Algorithms = [PSCustomObject]@{ - Lyra2z = 'lyra2z' - #Equihash = 'equihash' #not supported - Cryptonight = 'cryptonight' - #Ethash = 'ethash' #not supported - #Sia = 'sia' - #Yescrypt = 'yescrypt' - #BlakeVanilla = 'vanilla' - #Lyra2RE2 = 'lyra2v2' - #Skein = 'skein' - #Qubit = 'qubit' - NeoScrypt = 'neoscrypt' - #X11 = 'x11' - #MyriadGroestl = 'myr' - - - - - $Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName $Algorithms = [PSCustomObject]@{