Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excavator #432

Closed
nemosminer opened this issue Mar 21, 2018 · 5 comments
Closed

Excavator #432

nemosminer opened this issue Mar 21, 2018 · 5 comments

Comments

@nemosminer
Copy link
Owner

nemosminer commented Mar 21, 2018

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: #375

@g5-freemen
Copy link

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
Copy link
Owner Author

nemosminer commented Mar 21, 2018

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

@wantafanta01
Copy link

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
Copy link

kingyem commented Mar 23, 2018

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

@nemosminer
Copy link
Owner Author

nemosminer commented Mar 23, 2018

"OptionalMiners" Folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants