Skip to content

Brute-force search for missing words from a BIP-39 seed phrase

License

Notifications You must be signed in to change notification settings

ItsNickBarry/seed-phrase-brute-force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed Phrase Brute Force

Fill in missing seed phrase words via brute-force search.

Usage

Store your seed phrase as an environment variable, with missing words represented as "x":

export SEED_PHRASE="test test test test test test test test test test x"

Store the address of the first account associated with the seed phrase as an environment variable:

export TARGET="0xf39Fd6e51aad88F6F4ce6aB88272"

Run the script with Node:

node index.js