Skip to content

Bi-Catalyst/bruteforcebitcoin

Repository files navigation

Bitcoin Wallet Brute force

Description

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.

Features

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

Prerequisites

  • Node.js
  • NPM (Node Package Manager)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/bruteforcebitcoin.git
  2. Navigate to the cloned directory:

    cd bruteforcebitcoin
  3. Install dependencies:

    npm install

Usage

Run the script using the following command:

npm run generate

Limitations

The script is primarily for educational and research purposes. API rate limits may affect the script's performance and functionality.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Mohamed Habbat Linkedin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published