jimmysong/pybtcfork

Support for split from segwit bech32 inputs

Closed this issue · 1 comments

Support needed for redeeming funds locked in a P2WPKH bech32 segwit output at the time of the fork. Example, when coins were held by electrum or trezor wallets that by default creates bech32 addresses and P2WPKH

In terms of private key exporting, electrum uses a WIF format not compatible with core-qt, apparently they add a new byte to specify what kind of address is derived (p2sh, p2pkh, p2wpkh, etc).

Hey @jimmysong, I assume this is now supported?