Releases: dan-da/hd-wallet-addrs
Releases · dan-da/hd-wallet-addrs
hd-wallet-addrs-v0.3.0
hd-wallet-addrs-v0.1.8
This release adds support for reading segwit ypub and zpub extended keys used by 3rd party wallets such as Electrum and Samourai. ypub keys generate backwards compatible p2sh style segwit addresses beginning with 3 while zpub keys generate bech32 encoded addresses beginning with bc1.
The Bitcoin-core manner of deriving segwit addresses from an xpub is not supported in this release.
hd-wallet-addrs-v0.1.5
- Addresses issue #4. Fixes bitwasp dependency version problem with php7.
hd-wallet-addrs-v0.1.4
- Adds support for btcd as an API provider for finding used wallet addresses.
note: btcd does not provide received/sent/balance info for each address, so those fields are empty. - removes toshi from roundrobin list because toshi.io is no longer available.
- now runs under php7 (as well as php5.5+)
hd-wallet-addrs-v0.1.3
hd-wallet-addrs-v0.1.2
This release adds the following features:
- added --api=roundrobin option which will cycle through blockchain providers one address at a time to improve privacy.
- added --batch-size option for direct control over how large each address batch is.
- added --gen-only option to generate addresses without checking the blockchain if they have been used.
- added --type option to control which type of addresses are generated: receive, change, or both.
hd-wallet-addrs-v0.1.1
This release has minor changes:
- Adds a summary of receive address count and change address count to text and addrlist reports.
- Adds --version flag to print the program version.