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 tendermint unsafe-reset-all

(unsafe) Remove all the data and WAL, and reset your node's validator to genesis state.

This command resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state.

danger

This command should never be used in a production environment. This command is recommended for testing purposes only.

Usage

Terrad
Copy

_3
Only use the following command in a testing environment:
_3
_3
terrad tendermint reset-state [flags]

Options

Terrad
Copy

_2
-h, --help help for unsafe-reset-all
_2
--keep-addr-book keep the address book intact

See also

  • terrad - The Terra Blockchain's CLI and node daemon. .