The wallet-purge-seed-phrase
command in Mintlayer allows for the deletion of the seed phrase from the loaded wallet's database, provided it has been previously stored. This command is typically used for enhanced security measures to ensure that the seed phrase is not stored electronically within the wallet.
Permanent Deletion: Be aware that using this command will permanently delete the seed phrase from your wallet's database. This action cannot be undone.
Backup Your Seed Phrase: Before purging the seed phrase, ensure you have securely backed it up. The seed phrase is essential for recovering your wallet and accessing your funds in case of wallet file loss or corruption.
Security Risk: If you lose access to your wallet and do not have the seed phrase backed up elsewhere, you will not be able to recover your wallet or its assets.
wallet-purge-seed-phrase
-h, --help
: Displays help information about the wallet-purge-seed-phrase
command.Purging the Seed Phrase:
Executing the command:
wallet-purge-seed-phrase
will result in the deletion of the stored seed phrase. You should see a confirmation message like:
The seed phrase has been deleted, you can store it if you haven't done so yet: "tribe meat [...] action senior"
This message indicates that the seed phrase has been successfully removed from the wallet's database.
Note: This command should be used with caution and only after ensuring that the seed phrase has been securely backed up in a different location.