albertobsd / keyhunt

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

max best number of threads #195

Closed mirameshs closed 1 year ago

mirameshs commented 1 year ago

Endless peace and blessings be upon you

how to find the best number on threads for use in -t command for every cpu model to use in .\keyhunt.exe -m bsgs -f tests\test120.txt -b 120 -t 40

Processor Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz 2.30 GHz Installed RAM 32.0 GB (31.8 GB usable)

for example for my cpu, i am using -t 40 on win 10 and this is very good. how to find max number of -t ?

sari777 commented 1 year ago

it depends upon how many threads your system have. you have i7 10th generation. your maximum threads can be 256. but if you put 256 threads at once then no space will be available left for other system to run on windows. might be your system can crash. so use -t 128. but i suggest you should try bsgs mod with your ram.. with the 32gb of ram. you can get 77-78 peta keys per second.

mirameshs commented 1 year ago

thank you for your great answer

On Thu, Feb 2, 2023 at 4:04 PM sari777 @.***> wrote:

it depends upon how many threads your system have. you have i7 10th generation. your maximum threads can be 256. but if you put 256 threads at once then no space will be available left for other system to run on windows. might be your system can crash. so use -t 128. but i suggest you should try bsgs mod with your ram.. with the 32gb of ram. you can get 77-78 peta keys per second.

— Reply to this email directly, view it on GitHub https://github.com/albertobsd/keyhunt/issues/195#issuecomment-1413669223, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4VUUQNAAXICTXPCICXRXTWVOSUFANCNFSM6AAAAAAUHU7FXA . You are receiving this because you authored the thread.Message ID: @.***>

albertobsd commented 1 year ago

The max number of threads it given by your processor specifications.