lexansoft / ethcracker

Ethereum password cracker
64 stars 13 forks source link

Number of Threads? #27

Closed jsgithub2018 closed 6 years ago

jsgithub2018 commented 6 years ago

How does number of threads impact the time to process? How do I know my optimal number of threads to use? Is it always 4?

Thanks again

lexansoft commented 6 years ago

To be honest it effects the speed not so much. It depends on the number of physical cores you have in your system. Let's lay if you have 8 cores, you can set the number of threads to 6 or 7. The bigger number will, in fact, slow down the speed.

Alexandre Naverniouk

On Wed, Feb 21, 2018 at 4:49 PM, jsgithub2018 notifications@github.com wrote:

How does number of threads impact the time to process? How do I know my optimal number of threads to use? Is it always 4?

Thanks again

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lexansoft/ethcracker/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/ACB3pEBrbQESsEuFd5oGVNFz2xURIHhlks5tXLmHgaJpZM4SOkny .

jsgithub2018 commented 6 years ago

Thanks. Another question if you don't mind. Why does it sometimes show 'skipped'? This means some valid combination was not tried?

TH1-> 20916/109601 19% Skipped: 3074 Left: 0 years 0 days 5 hours 56 minutes

lexansoft commented 6 years ago

It skips only if a combination is shorter than minimum length or longer than maximum length. Sent via the BlackBerry Hub for Android From: notifications@github.comSent: February 22, 2018 6:56 AMTo: ethcracker@noreply.github.comReply-to: reply@reply.github.comCc: alexn@lexansoft.com; comment@noreply.github.comSubject: Re: [lexansoft/ethcracker] Number of Threads? (#27) Thanks. Another question if you don't mind. Why does it sometimes show 'skipped'? This means some valid combination was not tried? TH1-> 20916/109601 19% Skipped: 3074 Left: 0 years 0 days 5 hours 56 minutes

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.

jsgithub2018 commented 6 years ago

thanks again