Post
Topic
Board Electrum
Topic OP
importing public keys, derivation paths and zero balance
by
blapaz
on 05/05/2024, 15:54:57 UTC
hi,
i used bitcoin core long time ago and exported the public keys.
i have a file like this:

```
combo(xpub.../0'/0'/*')#6h...
combo(xpub.../0'/1'/*')#23...
pkh([fd.../44'/0'/0']xpub.../0/*)#59...
pkh([fd.../44'/0'/0']xpub.../1/*)#93...
sh(wpkh([fd.../49'/0'/0']xpub.../0/*))#6ls...
sh(wpkh([fd.../49'/0'/0']xpub.../1/*))#077...
tr([fd.../86'/0'/0']xpub.../0/*)#7253...
tr([fd.../86'/0'/0']xpub.../1/*)#073...
wpkh([fd.../84'/0'/0']xpub.../0/*)#w9xl4...
wpkh([fd.../84'/0'/0']xpub.../1/*)#l3r7...
```

i created 5 wallets and imported the public keys.
the import accepted only the 'xpub...' part.

why do i see zero balance? i had some funds in it.
why don't i see the addresses that i previously used?

i just want to have a watch only wallet, from which to check:
- the addresses
- the balance

thanks in advance