This project aim to find the forgotten wallet using mnemonic generator (12 words).
It provide you a GUI and a kind of worker thread for you.
It also provide the ability to plugin your finder (coinspecific routine)
- Clone this repo
- Install the requirements in requirements.txt
pip install -r requirements.txt
- Build the coinspecific using util.py and find the pyc in the coinspecific folder
python util.py
- Start the gui
python main.py
- In the gui, you can make basic config but you can edit config directly in: config.json
- Enjoy!
- Add more coin
- Run without gui