The new miner for the Prime channel is now out!! I have just uploaded the new Windows binaries, and these can now be found here
http://www.nexusminingpool.com/downloads/PrimePoolMiner.zip. I will get them moved onto the nexusearth site shortly. The source code is in the main Nexus git repo here
https://github.com/Nexusoft/PrimePoolMiner.
This miner is running around 4-5x faster than the old one, so a significant improvement indeed. Those compiling on linux are currently getting around 15% better speed than those using Windows, as it is using some assembler code to optimize part of the prime checks, and this code does not currently compile on Windows.
You will notice that the PPS metric has now disappeared, and has been replaced by a bunch of other metrics to help you tune the miner. I won't go into the details here, but the key metric to note is the ShrVal/h, or share value per hour. This is the best indicator of the "worth" your miner is producing and what you should ultimately use to gauge the performance. As such I have replaced PPS with ShrVal/h on the nexusminingpool.com front end (in your own stats). WPS is still useful as an indicator, especially over shorter runs of minutes to hours, so we are leaving that in for now.
The new miner is very sensitive to the number of threads allocated to the "sieve_threads" and "ptest_threads" values in the config file. The aim is to tweak these values so that the Siv/s and Tst/s metrics in the out out are as close as possible to each other. In our testing we have found that values of sieve_threads = 5 and ptest_threads = 8 works well as a starting point on many 8-core systems. As with the previous miner, the "bit_array_size" should ideally be tweaked so that the *value / 8* fits into your CPU L3 cache
This miner can also be used for SOLO mining, for those with enough power at home to warrant doing so, and enjoy the same speed improvements as pool miners. There are example .conf files for both pool and solo mining.
For more help with the config or any other questions you have, please come and ask in the #mining channel in slack.
Lastly, we have to thank @mumus for his excellent work in developing this update. He has done this work for free, so I do encourage you to throw some tips his way!