Skip to content

Mnemonic seed phrase generator. Generation seed phrase and checking balance (Btc, Eth, Sol, Ton). Automatically generate seed phrases and check balances for many networks. If a wallet with a non-zero balance is found, the wallet's information (address, mnemonic, private key, and balances) is logged and saved to a file named result.txt.

Notifications You must be signed in to change notification settings

Trankha2k9/SeedGn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

SeedGn

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.

SeedGn Logo

Table of Contents

Features

  • 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.

Installation

To get started with SeedGn, follow these steps:

  1. Clone the repository:
    git clone https://github.com/username/SeedGn.git
  2. Navigate into the project directory:
    cd SeedGn
  3. Install the required dependencies:
    npm install

Usage

  1. Run the SeedGn tool:
    node seedgn.js
  2. Follow the on-screen instructions to generate seed phrases and check wallet balances.
  3. If a wallet with a non-zero balance is found, the information will be saved to result.txt.

Documentation

Seed Phrase Generation

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.

Balance Checking

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.

Wallet Information Persistence

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.

Contributing

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:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/feature-name)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature/feature-name)
  6. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Software Download

About

Mnemonic seed phrase generator. Generation seed phrase and checking balance (Btc, Eth, Sol, Ton). Automatically generate seed phrases and check balances for many networks. If a wallet with a non-zero balance is found, the wallet's information (address, mnemonic, private key, and balances) is logged and saved to a file named result.txt.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages