CLI Restoring Wallet from Seed
Restoring your wallet from seed
Last updated
Restoring your wallet from seed
Last updated
To fully restore your wallet and be able to view balance and make transactions, having your seed stored will be enough. You don't need your wallet password or other keys to restore the wallet once you have a seed phrase.
Download the latest release of wallet CLI software for your desired operating system: https://github.com/beldex-coin/beldex/releases
Unzip beldex-[operating-system]-[platform]-[version].zip
file
Open a Command Prompt (Windows) or Terminal (Linux / OSX) and navigate to the wallet folder
Run wallet with --restore-deterministic-wallet
argument
For Linux:
For Windows:
You will be prompted to enter a wallet name and click [Enter]. You can enter any name here, use something rememberable and meaningful.
You will be prompted to enter 25 word mnemonic seed you have stored. Paste it and press [Enter].
If you have a seed encryption passphrase, enter it on the next step. Otherwise, press [Enter].
You will be prompted for a password. Enter a new password that follows the Password Policy and press [Enter].
Confirm password and press [Enter].
If you know the block height at which wallet was created or a first transaction was made, you can enter it here. Specifying a blockchain height will help to scan the wallet faster.
If you don't know a specific blockchain height, press [Enter] for scanning from block height 0.
For refresh process to start, you need to have your daemon running. Another option would be to use a remote node. For that, use the following command, replacing and with the host and port number of the remote node you are connecting to:
Once refresh is done, you can use your full functioning restored wallet. Your public wallet address will remain the same.