Skip to content

hd-wallet-derive-v0.4.1

Compare
Choose a tag to compare
@dan-da dan-da released this 21 Jul 04:10
· 49 commits to master since this release

This release adds support for bitcoin-core style key derivation with these two features:

  1. new flag --addr-type=[legacy|p2sh-segwit|bech32|auto]. Allows to override automatic address-type detection based on key-type.
  2. x' in bip32 path to request hardened key for derived addresses. ex: --path="m/0'/0'/x'".

Read the details.