-
Notifications
You must be signed in to change notification settings - Fork 28
openwallet Command Guide
Enrico Rubboli edited this page Sep 4, 2023
·
2 revisions
The openwallet
command is used to open an existing wallet in Mintlayer.
openwallet <WALLET_PATH> [PASSWORD]
-
<WALLET_PATH>
: Specifies the file path of the existing wallet you want to open. -
[PASSWORD]
: Optional argument. If the wallet is encrypted, provide the password to unlock it.
-
-h, --help
: Displays the help message for theopenwallet
command.
To open a wallet:
openwallet /path/to/existing/wallet.dat
To open an encrypted wallet:
openwallet /path/to/existing/wallet.dat yourpasswordhere
- If the wallet is encrypted and you provide the wrong password, you won't be able to access the wallet.
- Always ensure you remember the password for encrypted wallets. Losing access to your password means losing access to your wallet and funds.