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 collect-gentxs

Collect genesis txs and output a genesis.json file.

You can access the genesis.json file in Terrad's config folder.

Terrad
Copy

_1
code ~/.terra/config/genesis.json

For more information on Terrad configuration, visit the Full node general configuration page.

Usage

Terrad
Copy

_1
terrad collect-gentxs [flags]

Options

Terrad
Copy

_3
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
_3
-h, --help help for collect-gentxs
_3
--home string The application home directory (default "/Users/.terra")

See also