Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Using .dat wallet without downloading the blockchain?
by
BitMaxz
on 06/09/2022, 15:57:30 UTC
⭐ Merited by hosseinimr93 (1)
Code:
dumpwallet X
Replace X with your desired directory. For example if you want the private keys to be saved in a text file in drive C with the name of "walletdump', replace X with C:/walletdump.txt


This command will lead you to this error below if you use dumpwallet with that path

Code:
Cannot open wallet dump file "(code -8)"

If you change the path to D: or E: drive it will work but on C: drive you will receive that error unless you run the Bitcoin core as an administrator.