This Node.js script generates Bitcoin Taproot addresses and checks if the generated address ends with any specified words. It uses parallel processing to speed up the mining process by leveraging multiple CPU cores.
- Node.js (v12 or later)
- npm (Node Package Manager)
Clone this repository to your local machine:
git clone [email protected]:lifofifoX/address_miner.git
cd address_miner
Install the required Node.js packages:
npm install
The following dependencies will be installed:
- bitcoinjs-lib
- bip39
- tiny-secp256k1
- bip32
To start the address generation script, run:
node mine.js
The script will continuously generate Bitcoin Taproot addresses in parallel and check if any generated addresses end with the specified words.