Post
Topic
Board Mining (Altcoins)
Re: [XPM]unofficial jhPrimeminer thread
by
mechs
on 11/08/2013, 18:59:16 UTC
Hi,
A minor release to fix some of the problems we encountered lately and some features mostly for advanced users. As usual this version is not well tested, (time issue). The source is on github.
1. Implemented some kind of heartbeat monitoring, if a thread get stuck it's automatically restarted. Hopefully this will resolve the problem some of you reported that after a while the mining speed is dropped.
2. By default the initial cache auto tuning is disabled. It can be enabled using the "-tune true" command line parameter or by pressing the 'c' button in the miner.
3. The size of L1CacheElements that the above mentioned auto tuning used to set, is by default 256000 and can be set using the '-c' parameter (must be between 64000 - 2000000 and multiply of 32)
4. The auto tuning for the round sieve percentage can be also disabled by specifying a fixed value for the primorialMultiplier with the '-m' parameter (must be between 5 - 1009 and should be a prime number)

I intentionally left out these new parameters from the help because these are intended for more advanced users.
https://dl.dropboxusercontent.com/u/1189851/jhPrimeminer-GMP-v7.zip
I won't post the AVX version because I think it has no performance gain. In case somebody saw any improvement with AVX let me know.
32bit - https://dl.dropboxusercontent.com/u/1189851/jhPrimeminer-GMP-v7-32bit.zip

Edit: the 32 bit version is broken, don't use it until I'll find out what's the problem with it.
I saw performance gains with AVX....please compile it with AVX included!