Mnemonic Seed Phrase Recovery
Security Notice
Recovering your wallet with a mnemonic seed phrase requires you to enter sensitive information. Ensure you are in a secure and private environment before proceeding.
Losing access to your wallet can be stressful, but if you've backed up your mnemonic seed phrase, recovering your account is straightforward!
Prerequisites
You have the mnemonic seed phrase of the wallet you wish to recover
pocketdis installed on your system; see the installation guide for more details
Recovering the Wallet
To recover your wallet, use the pocketd keys add command with the --recover flag. You will be prompted to enter the mnemonic seed phrase and optionally, a BIP39 passphrase if you've set one.
pocketd keys add <insert-your-wallet-name-here> --recoverExample:
pocketd keys add myRecoveredWallet --recoverAfter entering the mnemonic seed phrase, the command will recover your wallet, displaying the wallet's address and public key.
No mnemonic will be shown since the wallet is being recovered, not created anew.
Was this helpful?
