Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions Miners/CcminerTpruvot.ps1
Original file line number Diff line number Diff line change
@@ -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'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe ahashpool doesn't accept Cryptonight...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry it took so long to see this... added ahashpool.bat file

#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]@{
Expand Down