hello, would like some help with the new bitcoin-cli.
- i did create a wallet some time ago with an older version of bitcoin core
- got the dumpfile
- i saved the private key 'L...' with 'hdseed=1' with address 'bc1...'
- i sent some sats to some address that were in the dumpfile
- changed pc
- got bitcoin core v25 installed
- `bitcoin-cli getdescriptorinfo "wpkh(<seedtakenbefore, the one with hdseed=1 mentioned on the 3rd point>)`
- `bitcoin-cli importdescriptors '[{"desc":"wpkh(<seedtakenbefore>)#<checksumfrompreviouscommand>","timestamp":"now"}]'`
now, problem is, that i want to see my addresses.
if i do 'getaddressinfo' with one of the address i sent money to it tells me 'ismine: false'.
question:
- how can i see my previous addresses?
thank you in advance