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
The xpub (extended public key) is generated from the private key.
Here is an example of xpub: xpub661MyMwAqRbcGmyYQB6zkDXoCYfZ9Rt859Hvtz5XPXYYYj78tu47gdGvDcrehtHLDKZBy8HLe4HHGrRKWDMi8dwxvyUY4n4nrZdB5Dztrsm
Use the following code to generate an xpub with pywallet:
the README.md has code for example:
user_addr = wallet.create_address(network="BTC", xpub=WALLET_PUBKEY, child=10)
xpub is a constant,but I don't know how to padding it ? for example xpub ="BTC" ? or other ?
The text was updated successfully, but these errors were encountered: