-
Notifications
You must be signed in to change notification settings - Fork 31
wallet open Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Open an existing wallet file.
wallet-open <COMMAND>
| Command | Description |
|---|---|
software |
Open a software wallet |
trezor |
(Beta) Open a wallet connected to a Trezor hardware wallet |
wallet-open software [OPTIONS] <WALLET_PATH> [ENCRYPTION_PASSWORD]
-
<WALLET_PATH>: File path of the wallet file. -
[ENCRYPTION_PASSWORD]: (Optional) The decryption password, if the wallet is encrypted.
-
--force-change-wallet-type: Force-change the wallet type between hot and cold.
Open a wallet file associated with a Trezor hardware wallet.
wallet-open trezor [OPTIONS] <WALLET_PATH> [ENCRYPTION_PASSWORD]
-
<WALLET_PATH>: File path of the wallet file. -
[ENCRYPTION_PASSWORD]: (Optional) The decryption password, if the wallet is encrypted.
-
--device-id <DEVICE_ID>: (Optional) The ID of the Trezor device to use, if multiple devices are connected. If not specified and multiple devices are present, a selection prompt will appear.
-
wallet-create: Create a new wallet file. -
wallet-recover: Recover a wallet from a seed phrase. -
wallet-close: Close the currently opened wallet.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG