harshjamdar / RSZ-Scanner

MIT License
0 stars 2 forks source link

Bitcoin Transaction Analyzer and Private Key Recovery

This Python project helps analyze Bitcoin transactions associated with an address and attempts to recover potential private keys through the analysis of ECDSA signatures used in the transactions.

Key Features

Prerequisites

Installation

1. Clone this repository:
   git clone https://github.com/harshjamdar/RSZ-Scanner.git

2. Install the required dependencies:
   cd bitcoin-tx-analyzer
   pip install -r requirements.txt 

Usage

1. Create a text file (e.g., `addresses.txt`) containing the Bitcoin addresses you want to analyze, with one address per line.

2. Execute the script:
   python main.py -f addresses.txt

i have added a sample file with about 1 million legacy address i am not sure are all addresses legacy so if u got error in any address just delete it from file

Script Output

Important Notes

Contributing

Contributions are welcome to enhance functionality or fix issues. Please submit a pull request with your proposed changes.

Contact

If you have questions or feedback, feel free to open an issue in this repository. License:

MIT License (see LICENSE file)