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
I've followed the docs and managed to only be able to produce an uncompressed address however Bitcoin has both compressed and uncompressed for P2PKH. I can do it in go using btcutils, but I can't find documentation on how to do it with bit. Additionally this library's documentation also seem to lack documentation for generating addresses that aren't either Legacy or Legacy Segwit addresses.
How can I generate compressed addresses?
The text was updated successfully, but these errors were encountered:
I've followed the docs and managed to only be able to produce an uncompressed address however Bitcoin has both compressed and uncompressed for P2PKH. I can do it in go using btcutils, but I can't find documentation on how to do it with bit. Additionally this library's documentation also seem to lack documentation for generating addresses that aren't either Legacy or Legacy Segwit addresses.
How can I generate compressed addresses?
The text was updated successfully, but these errors were encountered: