-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone ever managed to get bitcoins using this? #13
Comments
tbh |
i bit of math : these calculations do not take into account the chance, so if you want to use this program, I hope you're lucky in real life. PS : If you find some faults, i'm open |
The program only generates and prints private keys so you wont get any crypto with this. To get BTC with this program, it needs to generate and print the mnemonic (seed phrase) from which the private key was created from. A mnemonic is generated using an (hd wallet), a hierarchical deterministic wallet. Private keys are "children" of this mnemonic and there can be millions of them, but there's no way to go back to the parent having only a child private key. For example the program only prints this on a rich wallet: " hex private key: 5A4F3F1CAB44848B2C2C515AE74E9CC487A9982C9DD695810230EA48B1DCEADD instead of this: " You need the SEED PHRASE in order o access a wallet But this script can fully get you a rich wallet https://github.com/dani69654/evm_scan_wallets |
looks like this script is just for fun
The text was updated successfully, but these errors were encountered: