A Seed Phrase Generator is a tool designed to create a unique set of words that can be used to seed a cryptocurrency wallet, enabling users to securely store and access their digital assets. These seed phrases are typically made up of a sequence of 12 randomly generated words that act as a backup for the wallet.
This program can generate seed phrases, as well as search for wallets containing BTC, ETH, LTC, DOGE coins. Compared to other generators written in python, this program is written in C++, which makes it many times faster than those.
To start the brute force process, run the SeedGen.exe After running, press the '2' key to start searching for wallets. The program will constantly generate seed phrases and check the balances of linked wallets. Information about each verified wallet will be recorded in the console. If a wallet with a non-zero balance is found, its information will also be added to found_wallets. in the project directory.
This program is provided for educational purposes only. Using this program to access wallets that you do not own may be illegal and unethical. The creator of this program is not responsible for any misuse or damage resulting from the use of this program.
If you encounter any issues while using this script, please write about it and I will help you