Post
Topic
Board Development & Technical Discussion
Merits 5 from 2 users
Re: An approach to recover change addresses from old wallet.dat backups
by
achow101
on 11/06/2025, 00:53:01 UTC
⭐ Merited by pooya87 (4) ,nc50lc (1)
This guide makes no sense. There is no need to call importaddress for every change address; all of the change addresses are already, or will be, in the wallet after keypoolrefill. All that will probably happen is that you confuse users because any of the change that is detected via the import will be shown as watchonly first, until the private key is generated.

If you have a backup of your wallet, all you have to do is perform a rescan. Hell, most of the time you don't even need to explicitly rescan because the wallet will rescan by itself when it sees it is not up to the chain tip. You literally just have to load it and wait.