Pages:
Author

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

sr. member
Activity: 728
Merit: 304
Miner Developer
can you show me how to print GPU temp and fan speed, where to put on JSON file, i find API to add command
{"id":1,"method":"device.get","params":["0"]}
still not showing

I don't think you can do that. We could add new commands, though.
newbie
Activity: 13
Merit: 0
5 X GTX 1070:

Version 1.2.11 alpha  - 2120 H/s
Version 1.3.1 alpha NVIDIA with 1 worker per card - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 1 worker per card and M1 - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 2 worker per card and M0 - 2168 H/s  :-)

Good job!

Where do you put the -M0 option?

Code:
[
{"time":1,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","zec-eu1.nanopool.org:6666","*********************************"]}
]},
{"time":2,"commands":[
{"id":1,"method":"worker.add","params":["0","0","1"]}
]},
{"time":5,"commands":[
{"id":1,"method":"device.set.tdp","params": ["0","90"]},
{"id":1,"method":"device.set.core_delta","params": ["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","830"]}
]},
{"time":10,"commands":[
{"id":1,"method":"worker.reset","params":["0"]},
{"id":1,"method":"worker.reset","params":["1"]}
]},
{"time":15,"loop":20,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]}
]},
{"event":"on_quit","commands":[
{"id":1,"method":"device.set.tdp","params": ["0","100"]},
{"id":1,"method":"device.set.core_delta","params": ["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","0"]}
]}
]

in {"id":1,"method":"worker.add","params":["0","0","0 or 1"]}
And in general M0 by default.

can you show me how to print GPU temp and fan speed, where to put on JSON file, i find API to add command
{"id":1,"method":"device.get","params":["0"]}
still not showing
newbie
Activity: 13
Merit: 0
Updated Excavator Monitor android application

1.0.6
Add support API version 1.3.x
Add support dual-mining miner.
Add LongTap event - You can delete and change the miner.
Added sending command Quit to the miner.
Fix errors

Google Play Link https://play.google.com/store/apps/details?id=ru.flintnet.ExcavatorMonitor

Does it have IOS app?
How to monitor GPU temp on remote location using internet browser
member
Activity: 68
Merit: 10
Updated Excavator Monitor android application

1.0.6
Add support API version 1.3.x
Add support dual-mining miner.
Add LongTap event - You can delete and change the miner.
Added sending command Quit to the miner.
Fix errors

Google Play Link https://play.google.com/store/apps/details?id=ru.flintnet.ExcavatorMonitor
member
Activity: 68
Merit: 10
5 X GTX 1070:

Version 1.2.11 alpha  - 2120 H/s
Version 1.3.1 alpha NVIDIA with 1 worker per card - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 1 worker per card and M1 - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 2 worker per card and M0 - 2168 H/s  :-)

Good job!

Where do you put the -M0 option?

Code:
[
{"time":1,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","zec-eu1.nanopool.org:6666","*********************************"]}
]},
{"time":2,"commands":[
{"id":1,"method":"worker.add","params":["0","0","1"]}
]},
{"time":5,"commands":[
{"id":1,"method":"device.set.tdp","params": ["0","90"]},
{"id":1,"method":"device.set.core_delta","params": ["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","830"]}
]},
{"time":10,"commands":[
{"id":1,"method":"worker.reset","params":["0"]},
{"id":1,"method":"worker.reset","params":["1"]}
]},
{"time":15,"loop":20,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]}
]},
{"event":"on_quit","commands":[
{"id":1,"method":"device.set.tdp","params": ["0","100"]},
{"id":1,"method":"device.set.core_delta","params": ["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","0"]}
]}
]

in {"id":1,"method":"worker.add","params":["0","0","0 or 1"]}
And in general M0 by default.
full member
Activity: 197
Merit: 100
When will be implemented PHI1612?
newbie
Activity: 39
Merit: 0
5 X GTX 1070:

Version 1.2.11 alpha  - 2120 H/s
Version 1.3.1 alpha NVIDIA with 1 worker per card - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 1 worker per card and M1 - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 2 worker per card and M0 - 2168 H/s  :-)

Good job!

Where do you put the -M0 option?
member
Activity: 68
Merit: 10
5 X GTX 1070:

Version 1.2.11 alpha  - 2120 H/s
Version 1.3.1 alpha NVIDIA with 1 worker per card - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 1 worker per card and M1 - 2068 H/s  :-(
Version 1.3.2 alpha NVIDIA with 2 worker per card and M0 - 2168 H/s  :-)

Good job!
newbie
Activity: 39
Merit: 0
I also have a lower hash rate with the new version than the old one.

Old one : 642
New one : 620

Using it on Windows 10 64 Bit 1703 and 385.69 driver version.

dropky released a new version to address this issue:

https://github.com/nicehash/excavator/releases/tag/v1.3.2a

  • equihash bug fixes & improvements

Added M (mode) parameter for equihash.
Use one worker per device when running with M=1, otherwise use two workers per device.

I will upload Debian packages for Ubuntu shortly.

Thanks for the update. Speed is now 658. I'm using two workers and not the -M option.
sr. member
Activity: 728
Merit: 304
Miner Developer
I just updated Debian packages. I hope this version works better.
I also enabled cryptonight for the Linux version. Enjoy!
sr. member
Activity: 728
Merit: 304
Miner Developer
I also have a lower hash rate with the new version than the old one.

Old one : 642
New one : 620

Using it on Windows 10 64 Bit 1703 and 385.69 driver version.

dropky released a new version to address this issue:

https://github.com/nicehash/excavator/releases/tag/v1.3.2a

  • equihash bug fixes & improvements

Added M (mode) parameter for equihash.
Use one worker per device when running with M=1, otherwise use two workers per device.

I will upload Debian packages for Ubuntu shortly.
newbie
Activity: 39
Merit: 0
I also have a lower hash rate with the new version than the old one.

Old one : 642
New one : 620

Using it on Windows 10 64 Bit 1703 and 385.69 driver version.
hero member
Activity: 588
Merit: 520
newbie
Activity: 39
Merit: 0
Does the efficiency show with you guys with the new version? Mine shows 0.000 H/J
member
Activity: 68
Merit: 10
Version 1.3.1 alpha NVIDIA report

GTX 1080Ti
Version 1.2.11 alpha  - 685 H/s
Version 1.3.1 alpha NVIDIA - 698 H/s :-)

5 X GTX 1070
Version 1.2.11 alpha  - 2120 H/s
Version 1.3.1 alpha NVIDIA - 1968 H/s  :-(

Try with 1 worker per card only.

5 X GTX 1070 with config (with 1 worker per card)
Code:
[
{"time":1,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","zec-eu1.nanopool.org:6666","**********************************************"]}
]},
{"time":2,"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"]}
]},
{"time":5,"commands":[
{"id":1,"method":"device.set.tdp","params": ["0","80"]},
{"id":1,"method":"device.set.core_delta","params": ["0","80"]},
{"id":1,"method":"device.set.memory_delta","params":["0","680"]},
{"id":1,"method":"device.set.tdp","params": ["1","80"]},
{"id":1,"method":"device.set.core_delta","params": ["1","100"]},
{"id":1,"method":"device.set.memory_delta","params":["1","680"]},
{"id":1,"method":"device.set.tdp","params": ["2","80"]},
{"id":1,"method":"device.set.core_delta","params": ["2","100"]},
{"id":1,"method":"device.set.memory_delta","params":["2","680"]},
{"id":1,"method":"device.set.tdp","params": ["3","80"]},
{"id":1,"method":"device.set.core_delta","params": ["3","100"]},
{"id":1,"method":"device.set.memory_delta","params":["3","680"]},
{"id":1,"method":"device.set.tdp","params": ["4","80"]},
{"id":1,"method":"device.set.core_delta","params": ["4","100"]},
{"id":1,"method":"device.set.memory_delta","params":["4","680"]}
]},
{"time":10,"commands":[
{"id":1,"method":"worker.reset","params":["0"]},
{"id":1,"method":"worker.reset","params":["1"]},
{"id":1,"method":"worker.reset","params":["2"]},
{"id":1,"method":"worker.reset","params":["3"]},
{"id":1,"method":"worker.reset","params":["4"]}
]},
{"time":15,"loop":20,"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":"algorithm.print.speeds","params":["0"]}
]},
{"event":"on_quit","commands":[
{"id":1,"method":"device.set.tdp","params": ["0","100"]},
{"id":1,"method":"device.set.core_delta","params": ["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","0"]},
{"id":1,"method":"device.set.tdp","params": ["1","100"]},
{"id":1,"method":"device.set.core_delta","params": ["1","0"]},
{"id":1,"method":"device.set.memory_delta","params":["1","0"]},
{"id":1,"method":"device.set.tdp","params": ["2","100"]},
{"id":1,"method":"device.set.core_delta","params": ["2","0"]},
{"id":1,"method":"device.set.memory_delta","params":["2","0"]},
{"id":1,"method":"device.set.tdp","params": ["3","100"]},
{"id":1,"method":"device.set.core_delta","params": ["3","0"]},
{"id":1,"method":"device.set.memory_delta","params":["3","0"]},
{"id":1,"method":"device.set.tdp","params": ["4","100"]},
{"id":1,"method":"device.set.core_delta","params": ["4","0"]},
{"id":1,"method":"device.set.memory_delta","params":["4","0"]}
]}
]

Version 1.2.11 alpha  - 2120 H/s
Version 1.3.1 alpha NVIDIA with 1 worker per card - 2068 H/s  :-(

Load per card 97% - afterburner screenshot:
sr. member
Activity: 728
Merit: 304
Miner Developer
I just uploaded a Debian package for Ubuntu 14.04 LTS:

https://github.com/nicehash/excavator/releases/tag/v1.3.1a

Please read the instructions carefully.
sr. member
Activity: 728
Merit: 304
Miner Developer
Can we use this on other pools for testing other than nicehash?

That depends on the algorithm. Ethash/daggerhashimoto is pickier than others.
sr. member
Activity: 728
Merit: 304
Miner Developer
Thanks a lot. This have been what I am looking for for a long time. Ubuntu 16.04 repos.

You are most welcome. I will stick around for a while, so please do let me know if anything.
member
Activity: 61
Merit: 10
I just uploaded the first Linux version of excavator for Ubuntu 16.04 LTS:

https://github.com/nicehash/excavator/releases/tag/v1.3.1a

All you need to do for installation is to run:

    wget https://github.com/nicehash/excavator/releases/download/v1.3.1a/excavator_1.3.1a-xenial0_amd64.deb
    sudo apt install ./excavator_1.3.1a-xenial0_amd64.deb

Everything will be installed under /opt/excavator, and you can test excavator with:

    excavator -c /opt/excavator/etc/default_command_file.json

There is no man page yet, but it should be ready for the next version.
I will also prepare a Debian package for Ubuntu 14.04 LTS shortly.
Enjoy!

Thanks a lot. This have been what I am looking for for a long time. Ubuntu 16.04 repos.
sr. member
Activity: 728
Merit: 304
Miner Developer
I just uploaded the first Linux version of excavator for Ubuntu 16.04 LTS:

https://github.com/nicehash/excavator/releases/tag/v1.3.1a

All you need to do for installation is to run:

    wget https://github.com/nicehash/excavator/releases/download/v1.3.1a/excavator_1.3.1a-xenial0_amd64.deb
    sudo apt install ./excavator_1.3.1a-xenial0_amd64.deb

Everything will be installed under /opt/excavator, and you can test excavator with:

    excavator -c /opt/excavator/etc/default_command_file.json

There is no man page yet, but it should be ready for the next version.
I will also prepare a Debian package for Ubuntu 14.04 LTS shortly.
Enjoy!
Pages:
Jump to: