var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

terrad keys mnemonic

Compute the bip39 mnemonic for some input entropy.

Synopsis

Create a bip39 mnemonic (sometimes called a seed phrase) by reading from the system entropy. To pass your own entropy, use --unsafe-entropy.

Usage

Terrad
Copy

_1
terrad keys mnemonic [flags]

Options

Terrad
Copy

_2
-h, --help help for mnemonic
_2
--unsafe-entropy Prompt the user to supply their own entropy, instead of relying on the system

Options inherited from parent commands

Terrad
Copy

_4
--home string The application home directory (default "terra")
_4
--keyring-backend string Select keyring's backend (os|file|test) (default "os")
_4
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
_4
--output string Output format (text|json) (default "text")

See also