lexansoft / ethcracker

Ethereum password cracker
64 stars 13 forks source link

CPU usage #35

Open ReekoD opened 3 years ago

ReekoD commented 3 years ago

Hello, thanks for this software, tested ok with a new wallet and known password anyway during some test Only 11% usage on my 16 cores cpu + no GPU activity and some looooong pauses produce during the process do you think it can be optimised ? to use all the power kind regards

turndealer commented 3 years ago

Hi ReekoD ,

Did you try threads parameter? -threads 8 Here you can replace 8 with number of threads available on your processor.

You can determine processors by following link or which ever applicable on your os.

https://www.intel.in/content/www/in/en/support/articles/000029254/processors.html

I have personally been using this for past 10 days to crack about 1 million combinations .[80% achieved yet ]

Laptop being used Dell , Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz 2.40 GHz [12gb memory ]

Code can be optimized , As it seems there about 6 direct external libs being used in here. Someone expert with knowledge can write minimal code to speed things up, even a microsecond makes a huge difference.

PS: @lexansoft thank you for wonderful work !

ReekoD commented 3 years ago

Hi TurnDealer, Yes i did of course, even with the software made some loooonnnng pauses sometimes. ReekoD