var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=2&rec=1&url=https://feather.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

Deploy Feather Daemon

This is a full step-by-step guide to deploy the Feather daemon. As a validator, your responsibilities are:

  1. Initialise gcloud CLI
  2. Initialise kubectl CLI
  3. Initialise docker CLI
  4. Initialise feather CLI
  5. Start the Feather daemon to listen to new chain launches

Disclaimer​

Some information Feather uses and creates will be publicly available:

  • Your validator's moniker/website/identity/security contact/details (from feather validator config init) will be inserted into gentxs and included in the genesis file of a deployed chain
  • Feather requests a public IP address (e.g. Kubernetes LoadBalancer) when deploying validators for a chain and this IP address is inserted into the gentx memo and included in the genesis file of a deployed chain