This project is a Node.js script for generating Bitcoin wallets then checks the activity of these generated addresses using blockchain APIs and logs active addresses. This project is intended for educational purposes to understand wallet generation and blockchain interactions.
- Generation of Bitcoin wallets using BIP39 mnemonic phrases.
- Checking address activity using Blockchain.info and BlockCypher APIs.
- Logging active Bitcoin addresses to a file.
- Handling multiple wallet generations asynchronously.
- Node.js
- NPM (Node Package Manager)
-
Clone the repository:
git clone https://github.com/your-username/bruteforcebitcoin.git
-
Navigate to the cloned directory:
cd bruteforcebitcoin
-
Install dependencies:
npm install
Run the script using the following command:
npm run generate
The script is primarily for educational and research purposes. API rate limits may affect the script's performance and functionality.
This project is licensed under the MIT License - see the LICENSE file for details.
Mohamed Habbat Linkedin