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

5. Start Feather Daemon

This daemon is a long running process that should never terminate. It listens for new chain launches, requests to join chains, and provisions resources to launch a validator in GKE accordingly. It is recommended to run this command using a terminal multiplexer like screen or tmux so it continues running even if your SSH connection drops.

To start the daemon:


feather validator daemon start \
--key <key> \
--docker-registry dockerhub \
--docker-username <docker_username> \
--docker-password <docker_password>