Pages:
Author

Topic: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.5.6a] - page 31. (Read 179234 times)

newbie
Activity: 4
Merit: 0
Hi for all. I'm trying to mining ETH with excavator on Ethermine or nanopool but then I push to "Start job" I get JSON errors. May be I'm doing something wrong?

Ethermine and nanopool not supported stratum protocol Excavator. Only NiceHash and Suprnova.cc.

hmmm and how it must be configured for supernova.cc? where I have to write Worker ID and PW?
hero member
Activity: 672
Merit: 500
cool miner, waiting for linux version.

i DEMAND linux version
member
Activity: 68
Merit: 10
Hi for all. I'm trying to mining ETH with excavator on Ethermine or nanopool but then I push to "Start job" I get JSON errors. May be I'm doing something wrong?

Ethermine and nanopool not supported stratum protocol Excavator. Only NiceHash and Suprnova.cc.
newbie
Activity: 4
Merit: 0
Hi for all. I'm trying to mining ETH with excavator on Ethermine or nanopool but then I push to "Start job" I get " Net error: JSON member missing: "error" ". May be I'm doing something wrong?
sr. member
Activity: 536
Merit: 321
cool miner, waiting for linux version.
member
Activity: 85
Merit: 10
Hi guys, since couple of users requested to have the startup parameters configurable in the GUI, i am creating a settings section in the GUI to handle this.

So far it looks like this:


Is there anything critical that people would like to see here, or is it "good enough" for now?
member
Activity: 68
Merit: 10
Here comes a new version with major improvements for CUDA ETH mining:

- added DAG cache host memory storage for quicker DAG switches
- speed improvements for all CUDA algorithms for certain cards
- CUDA faster DAG generation
- bug fixes for AMD cards
- added option to disable AMD support

djeZo and dropky worked really hard on it. Enjoy!

Thank you! Your work is gorgeous! Special thanks for "option to disable AMD support"
member
Activity: 85
Merit: 10
Here comes a new version with major improvements for CUDA ETH mining:

- added DAG cache host memory storage for quicker DAG switches
- speed improvements for all CUDA algorithms for certain cards
- CUDA faster DAG generation
- bug fixes for AMD cards
- added option to disable AMD support

djeZo and dropky worked really hard on it. Enjoy!

Thanks guys!  Cool
sr. member
Activity: 728
Merit: 304
Miner Developer
Here comes a new version with major improvements for CUDA ETH mining:

- added DAG cache host memory storage for quicker DAG switches
- speed improvements for all CUDA algorithms for certain cards
- CUDA faster DAG generation
- bug fixes for AMD cards
- added option to disable AMD support

djeZo and dropky worked really hard on it. Enjoy!
newbie
Activity: 2
Merit: 0
member
Activity: 85
Merit: 10
Hi there! Could you help me?
I've got  6 GTX 1080 Ti. Hashrate is so low 530-550 H/s on each card-




I think it shoul be at least 630 H/s
http://cryptomining-blog.com/tag/excavator-v1-1-4a/

May be reason is that:
Quote
Recommended number of workers per device to reach optimal speeds-2

From here- https://github.com/nicehash/excavator/tree/master/nvidia

Could you give config file for best hashrate?
Now i've got this:
default_command_file.json
Code:
[
{"time":0,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","zen.suprnova.cc:3618","UserLogin.Worker","pass"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","3"]},
{"id":1,"method":"worker.add","params":["0","4"]},
{"id":1,"method":"worker.add","params":["0","5"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},
{"id":1,"method":"worker.print.speed","params":["2"]},
{"id":1,"method":"worker.print.speed","params":["3"]},
{"id":1,"method":"worker.print.speed","params":["4"]},
{"id":1,"method":"worker.print.speed","params":["5"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]},
{"id":1,"method":"algorithm.print.speeds","params":["1"]},
{"id":1,"method":"algorithm.print.speeds","params":["2"]},
{"id":1,"method":"algorithm.print.speeds","params":["3"]},
{"id":1,"method":"algorithm.print.speeds","params":["4"]},
{"id":1,"method":"algorithm.print.speeds","params":["5"]}
]}
]

Yes, the primary reason is most likely not using 2 workers per card and also not applying any overclock.

You want something like this for the workers

Code:
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","3"]},
{"id":1,"method":"worker.add","params":["0","3"]},
{"id":1,"method":"worker.add","params":["0","4"]},
{"id":1,"method":"worker.add","params":["0","4"]},
{"id":1,"method":"worker.add","params":["0","5"]},
{"id":1,"method":"worker.add","params":["0","5"]}

Or you can try my GUI which assigns the workers automatically.
newbie
Activity: 2
Merit: 0
Hi there! Could you help me?
I've got  6 GTX 1080 Ti. Hashrate is so low 530-550 H/s on each card-
http://images.vfl.ru/ii/1499346426/b6c69118/17835456.jpg
http://images.vfl.ru/ii/1499346634/71ab300b/17835486.jpg


I think it shoul be at least 630 H/s
http://cryptomining-blog.com/tag/excavator-v1-1-4a/

May be reason is that:
Quote
Recommended number of workers per device to reach optimal speeds-2

From here- https://github.com/nicehash/excavator/tree/master/nvidia

Could you give config file for best hashrate?
Now i've got this:
default_command_file.json
Code:
[
{"time":0,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","zen.suprnova.cc:3618","UserLogin.Worker","pass"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","3"]},
{"id":1,"method":"worker.add","params":["0","4"]},
{"id":1,"method":"worker.add","params":["0","5"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},
{"id":1,"method":"worker.print.speed","params":["2"]},
{"id":1,"method":"worker.print.speed","params":["3"]},
{"id":1,"method":"worker.print.speed","params":["4"]},
{"id":1,"method":"worker.print.speed","params":["5"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]},
{"id":1,"method":"algorithm.print.speeds","params":["1"]},
{"id":1,"method":"algorithm.print.speeds","params":["2"]},
{"id":1,"method":"algorithm.print.speeds","params":["3"]},
{"id":1,"method":"algorithm.print.speeds","params":["4"]},
{"id":1,"method":"algorithm.print.speeds","params":["5"]}
]}
]

And BAT file:
Code:
@echo off
:: CONFIG STARTS
SET COMMAND_FILE=default_command_file.json
SET CONSOLE_LOG_LEVEL=2
SET FILE_LOG_LEVEL=6
SET WEB_PORT=38080
SET WEB_HOST=127.0.0.1
SET WEB_AUTH_TOKEN=
SET WEB_LAUNCH_DELAY=5
SET RESTART_DELAY=10
:: CONFIG ENDS

:: AMD SPECIFIC SETTERS (DO NOT MODIFY!)
SET GPU_FORCE_64BIT_PTR=1
SET GPU_MAX_HEAP_SIZE=100
SET GPU_USE_SYNC_OBJECTS=1
SET GPU_MAX_ALLOC_PERCENT=100
SET GPU_SINGLE_ALLOC_PERCENT=100

echo Welcome to NiceHash Excavator
echo Opening website
start cmd /c "@echo off & echo Please, wait %WEB_LAUNCH_DELAY% seconds for Excavator status page to open... & ping 127.0.0.1 -n %WEB_LAUNCH_DELAY% > nul & if "%WEB_HOST%"=="0.0.0.0" (explorer http://127.0.0.1:%WEB_PORT%) else (explorer http://%WEB_HOST%:%WEB_PORT%) & exit"

:start
@setlocal enableextensions
@cd /d "%~dp0"
echo Starting Excavator...
excavator.exe -c %COMMAND_FILE% -d %CONSOLE_LOG_LEVEL% -f %FILE_LOG_LEVEL% -p 0 -wp %WEB_PORT% -wi %WEB_HOST% -wa %WEB_AUTH_TOKEN%
echo Excavator has crashed... restarting in %RESTART_DELAY% seconds...
ping 127.0.0.1 -n %RESTART_DELAY% > nul
goto start

member
Activity: 85
Merit: 10
Hi everyone, i am very happy to announce that i just released version 0.3 of my Excavator GUI.

Download link - https://github.com/cTn-dev/Excavator-GUI/releases

In this update i added 2 features that were requested by the community.
First Backup Pools (you can now assign unlimited amount of backup pools to each job, if primary pool goes down, after 1 minutes the GUI will switch to a backup pool, if that one is down as well, it will switch again until the Job is running again).
Second Overclocking Profiles, you can now create unlimited amount of overclocking profiles, which you can then assign to any job you like, overclocking profile will get applied automatically when job starts, and the overclocking values will be restored after you stop the job. If you don't fancy using overclocking profiles for each job, you can use the "Global Profile" which affects all cards on GUI startup.
This release also contains couple of small (mostly cosmetic) bugfixes.

Here is a video demonstrating the new features - https://www.youtube.com/watch?v=O2eh2UMeAjU

And couple of screenshots showing the new/changed UI



Changelog:
Code:
06.07.2017 @ 0.3 - Use it with Excavator version 1.2.9a

Added Backup Pools functionality (unlimited amount of backup pools for each job)
Added Overclocking Profiles functionality (unlimited amount of profiles)
Bugfixes & Small UI enhancements
member
Activity: 68
Merit: 10
New version 1.2.9a: https://github.com/nicehash/excavator/releases

  • further phymem.sys bug fixes
  • added algorithm CUDA daggerhashimoto
  • bug fixes

CUDA daggerhashimoto:
1070 low TDP, high mem = 33.1 MH/s
1060 low TDP, high mem = 24.7 MH/s

We encourage all NVIDIA miners to start experimenting with algorithm parameters for dual mining (one worker should be daggerhashimoto in this case, another worker any other algorithm - but not equihash).

Has anyone else reached 33.1 on dagger?  I have 6x1070 -30core +420 mem and only getting 29.5MH/s.  How are you getting 33 ?

Code:
{"id":1,"method":"device.set.tdp","params": ["0","80"]},
{"id":1,"method":"device.set.core_delta","params": ["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","750"]},
Dagger 32.5 on GTX 1070
member
Activity: 85
Merit: 10
@ cTnko

Very very cool App.
I really like it and i am finding that my hash rates are about 10% faster than using NiceHash(1.7 and 2.0).
Testing on a GTX 1070.
I really like the pool management and GPU management(incl Overclocking)
Really Awesome job. Cant wait for updates Cheesy

Where can we donate if we want to?

Hi, the GUI contains an 1% Dev Fee that gets applied on longer mining jobs, so no need to donate.
If you would like to chip in so i could get an AMD card for development earlier, my Bitcoin address is inside my forum profile.

BTW the new overclocking functionality should be landing tomorrow evening if nothing slows me down.
member
Activity: 98
Merit: 10
So far the new Overclocking UI looks like this:


@polymer_city
@zorvalth

Would you guys be ok with this?
In the new UI you could either use the global profile or create a new profile, tweak the OC and assign it to a specific job/s, the OC will get applied when the assigned job starts.
I also added copy/paste values, which lets you easily paste & save same values to different cards.

That's awesome!

Thank you for making the changes  Wink
member
Activity: 78
Merit: 10
New version 1.2.9a: https://github.com/nicehash/excavator/releases

  • further phymem.sys bug fixes
  • added algorithm CUDA daggerhashimoto
  • bug fixes

CUDA daggerhashimoto:
1070 low TDP, high mem = 33.1 MH/s
1060 low TDP, high mem = 24.7 MH/s

We encourage all NVIDIA miners to start experimenting with algorithm parameters for dual mining (one worker should be daggerhashimoto in this case, another worker any other algorithm - but not equihash).

Has anyone else reached 33.1 on dagger?  I have 6x1070 -30core +420 mem and only getting 29.5MH/s.  How are you getting 33 ?
newbie
Activity: 5
Merit: 0
@ cTnko

Very very cool App.
I really like it and i am finding that my hash rates are about 10% faster than using NiceHash(1.7 and 2.0).
Testing on a GTX 1070.
I really like the pool management and GPU management(incl Overclocking)
Really Awesome job. Cant wait for updates Cheesy

Where can we donate if we want to?
sr. member
Activity: 1092
Merit: 273
I waiting for the Linux version too
newbie
Activity: 47
Merit: 0
Hi there!
Any news about *nix version?
Pages:
Jump to: