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
@Pymmdrza, Basically Bitcoin Cash has 3 different types of Pay to Public Key Hash (P2PKH) addresses. Those are:
1, CashAddr addresses for Bitcoin Cash (ie starting with q or bitcoincash:q instead of 1)
2, BitPay-style addresses for Bitcoin Cash (ie starting with C instead of 1)
3, Legacy addresses for Bitcoin Cash (ie starting with 1)
So, on the currerent version of this hdwallet package; you can only generate addresses on the second type of BitPay-style addresses for Bitcoin Cash (ie starting with C instead of 1) style. In the upcoming version I will add the rest of them.
And also call this hdwallet.p2pkh_address() instead of hdwallet.p2wpkh_address() function because p2wpkh_address() is Pay to Witness Public Key Hash address or it's SegWit address.
How create bitcoincash address (bitcoincash:qr...) from this package ???
used this source , not worked to this type address :
i need this address type :
bitcoincash:q....
The text was updated successfully, but these errors were encountered: