Forrest logo
back to the hsw-cli tool

hsw-cli:tldr:01ac6

hsw-cli: Unlock the current wallet (timeout in seconds).
$ hsw-cli unlock ${passphrase} ${timeout}
try on your machine

The command you provided is a command-line interface (CLI) command for unlocking a hardware wallet using the hsw-cli tool. It takes two arguments:

  1. ${passphrase}: This is a placeholder for the passphrase or password used to unlock the hardware wallet. You need to replace ${passphrase} with the actual passphrase you set for your hardware wallet.

  2. ${timeout}: This is also a placeholder for the timeout value, which represents the duration (in minutes) for which the hardware wallet should remain unlocked before automatically locking again. You need to replace ${timeout} with the desired timeout duration.

By running this command with the proper values for ${passphrase} and ${timeout}, the hsw-cli tool will use the provided passphrase to unlock the hardware wallet for the specified duration.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the hsw-cli tool