- Josh McIntyre
- jmcintyre.net
- SeedWordSmith calculates combinations and time estimates for cracking missing seed words
- development for bugfixes and new features
- make build Build the application
- make clean Clean the build directory
- Specify the number of missing words
- Specify if the last word is included
- Specify an estimated cracking operations per second
- Specify the size of the seed phrase
- Output the missing bits, combinations to crack, and estimated cracking time
- Requires Python
- Windows
- MacOSX
- Linux
- Raspberry Pi
python seedwordsmith.py --missing 2 --size 12 --attempts 500 --last
- Run
python -m pytest <test file>