{"id":28092597,"url":"https://github.com/tony-dev1/walletgen","last_synced_at":"2025-05-13T13:21:38.380Z","repository":{"id":291237123,"uuid":"977028232","full_name":"tony-dev1/walletgen","owner":"tony-dev1","description":"Mnemonic seed phrase generator for crypto wallets. Bruteforce seed phrase and checking balance BTC, ETH, BNB.","archived":false,"fork":false,"pushed_at":"2025-05-10T21:11:03.000Z","size":19996,"stargazers_count":164,"open_issues_count":0,"forks_count":4,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-05-10T22:19:43.082Z","etag":null,"topics":["bitcoin","bitcoin-wallet","bitcoin-wallet-generator-github","btc-wallet","crypto","crypto-bruteforce","crypto-bruteforce-wallet","crypto-finder","crypto-wallet","crypto-wallets","cryptocurrency","ethereum-bruteforce","finder-crypto","lost-btc-wallet-finder","lost-wallets","mnemonic-generator","wallet-tracker","wallets-finder","wallets-hacking"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tony-dev1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-03T09:02:38.000Z","updated_at":"2025-05-10T21:11:06.000Z","dependencies_parsed_at":"2025-05-03T10:19:28.058Z","dependency_job_id":"19164a7f-2b07-4b73-8758-eac38971ae1d","html_url":"https://github.com/tony-dev1/walletgen","commit_stats":null,"previous_names":["tony-dev1/walletgen"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony-dev1%2Fwalletgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony-dev1%2Fwalletgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony-dev1%2Fwalletgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony-dev1%2Fwalletgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tony-dev1","download_url":"https://codeload.github.com/tony-dev1/walletgen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948511,"owners_count":21988962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcoin-wallet","bitcoin-wallet-generator-github","btc-wallet","crypto","crypto-bruteforce","crypto-bruteforce-wallet","crypto-finder","crypto-wallet","crypto-wallets","cryptocurrency","ethereum-bruteforce","finder-crypto","lost-btc-wallet-finder","lost-wallets","mnemonic-generator","wallet-tracker","wallets-finder","wallets-hacking"],"created_at":"2025-05-13T13:21:37.933Z","updated_at":"2025-05-13T13:21:38.367Z","avatar_url":"https://github.com/tony-dev1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seed Phrase Generator - WalletGen\n\n**Wallet Gen** is a tool designed for brute force and generating cryptocurrency wallets (such as **Bitcoin** and **EVM-based** wallets like **ETH, BNB, MATIC, etc.**), as well as discovering forgotten or lost wallets that contain an existing balance.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"1000\" height=\"460\" src=\"/assets/walletgen1.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"1000\" height=\"460\" src=\"/assets/walletgen_linux2.png\" /\u003e\n\u003c/p\u003e\n\n## Overview\n\n**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 graphics card. \nFor generating EVM wallets (ETH, BNB, MATIC, etc.), Wallet Gen uses the keccak256 algorithm, while Bitcoin wallets are created using the Segwit format under Bech32.\n\n## Features\n\n1. \u003cb\u003eGenerate a single Bitcoin wallet.\u003c/b\u003e\n2. \u003cb\u003eGenerate a single EVM wallet (ETH, BNB, MATIC, etc.).\u003c/b\u003e\n3. \u003cb\u003eSearch BTC wallets with balance (using the Internet - slower).\u003c/b\u003e\n4. \u003cb\u003eSearch BTC wallets with balance (using the database - faster).\u003c/b\u003e\n5. \u003cb\u003eSearch EVM wallets with balance (using the Internet - slower).\u003c/b\u003e\n6. \u003cb\u003eSearch EVM wallets with balance (using the database - faster).\u003c/b\u003e\n\n# Demo\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"1000\" height=\"460\" src=\"/assets/walletgen.gif\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"1000\" height=\"460\" src=\"/assets/walletgen_linux1.png\" /\u003e\n\u003c/p\u003e\n\n## Downloads\n### WalletGen\n- [Windows x64](../../releases/walletgen)\n- [Linux](../../releases/walletgen)\n\n### Database\n- [btc_database.txt](../../releases/database)\n- [evm_database.txt](../../releases/database)\n\n### Install from Terminal Linux\n```bash\nwget https://github.com/tony-dev1/walletgen/releases/download/walletgen/walletgen-v1.5.0-linux.tar.gz\ntar -xzf walletgen-v1.5.0-linux.tar.gz\ncd walletgen\n./walletgen\n```\n\n# Searching for Crypto Wallets\n\n**Wallet Gen** allows you to search using brute force method for two types of crypto wallets with an existing balance. To search for BTC wallets, press key `3` in the menu or run `start_search_btc.bat`. For searching EVM wallets (such as Ethereum, BNB, etc.), press key `4` in the menu or run `start_search_evm.bat`. \n\nThe search speed is determined by your hardware, especially your graphics card. To increase your chances of finding a wallet with a balance, you can run multiple instances of the program, from 1 to 4, depending on the power of your graphics card.\n\n## My Finds\n\nI’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).  \nHere’s the link to the wallet: [bc1qk3m62hx2hh5mhvc0tj45f9xflzcnu0sur3rvay](https://mempool.space/address/bc1qk3m62hx2hh5mhvc0tj45f9xflzcnu0sur3rvay).\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"1000\" height=\"460\" src=\"/assets/tocozu.webp\" /\u003e\n\u003c/p\u003e\n\n### New Find 4/9/2025\n\nAfter 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.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"1000\" height=\"460\" src=\"https://github.com/user-attachments/assets/57f95d59-9da2-44f0-8f66-dbbe7fe69aee\" /\u003e\n\u003c/p\u003e\n\n## New Find 5/5/2025\n\n[bc1qpm0k3kcmthwsa4zseh33g3hl7eju8u8nkt83kp](https://mempool.space/address/bc1qpm0k3kcmthwsa4zseh33g3hl7eju8u8nkt83kp)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"1000\" height=\"460\" src=\"https://github.com/user-attachments/assets/6c5faff7-594f-4d37-b91b-f6482c728611\" /\u003e\n\u003c/p\u003e\n\n\n## Building the Project\n\n1. Open the project file (`CryptoWalletGen.sln`) in Visual Studio or any other compatible C++ compiler.\n2. Install the necessary dependencies and build the project.\n\n```cmd\n\u003e git clone https://github.com/microsoft/vcpkg\n\u003e .\\vcpkg\\bootstrap-vcpkg.bat\n\u003e .\\vcpkg\\vcpkg integrate install\n\u003e .\\vcpkg\\vcpkg install openssl:x64-windows\n```\n\n3. Start building the project.\n\n## Todo\n1. Search for missing words in a seed phrase.\n\n## Contribute\n\nContributions are welcome! If you have ideas, bug reports, or want to contribute to the codebase, feel free to submit a pull request.\n\n## Contacts\nIf you have any questions or want to share your find or you found some bug in WalletGen work, feel free to message me!\nMy Discord: **tonydevbtc.**\n\n## Donate\n\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!\n\n**BTC:** bc1qeyrshy5ntsguwxe9m8tp2x2yqhddz7ymkj44h9\n\n**ETH:** 0x76c2E75B92Eb340f01B378e332FC7d8954893693\n\n## License\nThis project is licensed under the [Apache 2.0 License](/LICENSE)\n\n## Topics\nbitcoin, 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, 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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftony-dev1%2Fwalletgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftony-dev1%2Fwalletgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftony-dev1%2Fwalletgen/lists"}