「Bitcoin Wallet Balance」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1 revision imported)
(1版 をインポートしました)
1行目: 1行目:
'''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)
+
'''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.
+
This app was announced on June 24, 2011<ref>[http://forum.bitcoin.org/index.php?topic=21969.0 Android wallet balance viewer]</ref>.
  
 
==External Links==
 
==External Links==
7行目: 7行目:
 
* [http://code.google.com/p/bitcoinwallet/ homepage] on Google code hosting.
 
* [http://code.google.com/p/bitcoinwallet/ homepage] on Google code hosting.
  
==Source==
+
==References==
 +
<references />
  
[http://bitcoin.it/ http://bitcoin.it/]
+
[[Category:Mobile]]
 +
[[Category:Android]]

2018年4月10日 (火) 00:51時点における版

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