Skip to content

This repository contains a Python script that uses the Blockcypher API to check the status of a Bitcoin transaction using a hash ID. The script can be used to monitor the progress of transactions and ensure that they are being processed correctly.

License

Notifications You must be signed in to change notification settings

umraan-xm/blockchain-transaction-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-transaction-status

This repository contains a Python script that uses the Blockcypher API to check the status of a Bitcoin transaction using a hash ID. The script can be used to monitor the progress of transactions and ensure that they are being processed correctly.

Installation

pip install -r requirements.txt

How to use

Edit blockchain_transaction_status.py:

TOKEN = 'YOUR TOKEN'

This bot is made with reference to IST (UTC + 5:30). Change the following line according to your timezone:

tzinfo=pytz.FixedOffset(-330)

eg: For New Zealand Standard Time (UTC + 12:00)

tzinfo=pytz.FixedOffset(-720)

Run the program:

python blockchain_transaction_status.py

Example

Transaction Successful

Confirmations < 6

About

This repository contains a Python script that uses the Blockcypher API to check the status of a Bitcoin transaction using a hash ID. The script can be used to monitor the progress of transactions and ensure that they are being processed correctly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages