A BIP-0032 Hierarchical Deterministic Bitcoin Wallet
A BIP-0032 Hierarchical Deterministic Bitcoin Wallet
This wallet uses BIP-0032 to implement a hierarchical deterministic
wallet.
Features include:
* Multiple logical "accounts" within each wallet.
* Fresh receive and change addresses are used for each transfer.
* Wallet only needs to be backed up once, on initial creation.
* Wallet backup consists of simple list of 12 common words (BIP-0039).
* Same wallet may be securely accessed concurrently from multiple devices.
* Wallet data is protected by scrypt passcode.
Source code: https://github.com/ksedgwic/Wallet32
Version 0.3.16 (05-Oct-2014)
* Fixed crash when passcode check returns invalid while app paused.
Version 0.3.15 (04-Oct-2014)
* Fixed build issues w/ gradle.
Version 0.3.14 (19-Sep-2014)
* Tweaked layout of the send buttons.
* Converted to Android Studio project.
Version 0.3.13 (15-Aug-2014)
* Added experimental mode feature to reduce the bloom filter false positive rate to improve restore/pairing performance.
Read more