albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
678 stars 407 forks source link

set cpu load #330

Closed CTRNER closed 2 months ago

CTRNER commented 2 months ago

is it possible to adjust the cpu load so that the threads do not always run at 100%?

albertobsd commented 2 months ago

No, if you need to keep some threads free or available, then don't set the maximun number of threads that your CPU has, for example instead to chose 24 threads for a i7 13700k just set 16, 12 or any other number below the maximum, but in any case the number of threads that you chosse will be at 100%