You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for adding bech32 addresses, but there is a problem with decoding long bech32 addresses. Is it possible to modify the decoding of long bech32 addresses?
Example: bc1q3026x9qhu5ucsx6fcly682zu54ma0w3js4nvasp53lx0rkyh8k8scn8yp5
Thank.
The text was updated successfully, but these errors were encountered:
What do you mean by decoding exactly, what would like to get?
Keep in mind that long Bech32 addresses (as in your example 62 characters long) are P2WSH addresses so, if I'm not missing anything, we can only reverse it to: human readable part, the main payload hash of a script and the checksum. I believe it is not possible to convert to other type of addresses as in the P2WSH the data is hashed differently than in all other address types.
when bitcoin tools updates his repo with addresses starting with "3" and "b"
as in bitcoin section its only for starting address "1"
waiting your earliest updates
Hi,
Thank you for adding bech32 addresses, but there is a problem with decoding long bech32 addresses. Is it possible to modify the decoding of long bech32 addresses?
Example: bc1q3026x9qhu5ucsx6fcly682zu54ma0w3js4nvasp53lx0rkyh8k8scn8yp5
Thank.
The text was updated successfully, but these errors were encountered: