matja / bitcoin-tool

Tool for converting Bitcoin keys and addresses
206 stars 116 forks source link

SegWit #26

Closed ruthtern closed 4 years ago

ruthtern commented 6 years ago

What is the nature of the work required to add SegWit addresses to bitcoin-tool? Is it a big job?

k06a commented 6 years ago

Same question

hibiki-sensei commented 5 years ago

Yes, a need it too. Who can add this feature?

streamofstars commented 4 years ago

I would also appreciate a feature of generating Segwit and Bech32 Segwit addresses.

streamofstars commented 4 years ago

Recently, there was bech32 option added #36 to --input-format and --output-format so native SegWit addresses (P2WPKH, starting bc1) are now supported. This has not been documented yet, so I have just made a pull req. #39 with appropriate readme changes. I believe that P2SH-wrapped i.e. non-native SegWit addresses (starting 3) are still not supported.

streamofstars commented 4 years ago

@ruthtern since the bech32 address support is now added, can we assume this issue is resolved? If so, can you please close it?

ruthtern commented 4 years ago

Apologies for the delay. Now closing. Many thanks for this enhancement