https://github.com/pinebit/eth-brute-force
yet another ethereum brute force tool
https://github.com/pinebit/eth-brute-force
Last synced: 3 months ago
JSON representation
yet another ethereum brute force tool
- Host: GitHub
- URL: https://github.com/pinebit/eth-brute-force
- Owner: pinebit
- License: gpl-3.0
- Created: 2021-07-31T17:04:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T17:07:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T06:29:37.739Z (5 months ago)
- Language: Go
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yet another ethereum brute force tool
A tiny command line app to find the private key matching the given ETH address.
## usage
`go run main.go 0x1234567890123456789012345678901234567890`
where `0x1234567890123456789012345678901234567890` is the ethereum address.
## why?
Every other blockchain engineer implements this exercise, for fun.
If you are really serious about using this tool, then bear in mind the probability of encountering a private key
that corresponds to someone else’s Ethereum address is around 1 in 2^256. To cover just 1% of that key space,
even if we used computing resources that would allow us to generate 100 trillion keys per second, it would take us roughly years.
Eventually, your electricity bills and the cost of hardware you used will exceed the benefit of "hacking" someone's address.
You are warned.