0

If I have a xPub key for DOGE, would it be possible and how could I check the first 100 addresses for this DOGE xPub? Basically to achieve the same with Python what this Trezor explorer is showing link

Is it possible to be done with only xPub or is xPriv needed also just to check addresses?

Would kindly appreciate any help.

Tried to use hdwallet python package as shown below:

from hdwallet import BIP44HDWallet
from hdwallet.symbols import DOGE

xpub = "dgub8raQHp6hv89xgtLmAYwsq5jH5Hed7gPH1fVGWgv5dKGKQmCfmRibmoRwYuv5QNMNUAqaa1KWmzEqzxRJWmPcywz5HKJifCHvyHtwamMQ4X3"

wallet = BIP44HDWallet(symbol=DOGE)
hd = wallet.from_xpublic_key(xpublic_key=xpub)
print(hd.address())
print(hd.path())

however I am getting as a result this:

DMSXzMqPJX5FX7qBj64VHQGt9KuxN2uXGh m/44/3/0/0/0

which is not corresponding to any result shown in Trezor explorer.

Mangekyou
  • 1
  • 1

0 Answers0