Git Product home page Git Product logo

xyz-pub-scanner's Introduction

XYZ PUB Crypto Scanner

XYZ PUB Crypto Scanner is a PyQt5-based tool for scanning Bitcoin wallets and deriving wallet information. It supports both online and offline modes of operation.

Python script for generating and checking Bitcoin addresses derived from a mnemonic (BIP39) using the hdwallet library. It includes various functions for formatting and displaying text in different colors.

https://mizogg.co.uk/xyzpub/

xpubscan.py

image

The script prompts the user to either enter a mnemonic manually or generate one randomly.

If the user chooses to enter a mnemonic, it validates the input and proceeds with the main logic.

If the user chooses to generate a random mnemonic, the script allows the user to select the number of words (12, 15, 18, 21, or 24) and the language (English, French, Italian, Spanish, Chinese Simplified, Chinese Traditional, Japanese, or Korean).

After obtaining the mnemonic, the script performs the following steps:

Checks the initial account extended public key for balances and other information using an API.

Displays the account extended private key, account extended public key, and initial balance information.

If any balance or important value is found in the initial account extended public key, it proceeds to derive child keys from different derivation paths and checks their balances and other information.

For each derived key, it displays the derivation path, compressed and uncompressed addresses, balances, total received, total sent, number of transactions, mnemonic words, private key, root public key, extended private key, root extended private key, compressed public key, uncompressed public key, WIF private key, and WIF compressed private key.

If any balance or important value is found in any of the derived keys, it logs the information to a file.

image

Screenshot 1 Description: The application's main interface, English version Scanning Online Random Mnemonic.

image

Screenshot 2 Description: Russian version scanning in sequence looking for missing Mnemonic Words.

Installation

  1. Clone the repository:

    $ git clone https://github.com/Mizogg/XYZ-pub-Scanner.git
    $ cd XYZ-pub-Scanner
    
  2. Install the required dependencies:

$ pip install -r requirements.txt
  1. Run the application:
$ python QTXpub.py

or

$ python xpubscan.py

Features

Supports both online and offline mode Scans Bitcoin wallets and derives wallet information Displays address balances, total received, total sent, and transaction history Provides mnemonic words, private keys, root public keys, extended private keys, and more

Usage

Enter the mnemonic phrase in the provided field. Select the mode (online or offline) for scanning. Click on the "Start Scan" button to begin the scanning process. The tool will derive wallet information and display it in the output area. For online mode, the tool will also check the account extended public key for balance and other important values. If balance or important values are found, the tool will save the information in the "WINNER_found.txt" file. The tool supports sequential and random modes for key derivation.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

Fork the repository.

Create a new branch for your feature or bug fix. Make your changes and commit them. Push your changes to your forked repository. Open a pull request, describing your changes in detail.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

xyz-pub-scanner's People

Contributors

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