algorand-find-missing-seed-word
v1.0.1
Published
A script to fix simple human errors in writing down seed phrases for Algorand.
Downloads
3
Readme
Algorand find missing seed word
Overview
Find a missing word in an Algorand seed phrase.
Requirements
node & npm. Find out how to install these on your platform here.
Security & Dependencies
The code does not include any network code or any other way to exfiltrate your seed phrase.
The only package imported is the official JS algorand sdk algosdk
, which is used to validate the seed phrase.
The code is immutably published to npm as version 1.0.1 and there is a call for community developers to audit it here.
Usage
You can run this directly like so, replacing any seed word you don't know with XXX:
npx [email protected] [your 25 seed words]
The first time you run this, it will ask if it is OK to install the package.
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Type y
and press ENTER to proceed.
⚠️ Windows issue
If you have just installed nodejs on Windows for this, you may get an error while trying to run the command: code ENOENT ... C:\Users\User\AppData\Roaming\npm ...
You can try running the following command, which should fix the issue:
mkdir %APPDATA%\npm
Then try the npx ...
command again.
Example output
Correct seed phrase: merit kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when
Replacing the first one with XXX (pretend it is missing) yields this:
$ npx [email protected] XXX kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
DCUWLEDKUEVNLDV5LLP5EXJ42D6W36RT52QFYGUR76NO5V65BFWITNIEVM merit kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when
DRNB3K645UMEP4US4QSZ3L4VVWQGVUPF4I7VEGRXNW5BIVZHI2UBVXPQI4 shallow kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when
Done!
AFTER RECOVERY, MAKE SURE TO REKEY YOUR ADDRESS OR MOVE YOUR FUNDS TO A NEW ONE
You may have multiple matches output, as in the above example. If you have more than one missing words, you will almost certainly get a lot of matches.
Contributions
If this helps you recover your funds, consider sending us a cup of coffee or two at the following address:
DTHIRTEENNLSYGLSEXTXC6X4SVDWMFRCPAOAUCXWIXJRCVBWIIGLYARNQE
Support & Socials
This code is provided as-is.
If we aren't busy we will be happy to help you out.
You can get in touch on Twitter or post on our subreddit: /r/D13.