Skip to content

This program generates seed phrases using a BIP-39 based word list.

License

Notifications You must be signed in to change notification settings

7GitGuru/SeedCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeedCraft

SeedCraft is a Python script that generates random seed phrases using a wordlist. Seed phrases are commonly used in cryptocurrency wallets as a means of generating deterministic wallets.

PyPi license


Features

  • Generates seed phrases using a configurable wordlist.
  • Customizable number of seed phrases to generate.
  • Configurable minimum and maximum length of seed phrases.
  • Progress bar for visual indication of generation progress.
  • Saves generated seed phrases to text files.

Screenshot 2024-04-16 123731


Installation

  1. Clone the repository:
https://github.com/7GitGuru/SeedCraft.git
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Customize the configuration in config.ini file according to your requirements. You can specify the number of seed phrases to generate, the minimum and maximum length of each seed phrase, etc.

  2. Run the script:

python main.py
  1. Monitor the progress as seed phrases are generated. Once completed, the generated seed phrases will be saved to the results directory in text files.

Contributing

Contributions to Crypto Tracker are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request on GitHub.

License

Crypto Tracker is released under the MIT License. See LICENSE for details.

Show your support:

Buy Me A Coffee

About

This program generates seed phrases using a BIP-39 based word list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages