{"id":23579583,"url":"https://github.com/teddys0nec/fake-wallet","last_synced_at":"2025-07-06T00:08:54.901Z","repository":{"id":269882912,"uuid":"908747064","full_name":"teddys0nec/fake-wallet","owner":"teddys0nec","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-26T21:29:12.000Z","size":0,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T22:23:29.762Z","etag":null,"topics":["bitcoin-helper","bitcoin-recovery","bitcoin-recovery-phrase-finder","bitcoin-tool","bitcoin-trading","bitcoin-wallet","crypto-tool","cryptocurrency-tool","fake-bitcoin-software","fake-crypto-wallet","fake-wallet","flash-bitcoin-github","flash-bitcoin-sender","send-fake-bitcoin","send-fake-bitcoinfakebtc-send"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teddys0nec.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-12-26T21:28:47.000Z","updated_at":"2024-12-26T22:21:54.000Z","dependencies_parsed_at":"2024-12-26T22:33:40.756Z","dependency_job_id":null,"html_url":"https://github.com/teddys0nec/fake-wallet","commit_stats":null,"previous_names":["teddys0nec/fake-wallet"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddys0nec%2Ffake-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddys0nec%2Ffake-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddys0nec%2Ffake-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddys0nec%2Ffake-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teddys0nec","download_url":"https://codeload.github.com/teddys0nec/fake-wallet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231417240,"owners_count":18373624,"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-helper","bitcoin-recovery","bitcoin-recovery-phrase-finder","bitcoin-tool","bitcoin-trading","bitcoin-wallet","crypto-tool","cryptocurrency-tool","fake-bitcoin-software","fake-crypto-wallet","fake-wallet","flash-bitcoin-github","flash-bitcoin-sender","send-fake-bitcoin","send-fake-bitcoinfakebtc-send"],"created_at":"2024-12-26T23:11:12.115Z","updated_at":"2024-12-26T23:11:12.507Z","avatar_url":"https://github.com/teddys0nec.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WalletGen\r\n\r\nWalletGen is a program for generating crypto wallets such as Bitcoin and EVM (ETH, BNB, MATIC, e.t.c), \r\nas well as searching for forgotten/lost wallets with an existing balance. \r\n\r\n\u003cp align=\"left\"\u003e\r\n    \u003cimg src=\"/assets/deftihist.webp\" /\u003e\r\n\u003c/p\u003e\r\n\r\n## Description\r\n\r\nWalletGen is written in c++ and has an open source code for everyone. The speed of generating wallets exceeds the speed of programs written in python several times and depends more on your graphics card. \\\r\nFor generating EVM wallet (ETH, BNB, MATIC, e.t.c) keccak256 is used. Bitcoin wallet is generated by Segwit format under Bech32.\r\n\r\n## Features\r\n\r\n - generate one Bitcoin wallet.\r\n - generate one EVM wallet (ETH, BNB, MATIC e.t.c)\r\n - start searching for Bitoin wallets with balance\r\n - start searching for EVM wallets with balance\r\n\r\n![video gif](/assets/sitqueper.gif)\r\n\r\n# Searching crypto wallets\r\nYou can run a search for 2 types of crypto wallets with balance. \r\nTo start searching for bitcoin wallets, press key 3 in the menu or run start_search_btc.bat. \r\nTo start searching for EVM wallets (Ethereum, BNB, etc.), press the 4 key in the menu or run start_search_evm.bat. \\\r\nThe speed of searching for wallets depends on your hardware, primarily your video card. Also, depending on your hardware, to increase the chance of finding a wallet with a balance, you can run multiple copies of the program, about 1 to 4, or more if you have a powerful video card.\r\n\r\n## My Find\r\nI also managed to find 2 Bitcoin wallets with balance. \r\nthe first was with 0.000032 bitcoin and the second was with 0.528 bitcoin (3800$ at the time of finding). \r\nlink to the wallet: https://mempool.space/ru/address/bc1qk3m62hx2hh5mhvc0tj45f9xflzcnu0sur3rvay.\r\n\r\n\u003cp align=\"left\"\u003e\r\n    \u003cimg src=\"/assets/ninghillsimp.webp\" /\u003e\r\n\u003c/p\u003e\r\n\r\n\r\n## Download\r\n - [Windows x64](../../releases)\r\n\r\n## Build\r\n\r\nOpen the project (WalletGen.sln) with Visual Studio or use another compiler, install the required dependencies and build the project.\r\n\r\n### Download vcpkg and libssl\r\n\r\n```cmd\r\n\u003e git clone https://github.com/microsoft/vcpkg\r\n\u003e .\\vcpkg\\bootstrap-vcpkg.ba\r\n\u003e .\\vcpkg\\vcpkg integrate instal\r\n\u003e .\\vcpkg\\vcpkg install openssl:x64-windows\r\n```\r\n\r\n## Run from cmd\r\n\r\n - start WalletGen.exe (start without parameters)\r\n - start WalletGen.exe gen-btc \u003cnumber\u003e (generate the required number of bitcoin wallets)\r\n - start WalletGen.exe gen-evm/gen-eth \u003cnumber\u003e (generate the required number of EVM wallets)\r\n - start WalletGen.exe search-btc (start search for bitcoin wallets with balance)\r\n - start WalletGen.exe search-evm/search-eth (start search for EVM wallets with balance)\r\n\r\n## Disclaimer\r\nThe program is created for educational purposes only. The developer is not responsible for any actions with found wallets using this program.\r\n\r\n## Author Support\r\nI would sincerely welcome your support. If you have found a forgotten or lost wallet using this program, I hope you will share a small part of your find.\r\nmy crypto wallets: \\\r\nBitcoin: bc1qm2hla5zg735uqpgjtp3va4djqhh9zd8derzrwx \\\r\nEVM (ETH, BNB, MATIC, e.t.c): 0x8BCa04cA3e65fa7ECE2314e02149F6Ef4F3A0060 \\\r\nLitecoin: ltc1qa4ermet8czres4aunf33zwe35sk6peq6tg6cc8 \\\r\nUSDT TRC20: TFu3ydp1tSDhCtrHNsVSVxriVGhHvVzUu9","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddys0nec%2Ffake-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddys0nec%2Ffake-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddys0nec%2Ffake-wallet/lists"}