Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corvuscodex/multithread-bitcoin-brute-force-for-segwit-addresses

This is a Node.js script that uses multiple worker processes to generate random private keys for Bitcoin Segwit addresses are also known as Bech32 wallets and check if they match any of the Segwit addresses are also known as Bech32 addresses in a file named `data.txt`
https://github.com/corvuscodex/multithread-bitcoin-brute-force-for-segwit-addresses

bitcoin bitcoin-bruteforce bitcoin-cracker bitcoin-hacking bitcoin-miner bitcoin-segwit bitcoin-wallet bitcoin-wallet-bruteforce bitcoin-wallet-cracker bitcoin-wallet-recover bitcoin-wallet-recovery-tool brute-force bruteforce colider crypto cryptography private-key seed segwit walletminer

Last synced: 4 days ago
JSON representation

This is a Node.js script that uses multiple worker processes to generate random private keys for Bitcoin Segwit addresses are also known as Bech32 wallets and check if they match any of the Segwit addresses are also known as Bech32 addresses in a file named `data.txt`

Awesome Lists containing this project

README

        



# Multithread Bitcoin Brute Force for Segwit addresses( also known as Bech32 )
This is a Node.js script that uses multiple worker processes to generate random private keys for Bitcoin Segwit addresses are also known as Bech32 wallets and check if they match any of the Segwit addresses are also known as Bech32 addresses in a file named `data.txt`

## For people without technical experience you can buy the compiled application for windows from here:
https://ko-fi.com/s/36307ffb03

Keep in mind that a Windows app won’t speed up searching or guarantee success.

## Requirements

- Node.js
- npm

## Installation

1. Clone this repository or download the code as a zip file and extract it.
2. Open a terminal or command prompt and navigate to the directory where the code is located.
3. Run `npm install` to install the required dependencies.

Support:


corvuscodex






Donate:

BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3

ETH & BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0

Check out my Bitcoin Brute-Force calculator
https://corvuscodex.github.io/Bitcoin-Brute-Force-Calculator-Website/

## Usage

1. Add the Bitcoin addresses you want to check against to a file named `data.txt`, with one address per line.
2. Run `node app.js` to start the script.
3. Pick verison, default is 1
4. The script will display the loop count for each worker process in real-time.
5. 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.

>Support my work:

>BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3

>POLYGON / ETH: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0

>SOL: FsX3CsTFkRjzne2KiD8gjw3PEW2bYqezKfydAP55BVj7

## Check out my Ethereum Brute-Force Project
https://github.com/CorvusCodex/Multithread-Ethereum-Brute-Force

## Check out Bitcoin Brute-Force Project
https://github.com/CorvusCodex/Multithread-Bitcoin-Brute-Force

## Support my work for month or year so i can continue to work on my projects:
https://www.buymeacoffee.com/corvuscodex/membership

## Disclaimer

The 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.

## MIT License

Copyright (c) 2025 CorvusCodex

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.