Post
Topic
Board Bitcoin Technical Support
Re: rescan wallet.dat old
by
HCP
on 28/08/2020, 21:17:35 UTC
I need a tool that can rescan my wallet
What exactly do you mean by "rescan wallet"? Huh


Quote
not bitcoin-qt, another similar program
 
Code:
.exe old_waalet.dat >new_wallet.dat
Based on this, it seems like you're trying to convert the wallet.dat to some other wallet format? Huh If so, there is nothing that I am currently aware of that will do that.

At best, as jackg, suggested, you could export your private keys from the old wallet.dat and then import those to a new wallet. Bitcoin Core will allow you to export keys (even without the blockchain synced)... alternatively there are utilities like PyWallet that will enable you to dump the keys from the wallet.dat file.