-
Notifications
You must be signed in to change notification settings - Fork 28
encryptprivatekeys Command Guide
Enrico Rubboli edited this page Sep 4, 2023
·
2 revisions
The encryptprivatekeys
command is used to encrypt the private keys of the currently opened wallet in Mintlayer. The wallet is expected to be unlocked before using this command.
encryptprivatekeys <PASSWORD>
-
<PASSWORD>
: The new password you want to use to encrypt the private keys.
-
-h, --help
: Displays the help message for theencryptprivatekeys
command.
- Encrypting your private keys adds an additional layer of security to your wallet. You will need to provide the password every time you want to access the encrypted keys.
- Always remember the password you set. If you forget the password, you won't be able to access the encrypted private keys, which means you might lose access to your funds.