Links

HD Wallet Account

Create the HD Wallet

Create the HD Wallet and provide the mnemonic phrase.
Usage: ioctl hdwallet create
Example
➜ ioctl hdwallet create
Set password
# Enter a password to access this account
Enter password again
# Repeat your password
Mnemonic phrase: object gentle entry place cigar minimum crowd lounge collect tray describe brush
It is used to recover your wallet in case you forgot the password. Write them down and store it in a safe place.

Delete the HD Wallet

Deletes the HD Wallet from the system
Usage: ioctl hdwallet delete
#Example
➜ ioctl hdwallet delete
** This is an irreversible action!
Once an hdwallet is deleted, all the assets under this hdwallet may be lost!
Type 'YES' to continue, quit for anything else.
Options: yes
Quit for anything else.
# Type yes to delete or Ctrl+C to cancel

Derive an address

Derive an address from the HD Wallet given a certain derivation path.
Usage: ioctl hdwallet derive id1/id2/id3
Example
➜ ioctl hdwallet derive 44/60/0
Enter password
# Type your HW Wallet password here
address: io19tuxh388pnxuacmtplrr5t207t6mqwxzcjp296

Export the HD Wallet

Displays the mnemonic phrase for the HD wallet
#Example
Usage: ioctl hdwallet export
Example
➜ ioctl hdwallet export
Enter password
# Type your password here
Mnemonic phrase: cattle success creek mean element useless lonely differ physical federal obtain knife
It is used to recover your wallet in case you forgot the password. Write them down and store it in a safe place.

Import a mnemonic phrase

Usage: ioctl hdwallet import
➜ ioctl hdwallet import
Enter 12 mnemonic words you saved, separated by space
#cattle success creek mean element useless lonely differ physical federal obtain knife
Set password
# Type your password
Enter password again
# Re-type your password
Mnemonic phrase: cattle success creek mean element useless lonely differ physical federal obtain knife
It is used to recover your wallet in case you forgot the password. Write them down and store it in a safe place.

Last modified 2yr ago