walletpassphrase

Input(s) 2

This command is necessary before performing transactions related to private keys, such as sending bitcoins. It stores the wallet decryption key in memory for the specified duration, allowing for transaction execution.

How is this used?

Employed to temporarily unlock the wallet by storing the decryption key in memory for a specified duration. This is necessary before performing transactions involving private keys, such as sending bitcoins. By providing the passphrase and timeout duration, users can unlock the wallet for a limited time window, allowing for secure execution of transactions without exposing the decryption key for an extended period. This enhances the security of the wallet by minimizing the exposure of sensitive information while facilitating necessary transaction operations.

Request

method

walletpassphrase

passphrase

Required

timeout

Required

Inputs(2)

two required input remaining...

passphrase (required) - The wallet passphrase
timeout (required) - The time to keep the decryption key in seconds; capped at 100000000 (~3 years)

Result