Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
scriptfu
on 11/04/2014, 20:54:31 UTC
After a lengthy trial and error attempting to improve the HVC hashrate of ccminer, I have concluded that the default configuration is optimal. Despite an increased hashrate and number of shares attempted, over a sufficiently long sample time the increase in device errors proved to be less successful than the default configuration.

Here are the results of running 24 hours, both a customized config and the stock one:
 
Code:
‡ is default launch config.
+---------++--------+---------+-------------------+------------------+-----------------+-----------------+------------------+
|         || blocks | threads | avg. khash/s rate | shares attempted | shares accepted | shares rejected | shares success % |
+=========++========+=========+===================+==================+=================+=================+==================+
| best    ||   550  |   768   |       16724       |        7812      |       6796      |      1016       |       87         |
+---------++--------+---------+-------------------+------------------+-----------------+-----------------+------------------+
| default || ‡ 683  |   768   |       13994       |        7584      |       7432      |       152       |       98         |
+---------++--------+---------+-------------------+------------------+-----------------+-----------------+------------------+
| diff    ||  -133  |    -    |       +2794       |        +228      |       -636      |      +864       |       -7         |
+---------++--------+---------+-------------------+------------------+-----------------+-----------------+------------------+

@cbuchner1, you've got an incoming HVC transaction. Had I not mucked around with the settings, I would have earned myself that much extra HVC from all my rigs yesterday. Consider that my penance for ever doubting the Christians Wink Thanks for the hard work making the CUDA miners so awesome!