Mnemonic seed phrase generator for multiple networks including Btc, Eth, Sol, and Ton. This tool allows you to generate seed phrases, check balances, and save wallet information in a file if a non-zero balance is found.
- Cross-Network Compatibility: Generate seed phrases and check balances for various networks including Btc, Eth, Sol, and Ton.
- Automatic Wallet Discovery: Automatically identify wallets with non-zero balances and log their information.
- Data Persistence: Save wallet details (address, mnemonic, private key, and balances) to a file for reference.
- User-Friendly Interface: Simple and intuitive tool to interact with different blockchain networks.
To get started with SeedGn, follow these steps:
- Clone the repository:
git clone https://github.com/username/SeedGn.git
- Navigate into the project directory:
cd SeedGn
- Install the required dependencies:
npm install
- Run the SeedGn tool:
node seedgn.js
- Follow the on-screen instructions to generate seed phrases and check wallet balances.
- If a wallet with a non-zero balance is found, the information will be saved to
result.txt
.
SeedGn uses cryptographic algorithms to generate secure seed phrases for different blockchain networks. These seed phrases act as the master keys for accessing and managing your wallets.
The tool communicates with the specified blockchain networks to retrieve the current balances associated with the generated seed phrases. If a wallet has funds, SeedGn records the address, mnemonic, private key, and balances for future reference.
When SeedGn identifies a wallet with a non-zero balance, it logs the relevant details to a file named result.txt
. This file serves as a record of wallets that have been discovered during the balance checking process.
We welcome contributions from the open-source community to enhance SeedGn's capabilities and make it more versatile for different blockchain networks. If you have ideas, bug fixes, or new features to propose, feel free to submit a pull request.
To contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature/feature-name
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/feature-name
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.