Skip to content

A tool for finding the correct order of a shuffled BIP39 mnemonic seed

License

Notifications You must be signed in to change notification settings

djmuratb/Ledger-Xmas-Contest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ledger Xmas Contest

A little late, but this is my attempt at creating a program to crack the Ledger 2019 Christmas Puzzle. It consists of two parts: main.py, which is used to derive valid mnemonic phrases from the words found in the Ledger video, and checker.py, which is used to check those phrases against the blockchain.

In order to begin, open a terminal or command prompt window, navigate to the repository folder, and type:

pip install -r requirements.txt

Once the requirements are installed for this program, you can simply type:

python main.py

The program will run through!

The module checker.py may also be imported and used by other programs, the docstring may be referenced for details on how to pass in mnemonic phrases for checking.

Inspired by AlexSSD7's Victorious Implementation

About

A tool for finding the correct order of a shuffled BIP39 mnemonic seed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%