Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash Nvidia Miner v0.4.5 (Linux)
by
dstm
on 01/10/2017, 12:17:55 UTC
New Version 0.5

con: support set_extranonce rpc
con: improve handling of temporary slow network conditions
con: add monitoring support using web browser
con: add monitoring support using json-rpc
mp: rebalance queue sizes - this improves the solution rate as
seen by the pool, especially on pool that submit new jobs often


This is a testing version, it has a lot internal changes and is less tested. Feedback on stability performance is welcome. Rebalanced queue sizes improve the solution rate on pool side, however this might reduce the performance in situations of heavy cpu load - pls check if there are any improvement on the pool side for you. Telemetry is pretty simple currently, if there is anything more you need - suggestions are welcome.

new version works fine and stable. API works fine as well.
- could you please add current values in JSON as well and not only average values. ( i put all values into grafana for monitoring and statistics)
- lower sols/s on poolside is fixed. localy i have ~2644 and currently (after 24 hours) on flypool up to 2600- (even less than the devfee of 2%). So average Sols/s on poolside is now perfect. very well done.




Quote
                                                                                                                       
could you please add current values in JSON as well and not only average values. ( i put all values into grafana for monitoring and statistics)
                                                                                                                       
Ofc, will add them.
I was also thinking about adding plots of current values to the web output, however this seemed useless for me since they are noisy / jumping randomly, average values are the things that really matter. So I kept it simple which has advantages if you display the things on mobile devices.

Quote
                                                                                                                       
lower sols/s on poolside is fixed. localy i have ~2644 and currently (after 24 hours) on flypool up to 2600- (even less than the devfee of 2%). So average Sols/s on poolside is now perfect. very well done.                                               
                                                                                                                       
Nice, as I said, my numbers are exact even slightly rounded down Smiley