Post
Topic
Board Bitcoin Technical Support
Merits 5 from 2 users
Topic OP
bitcoin core v25 - set hdseed
by
blapaz
on 27/12/2023, 21:18:02 UTC
⭐ Merited by o_e_l_e_o (4) ,ETFbitcoin (1)
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