Skip to content

Latest commit

 

History

History
executable file
·
49 lines (29 loc) · 2.07 KB

README.md

File metadata and controls

executable file
·
49 lines (29 loc) · 2.07 KB

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