Post
Topic
Board Bitcoin Technical Support
Re: Is a newly migrated Wallet contain the same private key for re-funding ?
by
FredCailloux
on 07/03/2024, 19:42:35 UTC
I think to backup a wallet copying the wallet.dat file should be enough but if you want to backup the
private key or the master private key you can use dumpwallet command sample command below
Code:
dumpwallet "yourwalletsname"
For a single private key, you can use this command below.
Code:
dumpprivkey "bc1sampleBTCaddress"

These two commands do not work on the newer wallet version.
Both commands are stricktly functional on a legacy wallet
as per the Console feedback error code -4