nemosminer / NemosMiner

NemosMiner multi algo profit switching NVIDIA miner
GNU General Public License v3.0
230 stars 105 forks source link

Excavator #432

Closed nemosminer closed 6 years ago

nemosminer commented 6 years ago

Excavator

for supported Algos: blake2s, decred, daggerhashimoto, equihash, lbry ,lyra2rev2, neoscrypt, nist5, pascal

note as Excavator is owned by "Nicehash" and has a EULA it is "NOT" enabled in "NemosMiner" by default if you would like to download and use it you will need to enable it yourself,

in "Miners" folder Edit : Excavator.ps1

remove the # from the Algos you would like to use eg.

. .\Include.ps1

$Threads = 1

$Path = ".\Bin\Excavator\excavator.exe" $Uri = "https://github.com/nicehash/excavator/releases/download/v1.4.4a/excavator_v1.4.4a_NVIDIA_Win64.zip"

$Commands = [PSCustomObject]@{

"blake2s" = @() #Blake2s

#"decred" = @() #Decred
#"daggerhashimoto" = @() #Ethash
"equihash" = @() #Equihash
#"lbry" = @() #Lbry
"lyra2rev2" = @() #Lyra2RE2
"neoscrypt" = @() #NeoScrypt
"nist5" = @() #nist5
#"pascal" = @() #Pascal

}

save

this example would Enable Excavator for Neoscrypt,Nist5,Lyra2v2,Equihash Algos

if you would like faster x17 and x16r more info here: https://github.com/nemosminer/NemosMiner/issues/375

g5-freemen commented 6 years ago

Maybe it possible to add to benchamark different miners for one algorytm? (like in Nicehash miner legacy). For example benchmark equihash with ZM and Excavator miner, and then NemosMiner decide which is faster.

p.s. sorry for my english

nemosminer commented 6 years ago

dstm is faster but yes you can use both.. and NemosMiner will decide which is faster.

wantafanta01 commented 6 years ago

thank god i found this, i did not want to have to settle for the hashrates i got using ccminer or any ccminer fork for neoscrypt.... i saw a 1.5MH/s boost to my rigs hashrate on neoscrypt after the 1.4.4a update

kingyem commented 6 years ago

I'm sorry but I couldn't find Excavator.ps1 in my Miners folder, am I supposed to get it from somewhere?

nemosminer commented 6 years ago

"OptionalMiners" Folder