Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
gcf0z
on 24/07/2021, 08:47:49 UTC
I get this error when I try dumpprivkey command "Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)" Thank you

You encrypted your wallet with a passphrase, to dump the private key you have to unlock it first.

Code:
walletpassphrase "your-passphrase" timeout

Quote
Arguments:
1. passphrase    (string, required) The wallet passphrase
2. timeout       (numeric, required) The time to keep the decryption key in seconds; capped at 100000000 (~3 years

After doing that you should be able to dump the keys using dumpprivkey on the BGL Core console.


Thank you all! It worked after I unlocked the wallet.
After dumprivkey command, those keys can be later used if I'll need to restore the backup.dat file?
Thank you guys for bearing with my newbieness