The wallet-unlock-private-keys
command in Mintlayer is used to unlock the private keys of a wallet for usage. This is necessary in wallets where the private keys have been encrypted for security purposes. You will need to provide the current encryption password to unlock the keys.
Security: Ensure that you are in a secure environment when entering your encryption password to prevent unauthorized access.
Password Accuracy: Make sure to enter the correct password. If you have forgotten the password, your wallet's private keys will remain inaccessible.
wallet-unlock-private-keys <PASSWORD>
<PASSWORD>
: The current encryption password used for the private keys in the wallet.-h, --help
: Displays help information about the wallet-unlock-private-keys
command.Unlocking the Wallet's Private Keys:
To unlock the private keys of your wallet with the password strong-password
, the command would be:
wallet-unlock-private-keys strong-password
Upon successful execution, you will receive a confirmation:
Success. The wallet is now unlocked.
This message indicates that the private keys of your wallet have been successfully unlocked and are ready for use.
Note: Keep your encryption password secure and confidential. The wallet should be locked again when not in use to maintain security.