Skip to content

napSec/BtcR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bitcoin Address Transaction Finder

This script prompts the user to input one or more Bitcoin addresses, and then finds all transactions involving each address.

Getting Started

To run this script, you will need Python 3 installed on your computer.

  1. Clone the repository:
git clone https://github.com/your-username/bitcoin-address-transaction-finder.git
  1. Navigate to the repository directory:
cd bitcoin-address-transaction-finder
  1. Run the script:
python3 main.py

How it Works

The script prompts the user to enter a Bitcoin address. The user can enter as many addresses as they like, and can stop by entering "done".

For each address, the script calls the `find_transactions` function, which should be implemented to find all transactions involving that address and return a list of dictionaries, each representing a transaction.

The script then prints the number of transactions involving each address, as well as the other address involved in each transaction and the amount transferred.

Contributions

Feel free to contribute to this project by adding new features, fixing bugs, or improving the documentation. Just fork the repository, make your changes, and submit a pull request.

About

Find relationships of bitcoin wallets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages