Skip to content

Python scripts which are for checking a wallet balance, show all transactions of an address.

License

Notifications You must be signed in to change notification settings

Bittium1/Bitcoin-Python

 
 

Repository files navigation

Bitcoin Wallet & Transactions GitHub stars

Travis Repo Requires.io Scrutinizer DUB Donate with Bitcoin Donate with Ethereum

Python scripts which are for checking a wallet balance, show all transactions of an address. Blockchain.info API used.

Info

There are 3 scripts in this repository.

single_address.py - Prints the final balance, total received bitcoins, usd equivalent and the number of transactions of the address.

wallet_balance.py - Shows the current balance of the wallet addresses in satoshi, bitcoin and the usd equivalent amount of the provided wallet address.

wallet_transactions.py Shows the every transaction made to the provided wallet address.

Instructions


  1. Fork, clone or download this repository

    git clone https://github.com/sirdavalos/Bitcoin-Python.git

  2. Navigate to the directory

    cd Bitcoin

  3. Add wallet addresses to 'inc/bitcoin-address.txt' file

  4. Run the scripts

    python wallet_balance.py

    python single_address.py [WALLET ADDRESS]

    python wallet_transactions.py [WALLET ADDRESS]

LICENSE


MIT License

About

Python scripts which are for checking a wallet balance, show all transactions of an address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%