forked from shakti2000/Eth-bulk-recovery-phrase-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
BIP39 protocol lists 2048 words. which means that there are 2048^12=5444517870735020000000000000000000000000 possible combinations. Hence, the probability that you will find a wallet via bruteforce is very less.
ssinha-76/Eth-bulk-recovery-phrase-checker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The code will randomly select 26 words from the BIP39 list and create 12 files each containing 3 words. Then these files will be combined to make all possible recovery phrases. This means 531441 recovery phrases will be generated out which approximately 34k will be valid according to BIP39 rules. The balance for the address corresponding to thes recovery phrases will be check and stored in a excel file. You can also use the script in case you have forgotten the exact recovery phrase and are confused between 2-3 words at some places. You will need to make a free account on infura and paste your API keys in the script and you should be good to go
About
BIP39 protocol lists 2048 words. which means that there are 2048^12=5444517870735020000000000000000000000000 possible combinations. Hence, the probability that you will find a wallet via bruteforce is very less.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%