adonley / ethereum-brute-force

Brute force generating ethereum private keys and check them against known addresses.
MIT License
132 stars 42 forks source link

How to make the script run much faster ? #7

Open nostradam opened 6 years ago

nostradam commented 6 years ago

Hello,

Is there a way to make it run faster ? With the GPU for example or with an ASIC ?

adonley commented 6 years ago

I don't think there's any hardware that is specifically made to do SSL functions though I may be wrong here. There is a C library that's optimized for bitcoin elliptical operations.

Other optimizations would include building a bloomfilter that encompassed multiple currencies rather than just ETH to check for balance and developing a fan out architecture for worker servers.

nostradam commented 6 years ago

Thank you very much for your answer ! Are you still working on this script ?

adonley commented 6 years ago

I would have used different languages / data structures if I was planning on using this at scale. Look at this as more of a proof of concept.

If you want to fund the development of this I can devote more time but right now my concentration is elsewhere.

agoora commented 6 years ago

What is your email?

YashvirGaming commented 1 year ago

@adonley what do you after you get a private key how to actually turn it to seeds 12 seeds phhrases or 24 seeds convert it to sha256 ??