Download the Xion Daemon
How to download pre-built versions of the xiond binary
We provide pre-built versions of the xiond binary.
This section shows how to avail yourself of these versions, should you prefer.
Download the image from Docker Hub
We publish Docker images to Docker Hub on every commit to
main.The image versions are tagged with the short Git SHA.
We do not use the
latesttag, to avoid confusion and mistakes.
$ docker pull burntnetwork/xion:latestObtain a shell in the Docker container
We can now invoke the
xiondbinary inside the container.
$ docker run -ti burntnetwork/xion:latest /bin/bash
# xiond version
# xiond version --long
# xiond --helpLast updated
Was this helpful?