Skip to content

ptrk01/BitcoinBalanceCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BitcoinBalanceCheck

What is the script about?

The script allows to check the Bitcoin balance of one or more addresses at a specific time. It let you check the current balance or the balance at one time in the past.

How it works?

python bitcoincheck3.py <mandatory: path to address file> <optional: date in form of DD-MM-YYYY>

for example: python bitcoincheck3.py address.txt 01-01-2016

It gives the balance on 1st January 2016 of all addresses listed in address.txt file The result looks like Result of balance check

If you do not provide a date then the current balance is given back.

The repository contains two versions:

  • bitcoincheck2.py is compatible up to Python 2.7
  • bitcoincheck3.py is compatible with Python 3.6 and 3.7 (it may be compatible with previous Python 3 versions)

Note for developers: The script uses the API from blockcypher.com. If too many requests are made in a short time, the API of blockcypher.com sends timeout errors. Therefore a wait of one second was built in between the requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages