R
R
Roma Antonyuk2018-08-30 16:59:16
bitcoin
Roma Antonyuk, 2018-08-30 16:59:16

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

2 answer(s)
M
MegaLite, 2018-09-15
@MegaLite

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)))

D
Dimonchik, 2018-08-30
@dimonchik2013

key

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question