Difference between revisions of "Bitcoin Wallet"

From Bitcoin Wiki
Jump to: navigation, search
m
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[File:bitcoin_wallet.png|192px]]
 
[[File:bitcoin_wallet.png|192px]]
  
An open-source and free Android implementation of a Bitcoin Wallet, based on [[BitCoinJ|bitcoinj]]. It was released on March 7, 2011<ref>[http://groups.google.com/d/msg/bitcoinj/fqUw1AKsxWI/pl6rzUSmUH4J Release announcement to the BitCoinJ mailing list]</ref>. A build for BlackberryOS is available, too.
+
An open-source and free wallet implementation for the Android runtime, based on [[BitCoinJ|bitcoinj]]. It requires either Android 4.0 (or newer) or Black Berry OS 10 (or newer). It was first released on March 7, 2011<ref>[http://groups.google.com/d/msg/bitcoinj/fqUw1AKsxWI/pl6rzUSmUH4J Release announcement to the BitCoinJ mailing list]</ref>. As of June 2015, it is being used by 800.000 people.
 +
 
 +
==Key Derivation and Export==
 +
 
 +
Since version 4.0 Bitcoin Wallet supports HD Wallets<ref>[https://github.com/schildbach/bitcoin-wallet/releases/tag/v4.0 Release notes v4.0]</ref> and derives keys from a master node in the BIP32 format.
 +
 
 +
Since version 4.18 it provides a simple export functionality<ref>[https://github.com/schildbach/bitcoin-wallet/releases/tag/v4.18 Release notes v4.18]</ref> for the key in the format:
 +
 
 +
<code>xpub[key]?c=[birthday]&h=bip32</code>
 +
 
 +
Where the parameter "c" gives the creation date of the key and "h" the hierarchie. The value "key" is the derivation m/0' from the master node according to the [https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#Master_key_generation BIP32 derivation scheme].
  
 
==External Links==
 
==External Links==
  
 
* [https://play.google.com/store/apps/details?id=de.schildbach.wallet] Bitcoin Wallet on Google Play.
 
* [https://play.google.com/store/apps/details?id=de.schildbach.wallet] Bitcoin Wallet on Google Play.
* [https://play.google.com/store/apps/details?id=de.schildbach.wallet_test] Bitcoin Wallet for Testnet on Google Play.
+
* [https://appworld.blackberry.com/webstore/content/23952882/] Bitcoin Wallet on BlackBerry World.
* [https://code.google.com/p/bitcoin-wallet/downloads/list] direct download of test versions (also for Blackberry OS)
 
* [https://code.google.com/p/bitcoin-wallet/] project page on Google Code.
 
 
* [https://github.com/schildbach/bitcoin-wallet] project page on Github.
 
* [https://github.com/schildbach/bitcoin-wallet] project page on Github.
 +
* [https://plus.google.com/communities/105515929887248493912] Google+ community
 +
* [https://github.com/schildbach/bitcoin-wallet/releases] direct download of releases and test versions
 
* [https://bitcointalk.org/index.php?board=100.0] discussion forum on Bitcointalk
 
* [https://bitcointalk.org/index.php?board=100.0] discussion forum on Bitcointalk
  
Line 15: Line 25:
 
<references />
 
<references />
  
<references />
 
 
[[Category:Wallets]]
 
[[Category:Wallets]]
 
[[Category:Clients]]
 
[[Category:Clients]]
Line 22: Line 31:
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 
[[Category:Mobile]]
 
[[Category:Mobile]]
 +
[[Category:Android]]
  
 
[[de:Bitcoin_Wallet]]
 
[[de:Bitcoin_Wallet]]

Latest revision as of 16:13, 10 June 2015

Bitcoin wallet.png

An open-source and free wallet implementation for the Android runtime, based on bitcoinj. It requires either Android 4.0 (or newer) or Black Berry OS 10 (or newer). It was first released on March 7, 2011[1]. As of June 2015, it is being used by 800.000 people.

Key Derivation and Export

Since version 4.0 Bitcoin Wallet supports HD Wallets[2] and derives keys from a master node in the BIP32 format.

Since version 4.18 it provides a simple export functionality[3] for the key in the format:

xpub[key]?c=[birthday]&h=bip32

Where the parameter "c" gives the creation date of the key and "h" the hierarchie. The value "key" is the derivation m/0' from the master node according to the BIP32 derivation scheme.

External Links

  • [1] Bitcoin Wallet on Google Play.
  • [2] Bitcoin Wallet on BlackBerry World.
  • [3] project page on Github.
  • [4] Google+ community
  • [5] direct download of releases and test versions
  • [6] discussion forum on Bitcointalk

References