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
Also please note that --input-format bech32 is NOT at title page neither help --help.
Is there really req. for "bech32" param? Isn't "address" enought?
To add 1xxx, 3xxx also bc1xxx and bc1xxx....xxx address types.
Those long bech32 addresses are Pay-to-Witness-Script-Hash (P2WSH) and ripemd-160 is not used when constructing them, but sha-256. So it is not possible to decode such an address to ripemd. See the graph under Address map at https://en.bitcoin.it/wiki/Invoice_address
Hi,
address like:
bc1qa5wkgaew2dkv56kfvj49j0av5nml45x9ek9hz6
is working. But longer (valid) address like:bc1qvpgyac88vqtslewxu7yu9dqwp8rd83zch55zpm3xgn3mgg72w3kqv0s8qa
throws error:"Invalid size input for address: expected 21 bytes but got 33 bytes instead."
Also please note that
--input-format bech32
is NOT at title page neither help--help
.Is there really req. for "bech32" param? Isn't "address" enought?
To add 1xxx, 3xxx also bc1xxx and bc1xxx....xxx address types.
Note: SegWit #26
The text was updated successfully, but these errors were encountered: