Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS
by
jaapgvk
on 04/04/2018, 12:42:59 UTC
Hello all,
How can i POW mining with purepool with all my CPU ?
i already set :setgenerate true & genproclimit = 4( or 8 maximum)
But the performance CPU still at 40-50%??

I've found that I get full CPU power when I set number of threads to 4 * actual number of logical cores. For example, intel i5 with 4 logical cores, i set genproclimit to 16 for 100% power

There is an automatic minersleep of 250ms. This means that the miner mines 250ms, then stops 250ms etc.

You can put the following line in your biblepay.conf: 'minersleep=0'. It should then use all your CPU-power per thread.

The minersleep is there so that Boinc won't pauze because of CPU use.