Answer the question
In order to leave comments, you need to log in
How to unlock a wallet for operations?
How to unlock Bitcoin wallet for transactions?
Answer the question
In order to leave comments, you need to log in
1. In the RPC console (About->Debug window->RPC console(or something like that))
Enter walletpassphrase "passphrase" timeout
, where: passphrase in quotes is your encryption password, and timeout is how long in seconds you need to unlock purse.
2. On the command line (the bitcoind daemon must be running):
bitcoin-cli walletpassphrase "passphrase" timeout
PS For this method to work without problems, you should specify rpcuser and rpcpassword in the bitcoin.conf config, otherwise you may need to add --rpcuser options = and --rpcpassword= to the command line.
3. Perhaps there is an option in the GUI to "temporarily decrypt the wallet" - I haven't checked it, I don't know)))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question