Author

Topic: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6.2 (Linux / Windows) - page 149. (Read 224961 times)

full member
Activity: 728
Merit: 106
In comparison with EWBF's is extracted more solutions?
Thanks you for your work.

I'm not doing this kind of comparisons myself.
Mainly because of security since some miners don't scan clean.
Testers reported about similar solution rate on windows.
However I got no reports how the solution rate on pool side looks in comparison yet.
Your miner now has little more hashrate than ewbf. 1060 get around 10+Sol/s.
Thank you for your work.
newbie
Activity: 13
Merit: 0
Thank you! Everything worked.
5 * Gigabyte GeForce P106-100 6144MB. It was 1610, it was 1680. Total + 4.5%.
full member
Activity: 224
Merit: 100
I do not run this application, a window appears and disappears immediately. and did not understand where to prescribe their parameters. or is it done after the application is launched?
WIN 10.

p.s. I use google translator. maybe because of his translation, something did not understand (.

like with every other miner, you need to create a batch file with parameters to execute the program. If you already did that then add the word pause after the command line so you can see the error message before the window disappear.

You can also just type the name of your batch file manually at the prompt using Windows Powershell, but you will need to move to the directory where you put that file first.
newbie
Activity: 13
Merit: 0
I do not run this application, a window appears and disappears immediately. and did not understand where to prescribe their parameters. or is it done after the application is launched?
WIN 10.

p.s. I use google translator. maybe because of his translation, something did not understand (.
full member
Activity: 350
Merit: 126
I got this:

 GPU0 69C  Sol/s: 318.3  Sol/W: 2.40  Avg: 314.3  I/s: 167.1  Sh/s: 0.538

What is "I/s" and "Sh/s"

using GTX1060 3gb



The solution rate (Sol/s) is subjected to probability, this is why it's jumping all the time. It's not an accurate measure for performance. So if you're tuning your system look at the I/s - this is the amount of iterations your GPU is doing per second, that's the actual performance value for your GPU. Sh/s = Shares/second.
full member
Activity: 210
Merit: 100
I got this:

 GPU0 69C  Sol/s: 318.3  Sol/W: 2.40  Avg: 314.3  I/s: 167.1  Sh/s: 0.538

What is "I/s" and "Sh/s"

using GTX1060 3gb

full member
Activity: 210
Merit: 100
Yay!!! Thanks dstm   Cheesy
dr.
newbie
Activity: 10
Merit: 0
Working fine and gives higher hashrate than EWBF (W10.16299.19, NVD387.92, eu1-zcash.flypool.org). Tested with under/overclocked GTX10603GB/6GB, GTX1070, GTX1080.
Although, it also gives me "connection error 100061" when using proxy, which is kinda sad =(
full member
Activity: 350
Merit: 126
Windows 0.5.2 alpha

This is an alpha, so it might contain bugs, pls report them if you hit any.
Launch options are described on the OP, or simply run zm.exe without any arguments to get a description.
If you get an error about missing VCRUNTIME140.dll you need to install the 'Visual C++ Redistributable for visual studio 2015'

Big thx to santan for providing access to a windows system.
full member
Activity: 350
Merit: 126
In comparison with EWBF's is extracted more solutions?
Thanks you for your work.

I'm not doing this kind of comparisons myself.
Mainly because of security since some miners don't scan clean.
Testers reported about similar solution rate on windows.
However I got no reports how the solution rate on pool side looks in comparison yet.

Quote
You could add in the display of information how much is consumed now watt?
And make different colors of temperature.
0-70 degrees green
70-80 in yellow
80 and higher in red.

I can't do this simply like this, because different GPU-microarchitectures have different thermal specifications.

Quote
As done by the EWBF. And also highlight the total number of solutions obtained by color?
Why? Smiley
newbie
Activity: 38
Merit: 0
Windows version:

I'm currently running final stability tests and waiting for reports from testers.
It looks good so far, it seems like I'll release an alpha today.

Thank you for the big news!
newbie
Activity: 176
Merit: 0
In comparison with EWBF's is extracted more solutions?
Thanks you for your work.

You could add in the display of information how much is consumed now watt?
And make different colors of temperature.
0-70 degrees green
70-80 in yellow
80 and higher in red.

As done by the EWBF. And also highlight the total number of solutions obtained by color?
full member
Activity: 350
Merit: 126
Windows version:

I'm currently running final stability tests and waiting for reports from testers.
It looks good so far, it seems like I'll release an alpha today.
newbie
Activity: 14
Merit: 0
Thank you for your efforts!

So many people waiting news about Windows version!


New Version 0.5.2

fix a race that might have corrupted shares
net: tcp: disable the Nagle algorithm
  which reduces network latency in some circumstances
net: lower keepalive for nat-networks


I'm uploading this one earlier than planned because of the race I've found while doing the windows port. The race is unlikely and it seems nobody has hit it - however undefined behavior is always a bad thing. This version has some internal restructuring to simplify cross-platform development. It runs stable for me however be aware that it has more restructuring than usual.
legendary
Activity: 1260
Merit: 1046
Thanks DSTM for the updated new 0.5.2 version.
Installed this version and I have a good little 0.82 %.
All increase is good, the smallest too :-).
full member
Activity: 168
Merit: 100
New Version 0.5.2

fix a race that might have corrupted shares
net: tcp: disable the Nagle algorithm
  which reduces network latency in some circumstances
net: lower keepalive for nat-networks


I'm uploading this one earlier than planned because of the race I've found while doing the windows port. The race is unlikely and it seems nobody has hit it - however undefined behavior is always a bad thing. This version has some internal restructuring to simplify cross-platform development. It runs stable for me however be aware that it has more restructuring than usual.

Do you have a newer Windows test version yet? I'll be able to give it a few hours tomorrow, including the CPU info you mentioned.
newbie
Activity: 176
Merit: 0
hello dear, dstm.

Any chance to get windows version to test?
sr. member
Activity: 392
Merit: 266
EthMonitoring.com
New Version 0.5.2

fix a race that might have corrupted shares
net: tcp: disable the Nagle algorithm
  which reduces network latency in some circumstances
net: lower keepalive for nat-networks


I'm uploading this one earlier than planned because of the race I've found while doing the windows port. The race is unlikely and it seems nobody has hit it - however undefined behavior is always a bad thing. This version has some internal restructuring to simplify cross-platform development. It runs stable for me however be aware that it has more restructuring than usual.

Updated EthControl linux to ZM 0.5.2, thank dstm for the update.
full member
Activity: 350
Merit: 126
New Version 0.5.2

fix a race that might have corrupted shares
net: tcp: disable the Nagle algorithm
  which reduces network latency in some circumstances
net: lower keepalive for nat-networks


I'm uploading this one earlier than planned because of the race I've found while doing the windows port. The race is unlikely and it seems nobody has hit it - however undefined behavior is always a bad thing. This version has some internal restructuring to simplify cross-platform development. It runs stable for me however be aware that it has more restructuring than usual.
legendary
Activity: 1260
Merit: 1046
I had just a try with Komodo and dstm v0.5.1 (Ubuntu 16.04) : DSTM work well.
(The unique problem is mining Komodo is just loosing money)
God job dev :-)
Jump to: