nicehash / excavator

NiceHash's proprietary low-level CUDA miner
https://www.nicehash.com
53 stars 19 forks source link

Feature request: count and display errors per algo (and maybe per worker) #257

Closed borzaka closed 3 years ago

borzaka commented 6 years ago

Count errors (by type) per algo/worker and display these statistics to the window.

Distinguish and count errors:

... per algo, per worker

With this feature we would know:

Thx in advance.

t4nja commented 6 years ago

Currently, you can get number of accepted and rejected shares for each algorithm from algorithm.list method. We could distinguish them by type of error, not a problem. But to get statistics per worker, that's a little more complicated.

borzaka commented 6 years ago

I see, so the data is there. Then displaying these errors statistics (accepted_shares/rejected_shares/total_shares) to the window time to time would be nice.

nicehashdev commented 3 years ago

This is already done. Call devices.get to get information about hw err count. Closing.