walletpassphrase
#
CommandStores the wallet decryption key in memory for 'timeout' seconds. This is needed prior to performing transactions related to private keys such as sending pacprotocols
#
Argumentspassphrase
*#
(string, required)
The wallet passphrase
timeout
*#
(numeric, required)
The time to keep the decryption key in seconds; capped at 100000000 (~3 years).
mixingonly
#
(boolean, optional, default=false)
If is true sending functions are disabled.
#
ExamplesNote:
Issuing the walletpassphrase command while the wallet is already unlocked will set a new unlock
time that overrides the old one.
Unlock the wallet for 60 seconds
Unlock the wallet for 60 seconds but allow CoinJoin only
Lock the wallet again (before 60 seconds)
As json rpc call
Running following help command
Will produce following output: