Pages:
Author

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

newbie
Activity: 10
Merit: 0
Hey, would there be any chance to add an intensity adjustment value as parameter? i have a card that is mixing mining and simple daily work, on EWBF i could set --intensity 1 and it acts as low priority, like 95% power when idle, and down to 50% when using the GPU on other tasks.
full member
Activity: 208
Merit: 100
I really like ewbf miner but I am having so many crashes with exit codes and I have been trying for 2 days to fix it. So today i will try this miner and see how it goes
full member
Activity: 350
Merit: 126
I get more then 1% rejected shares because of: "GPU0  rejected share: [21,"Stale job!"]"
Pool is eu1-zcash.flypool.org.

Can i do something to fix or mitigate ?

greetz, ezfox


More than 1% - that's a significant value. After what time do you get this results/stats? - it shouldn't be that high after 24h. What pool are you using?
full member
Activity: 350
Merit: 126
Hello everyone!

Sorry for being an absolute idiot but I don't know how to configure my zm file. I'm very new to this. I know my wallet address but if someone could tell me how to configure the file and recommend a good pool to mine I'd appreciate it. I'm running one 1070ti.


If you're on windows you can use the provided 'start.bat' file as an example. All you need to change is the '--user ...' option in that file. Change the example wallet address which follows the '--user' option with yours. That way you'll mine to your wallet using flypool. You can also check the documentation provided by the pools, they often include examples how to setup different mining software.
newbie
Activity: 41
Merit: 0
I get more then 1% rejected shares because of: "GPU0  rejected share: [21,"Stale job!"]"
Pool is eu1-zcash.flypool.org.

I get the same thing. No idea what % it might be, or if it's limited to only 1 of the 2 gpus in my minimalist rig. I just happen to notice it now and then. I've been thinking it's just something that hangs up on the pool's end and simply gets terminated after a certain time.
newbie
Activity: 30
Merit: 0
I just wanted to add that I did a little experiment with drivers with the latest release.
0.5.7 is unstable with NVidia 388.xx drivers. It instant crashes for me and never restarts. I want to add that new games like PUBG did the same.

So I tried older drivers, I found that 384.94 works flawless with 0.5.7 and earlier release + I got increased hashrate compared to 388.xx drivers.
This was tested for my 3 rigs with 1080ti and 1070 on windows 10 with latest updates.

I'm using the latest 388.xx drivers on windows 10 with a mix of 1070 and 1070ti and it's been running for days without a hitch.

Weird that different people have such different outcomes.

I forgot to mention that my 1080ti are overclocked with +200 mem and core. 1070 are overclocked with +100 mem and core. My post was more directed towards users that overclock and uses DTSM miner.

My 1070ti's are overclocked with +200 core and +700 mem and my 1070's are overclocked with +120 core and +650 mem.  I am using DSTM 5.7 and have found it slightly better in every way than the excellent 5.6

I run a total of 17 cards. 8 1070ti and 8 1070 in rigs, and one 1070 in a laptop.  All running DSTM 24/7 and so far have not had any crashes or stability issues with DSTM.

Whats your powerlimit? Mines 78%
full member
Activity: 350
Merit: 126
Excuse-me, but i attempt to run into Debian Sid... it can't be run... because libssl, and libcrypto versions are 1.0.2!

Code:
# dpkg -l | grep ssl
ii  libcurl4-openssl-dev:amd64           7.57.0-1                            amd64        development files and documentation for libcurl (OpenSSL flavour)
ii  libflac8:amd64                       1.3.2-1                             amd64        Free Lossless Audio Codec - runtime C library
ii  libio-socket-ssl-perl                2.052-1                             all          Perl module implementing object oriented interface to SSL sockets
ii  libnet-smtp-ssl-perl                 1.04-1                              all          Perl module providing SSL support to Net::SMTP
ii  libnet-ssleay-perl                   1.80-1+b2                           amd64        Perl module for Secure Sockets Layer (SSL)
ii  libssl1.0.2:amd64                    1.0.2n-1                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libssl1.1:amd64                      1.1.0g-2                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libwavpack1:amd64                    5.1.0-2                             amd64        audio codec (lossy and lossless) - library
ii  openssl                              1.1.0g-2                            amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  perl-openssl-defaults:amd64          3                                   amd64        version compatibility baseline for Perl OpenSSL packages

I link libssl-1.0.2 to libssl-1.0.0 and egual for libcrypto.
and i export LD_LIBRARY_PATH, as:

Code:
export LD_LIBRARY_PATH="$(pwd):/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH"

But, when i execute zm, the terminal return:

Code:
/zminer
./zm: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)
./zm: /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)

An idea?



The openssl situation is more complicated than it should be. Ubuntu still uses the old (openssl 1.0.0) version and doesn't provide newer openssl versions (openssl 1.1) in their packages - newer ubuntu lts versions seems finally to include openssl 1.1. Sid provides openssl 1.0.2 but doesn't include symbols for 1.0.0.
Openssl 1.0.0 is still the most compatible across the distributions - this is why zm uses it. I don't want to link openssl statically - since you won't get security updates this way. You can always compile openssl yourself it this situations. If this becomes an issue - I'll provide two zm versions (compiled against 1.0.0 and 1.1)
full member
Activity: 350
Merit: 126
if tool error i want restart tool, i will set config  is   --noreconnect  Huh?

There are multiple errors which may occur, the 'noreconnect' options disables automatic reconnection on connection drops/errors.
full member
Activity: 350
Merit: 126
Huh

I am getting higher sysloads in ethOS after upgrading to 0.5.7... for 8x GTX 1080 and 8x GTX 1080ti rigs.  Any work being done to fix this?  With 8x 1060 and 8x 1070 the load is a little lower.


There must be something wrong. 0.5.7 contains changes which reduce it's cpu-load on all systems. Could you pls provide more information, the output of the 'top' command of both versions would be very helpful.
full member
Activity: 350
Merit: 126
Hi!

Could I get GPU name via API? I have red help and didn't found it. At start gpu's models are printing, but not in response. Are there magic JSON key? Thank you.

GPU-name isn't reported via json-rpc currently, I'll add this information.
newbie
Activity: 1
Merit: 0
I get more then 1% rejected shares because of: "GPU0  rejected share: [21,"Stale job!"]"
Pool is eu1-zcash.flypool.org.

Can i do something to fix or mitigate ?

greetz, ezfox
full member
Activity: 350
Merit: 126
@dstm

It seems to be there is a problem that might be related to the miner code. Sometimes the latency would just jump and the router hang:

Code:
GPU0  60C  Sol/s: 469.0  Sol/W: 3.15  Avg: 465.0  I/s: 249.3  Sh: 2.49   1.00 10141 +
   GPU1  65C  Sol/s: 466.1  Sol/W: 3.14  Avg: 464.2  I/s: 248.2  Sh: 1.49   0.67 40
   ========== Sol/s: 935.1  Sol/W: 3.15  Avg: 929.1  I/s: 497.6  Sh: 3.99   0.88 5090
   GPU0  61C  Sol/s: 466.0  Sol/W: 3.16  Avg: 465.1  I/s: 249.4  Sh: 2.14   1.00 10141
   GPU1  65C  Sol/s: 464.5  Sol/W: 3.14  Avg: 464.2  I/s: 248.1  Sh: 1.71   0.75 43  +
   ========== Sol/s: 930.6  Sol/W: 3.15  Avg: 929.3  I/s: 497.6  Sh: 3.84   0.90 5092
   GPU0  61C  Sol/s: 463.7  Sol/W: 3.15  Avg: 464.9  I/s: 249.5  Sh: 2.24   1.00 40  +
   GPU1  65C  Sol/s: 457.1  Sol/W: 3.13  Avg: 463.3  I/s: 248.3  Sh: 2.24   0.83 41  ++
   ========== Sol/s: 920.8  Sol/W: 3.14  Avg: 928.3  I/s: 497.8  Sh: 4.48   0.92 40
   GPU0  61C  Sol/s: 455.1  Sol/W: 3.15  Avg: 463.8  I/s: 249.4  Sh: 2.33   1.00 41  +
   GPU1  65C  Sol/s: 458.9  Sol/W: 3.12  Avg: 462.8  I/s: 248.3  Sh: 2.32   0.86 41  +

This happens to me only when using ZMiner (using flypool to mine). It can happen 1-2 times per day and would stop router to work properly - making the whole LAN unusable.

I have called to ISP service and they said during this break, the router would spam their equipment with errors.

I am not 100% sure ZM causes this though. I can only say, that using other miners/scripts/pools doesn't create this kind of problem - only happens while using ZM and flypool.



If you're on 0.5.6 pls try 0.5.7 - some routers seemed to have issues with multiple pool connections 0.5.6 was using. If you're on 0.5.7: this is very unlikely to be related to zm, it uses a very low bandwidth tpc/ip connection - there is nothing special about it.
newbie
Activity: 41
Merit: 0
Hey all, newb here. I decided to try sticking my toes in the water with this cryptomining thing on my desktop PC. Started out with a single GTX 1050 Ti and Zcash on EWBF and flypool. That went smooth so I grabbed another 1050 Ti off ebay for $135 and plugged it into the second PCIe slot on my old mobo and switched to dstm. I like what I'm getting so far.

https://s19.postimg.org/4op7vohfn/Dstm_Zscreen001.jpg

I'm going the Zcash to Litecoin route through ShapeShift and then to Coinbase. Just made my first $20 transfer to my bank account a couple days ago. Cool

I'm honestly surprised how easy this is. Seriously thinking about trying a budget 1050 Ti x6 mining rig on Linux.

Thank you dstm and everyone else here for the great work and all the info.
newbie
Activity: 9
Merit: 0
Why do i have impression that my hashrate reported on pool is more inconsistent per worker with latest dstm's miner 0.5.7 anyone experiencing that ?
newbie
Activity: 3
Merit: 0
sorry 1060 extreme gaming
but in general it is the same

http://s018.radikal.ru/i507/1712/39/ec2522770d05.jpg
newbie
Activity: 63
Merit: 0

Thanks to owner/developer  Wink

Hashrate gtx 1060 & 1070 (dstm 0.5.7)

http://s020.radikal.ru/i701/1712/54/59965c20e7ebt.jpg

What 1060 you have? What`s your OC setting? That you have 350 with 60 degrees?
Thanks.
newbie
Activity: 3
Merit: 0

Thanks to owner/developer  Wink

Hashrate gtx 1060 & 1070 (dstm 0.5.7)

http://s020.radikal.ru/i701/1712/54/59965c20e7ebt.jpg
newbie
Activity: 6
Merit: 0
How restart tool if it error
Excuse-me, but i attempt to run into Debian Sid... it can't be run... because libssl, and libcrypto versions are 1.0.2!

Code:
# dpkg -l | grep ssl
ii  libcurl4-openssl-dev:amd64           7.57.0-1                            amd64        development files and documentation for libcurl (OpenSSL flavour)
ii  libflac8:amd64                       1.3.2-1                             amd64        Free Lossless Audio Codec - runtime C library
ii  libio-socket-ssl-perl                2.052-1                             all          Perl module implementing object oriented interface to SSL sockets
ii  libnet-smtp-ssl-perl                 1.04-1                              all          Perl module providing SSL support to Net::SMTP
ii  libnet-ssleay-perl                   1.80-1+b2                           amd64        Perl module for Secure Sockets Layer (SSL)
ii  libssl1.0.2:amd64                    1.0.2n-1                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libssl1.1:amd64                      1.1.0g-2                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libwavpack1:amd64                    5.1.0-2                             amd64        audio codec (lossy and lossless) - library
ii  openssl                              1.1.0g-2                            amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  perl-openssl-defaults:amd64          3                                   amd64        version compatibility baseline for Perl OpenSSL packages

I link libssl-1.0.2 to libssl-1.0.0 and egual for libcrypto.
and i export LD_LIBRARY_PATH, as:

Code:
export LD_LIBRARY_PATH="$(pwd):/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH"

But, when i execute zm, the terminal return:

Code:
/zminer
./zm: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)
./zm: /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)

An idea?

member
Activity: 70
Merit: 10
Mbr BtC/AtC
Excuse-me, but i attempt to run into Debian Sid... it can't be run... because libssl, and libcrypto versions are 1.0.2!

Code:
# dpkg -l | grep ssl
ii  libcurl4-openssl-dev:amd64           7.57.0-1                            amd64        development files and documentation for libcurl (OpenSSL flavour)
ii  libflac8:amd64                       1.3.2-1                             amd64        Free Lossless Audio Codec - runtime C library
ii  libio-socket-ssl-perl                2.052-1                             all          Perl module implementing object oriented interface to SSL sockets
ii  libnet-smtp-ssl-perl                 1.04-1                              all          Perl module providing SSL support to Net::SMTP
ii  libnet-ssleay-perl                   1.80-1+b2                           amd64        Perl module for Secure Sockets Layer (SSL)
ii  libssl1.0.2:amd64                    1.0.2n-1                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libssl1.1:amd64                      1.1.0g-2                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libwavpack1:amd64                    5.1.0-2                             amd64        audio codec (lossy and lossless) - library
ii  openssl                              1.1.0g-2                            amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  perl-openssl-defaults:amd64          3                                   amd64        version compatibility baseline for Perl OpenSSL packages

I link libssl-1.0.2 to libssl-1.0.0 and egual for libcrypto.
and i export LD_LIBRARY_PATH, as:

Code:
export LD_LIBRARY_PATH="$(pwd):/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH"

But, when i execute zm, the terminal return:

Code:
/zminer
./zm: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)
./zm: /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)

An idea?
Pages:
Jump to: