Giter Site home page Giter Site logo

bulk-bitcoin-address-checker's Introduction


Bitcoin Address Checker

Overview

Bitcoin Address Checker is a Python-based graphical user interface (GUI) application that allows users to validate and query Bitcoin addresses. The application reads a list of Bitcoin addresses from a file, validates them, and then fetches their transaction details from Blockchain.info. The results are displayed in a table and can be exported to a CSV file.

Features

  • Load Bitcoin Addresses: Load a list of Bitcoin addresses from a text file.
  • Validate Addresses: Validate the format of the Bitcoin addresses.
  • Query Blockchain Data: Query transaction details for the addresses from Blockchain.info.
  • Display Results: Display the results in a sortable table within the GUI.
  • Export Results: Export the results to a CSV file.

Prerequisites

  • Python 3.x
  • PyQt5
  • Requests

Installation

  1. Download the script.

  2. Install the required Python packages:

    pip install PyQt5 requests

Usage

  1. Run the application:

    python BULK-BITCOIN-TXS.py
  2. Use the GUI to:

    • Select a file containing Bitcoin addresses.
    • Submit addresses to validate and fetch data.
    • Export results to a CSV file.

File Format

The input file should be a text file (.txt) with one Bitcoin address per line. The script will perform a check to make sure each line is a valid Bitcoin address, otherwise it will inform you via the Command line.

Example

  1. Select File: Click the "Select File" button and choose a text file with Bitcoin addresses.
  2. Submit Addresses: Click the "Submit Addresses" button to validate and query the addresses.
  3. Export Results: Click the "Export Results" button to save the results to a CSV file.

bulk-bitcoin-address-checker's People

Contributors

maccheroncelli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.