{"id":15021100,"url":"https://github.com/corvuscodex/multithread-bitcoin-brute-force","last_synced_at":"2025-04-13T10:54:14.976Z","repository":{"id":162829238,"uuid":"637222620","full_name":"CorvusCodex/Multithread-Bitcoin-Brute-Force","owner":"CorvusCodex","description":"Generate random private keys for Bitcoin P2PKH or legacy address wallets and check if they match any of the addresses","archived":false,"fork":false,"pushed_at":"2025-02-21T21:05:31.000Z","size":121,"stargazers_count":51,"open_issues_count":0,"forks_count":20,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-27T02:11:17.250Z","etag":null,"topics":["bitcoin","bitcoin-bruteforce","bitcoin-wallet","bitcoin-wallet-brutefroce","bitcoin-wallet-cracker","bitcoin-wallet-recover","bitcoin-wallet-recovery-tool","bruteforce","btc","colider","cracker","cracking","crypto","cryptocurrency","cryptography","javascript","node","node-js","nodejs","seed"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CorvusCodex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["CorvusCodex"],"patreon":null,"open_collective":null,"ko_fi":"corvuscodex","tidelift":null,"community_bridge":null,"liberapay":"corvuscodex","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-05-06T22:11:30.000Z","updated_at":"2025-03-23T18:43:47.000Z","dependencies_parsed_at":"2024-12-01T05:25:24.110Z","dependency_job_id":"fda644ec-399f-4870-8fa0-b423f241a313","html_url":"https://github.com/CorvusCodex/Multithread-Bitcoin-Brute-Force","commit_stats":{"total_commits":47,"total_committers":1,"mean_commits":47.0,"dds":0.0,"last_synced_commit":"c957425b2b7389b3dd77cb5dd1fac4cc1e742d46"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Bitcoin-Brute-Force","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Bitcoin-Brute-Force/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Bitcoin-Brute-Force/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Bitcoin-Brute-Force/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorvusCodex","download_url":"https://codeload.github.com/CorvusCodex/Multithread-Bitcoin-Brute-Force/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248702999,"owners_count":21148116,"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-bruteforce","bitcoin-wallet","bitcoin-wallet-brutefroce","bitcoin-wallet-cracker","bitcoin-wallet-recover","bitcoin-wallet-recovery-tool","bruteforce","btc","colider","cracker","cracking","crypto","cryptocurrency","cryptography","javascript","node","node-js","nodejs","seed"],"created_at":"2024-09-24T19:56:08.060Z","updated_at":"2025-04-13T10:54:14.941Z","avatar_url":"https://github.com/CorvusCodex.png","language":"JavaScript","funding_links":["https://github.com/sponsors/CorvusCodex","https://ko-fi.com/corvuscodex","https://liberapay.com/corvuscodex","https://ko-fi.com/s/e059759b3b","https://www.buymeacoffee.com/corvuscodex","https://www.buymeacoffee.com/CorvusCodex","https://www.buymeacoffee.com/corvuscodex/membership"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/CorvusCodex/Multithread-Bitcoin-Brute-Force/blob/main/multithread%20bitcoin%20bruteforce%20script.png?raw=true\"\u003e\n\u003c/p\u003e\n\n# Multithread Bitcoin Brute Force for P2PKH or legacy address\n\nThis is a Node.js script that uses multiple worker processes to generate random private keys for Bitcoin P2PKH or legacy wallets in hexadecimal format and check if they match any of the P2PKH or legacy addresses in a file named `data.txt`. If a match is found,  the script saves the wallet and its private key (seed) in WIF format to a file named ‘match.txt’ and quits program.\n\n## For people without technical experience you can buy the compiled application for windows from here:\n\nhttps://ko-fi.com/s/e059759b3b\n\n----\n\nCheck out my Bitcoin Brute-Force calculator\nhttps://corvuscodex.github.io/Bitcoin-Brute-Force-Calculator-Website/ \n\n\n\n\u003ch3 align=\"left\"\u003eSupport:\u003c/h3\u003e\n\u003cp\u003e\u003ca href=\"https://www.buymeacoffee.com/corvuscodex\"\u003e \u003cimg align=\"left\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"corvuscodex\" /\u003e\u003c/a\u003e\u003c/p\u003e\u003cbr\u003e\u003cbr\u003e\n\n\n## Requirements\n\n- Node.js\n- npm\n\n## Installation\n\n1. Clone this repository or download the code as a zip file and extract it.\n2. Open a terminal or command prompt and navigate to the directory where the code is located.\n3. Run `npm install` to install the required dependencies.\n\n## Usage\n\n1. Add the Bitcoin addresses you want to check against to a file named `data.txt`, with one address per line (Addresses must start with 1).\n2. Run `node app.js` to start the script.\n3. The script will display the loop count for each worker process in real-time.\n4. If a match is found, the wallet address and its private key will be saved to a file named `match.txt` and the script will exit.\n5. ck.compressed - Set false for uncompressed or set true for compressed Bitcoin Addresses)\n\n\n\n\u003eSupport my work:\u003cbr\u003e\n\u003eBTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3\u003cbr\u003e\n\u003eETH \u0026 BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0\u003cbr\u003e\n\u003eSOL: FsX3CsTFkRjzne2KiD8gjw3PEW2bYqezKfydAP55BVj7\u003cbr\u003e\n\u003eBuy me a coffee: https://www.buymeacoffee.com/CorvusCodex\n\n\n## Check out my Ethereum Brute-Force Project\nhttps://github.com/CorvusCodex/Multithread-Ethereum-Brute-Force\n\n## Support my work for month or year so i can continue to work on my projects:\nhttps://www.buymeacoffee.com/corvuscodex/membership\n\n\n## Disclaimer\n\nThe code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY. The chances of finding a match are extremely low and it is not recommended to use this script for any illegal or unethical activities. Keep in mind that a Windows app won’t speed up searching or guarantee success.\n\n\n\n## MIT License\n\nCopyright (c) 2025 CorvusCodex\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvuscodex%2Fmultithread-bitcoin-brute-force","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorvuscodex%2Fmultithread-bitcoin-brute-force","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvuscodex%2Fmultithread-bitcoin-brute-force/lists"}