walletpassphrasechange

Back to wallet

Wallet

Summary

Changes the wallet passphrase from 'oldpassphrase' to 'newpassphrase'.

Description

Changes the wallet passphrase from 'oldpassphrase' to 'newpassphrase'.

Arguments

  • oldpassphrase (STR, required): The current passphrase
  • newpassphrase (STR, required): The new passphrase

Results

  • value (NONE): No description.

Examples

qbit-cli walletpassphrasechange "old one" "new one"
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "walletpassphrasechange", "params": ["old one", "new one"]}' -H 'content-type: application/json' http://127.0.0.1:8352/