Difference between revisions of "Bitcoin Wallet Balance"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "An Android App to allow you to view the balance in your wallet on your Android device. It works by reading your public key hashes (addresses) and obtaining your transactions fro...")
 
Line 1: Line 1:
An Android App to allow you to view the balance in your wallet on your Android device.  It works by reading your public key hashes (addresses) and obtaining your transactions from blockexplorer.com.  Keys are exported once, saved in cloud storage, and allow the user to view their balance in real time on their device.  The code is open sourced so it can be freely inspected (since it has to touch the wallet.dat)
+
'''Bitcoin Wallet Balance''' is an Android App to allow you to view the balance in your wallet on your Android device.  It works by reading your public key hashes (addresses) and obtaining your transactions from blockexplorer.com.  Keys are exported once, saved in cloud storage, and allow the user to view their balance in real time on their device.  The code is open sourced so it can be freely inspected (since it has to touch the wallet.dat)
  
 
This app was announced on June 24, 2011<ref>[http://forum.bitcoin.org/index.php?topic=21969.0 Android wallet balance viewer]</ref>.
 
This app was announced on June 24, 2011<ref>[http://forum.bitcoin.org/index.php?topic=21969.0 Android wallet balance viewer]</ref>.
Line 11: Line 11:
  
 
[[Category:Mobile]]
 
[[Category:Mobile]]
 +
[[Category:Android]]

Revision as of 15:24, 14 July 2013

Bitcoin Wallet Balance is an Android App to allow you to view the balance in your wallet on your Android device. It works by reading your public key hashes (addresses) and obtaining your transactions from blockexplorer.com. Keys are exported once, saved in cloud storage, and allow the user to view their balance in real time on their device. The code is open sourced so it can be freely inspected (since it has to touch the wallet.dat)

This app was announced on June 24, 2011[1].

External Links

References