Bitcoin Forum
September 26, 2025, 07:06:03 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: EthCrack | Ethereum private key bruteforcer [DEV] on: December 17, 2018, 04:12:42 PM
Not sure how that would work, to be honest. I mean, what are the odds that you'll hit the same private key as someone else? How is that different from someone generating so many addresses and hoping that his wallet contain funds?

"How is that different from someone generating so many addresses and hoping that his wallet contain funds?"
It's something like this.

"what are the odds that you'll hit the same private key as someone else? "
It depends on private key generation algorithm. This tool generates random private key (so, it does not walk through all 32-bytes values). So, what about bruteforce time - we need to do more tests. But I think if bruteforce will be started on more than 3 computers with SSD and downloaded blockchain on it - chances will be increased much)
2  Alternate cryptocurrencies / Service Discussion (Altcoins) / EthCrack | Ethereum private key bruteforcer [DEV] on: December 17, 2018, 12:59:12 PM
Greet everybody.

I am working on open-source ethereum private key cracker. It generates random private key -> generates address from this and checks balance.
Just PoC tool. I dont welcome illegal actions with it.

TODO list:
  • Make raw LevelDB access (without geth) to get better performance
  • Make OpenCL support
  • Improve private key generation algorithm

Github link: https://github.com/anastasiaklimova3303/EthCrack

Any Thoughts?

Thank you!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!