chainside / btcpy

A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
https://www.chainside.net
GNU Lesser General Public License v3.0
270 stars 73 forks source link

Verification of Bitcoin taproot address #63

Open mangekyousharingan opened 2 years ago

mangekyousharingan commented 2 years ago

Hey,

Using you library for BTC address verification. Would it be possible to verify new Bitcoin Taproot address e.g. bc1pmzfrwwndsqmk5yh69yjr5lfgfg4ev8c0tsc06e

It is possible to verify legacy btc addresses and segwit addresses however not taproot addresses. Is it somehow possible to do workaround or are you planning to add this?

Thank you very much in advance and appreciate you work!!!