General Author Josh McIntyre Website jmcintyre.net Overview SeedWordSmith calculates combinations and time estimates for cracking missing seed words Development Git Workflow development for bugfixes and new features Building make build Build the application make clean Clean the build directory Features 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 Requirements Requires Python Platforms Windows MacOSX Linux Raspberry Pi Usage Command line usage python seedwordsmith.py --missing 2 --size 12 --attempts 500 --last Run unit tests Run python -m pytest <test file>