Botanix v1.5.1
Release Channel: stable
Release Date: 2025-10-21 22:54:32 UTC
Git Tag: v1.5.1
Git SHA: 9e49fd9ced7c562256cf57733ec66c7b66698e91
Release Notes
reth: support dns hostnames in config (79e1b84)
Miscellaneous
- dummy change to force build (5189e28)
- release: back-merge v1.5.0 from main to hotfix (402699a)
- release: bump version to 1.5.1-hotfix.1 (6902cc3)
- remove dummy change that forced build (c90b655)
- remove feature doc_auto_cfg (278315b)
Downloads
Binaries
Reth Node
BTC Server
Docker Images
BTC Server
docker pull ghcr.io/botanix-labs/botanix-btc-server:1.5.1
docker pull ghcr.io/botanix-labs/botanix-btc-server:stableReth Node
docker pull ghcr.io/botanix-labs/botanix-reth-node:1.5.1
docker pull ghcr.io/botanix-labs/botanix-reth-node:stableVerification
Binary Checksums
# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.5.1/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.5.1/reth-x86_64-unknown-linux-gnu.tar.gz.sha256sum
sha256sum -c reth-x86_64-unknown-linux-gnu.tar.gz.sha256sumDocker Image Verification
# Inspect image labels
docker inspect ghcr.io/botanix-labs/botanix-btc-server:1.5.1 --format='{{.Config.Labels}}'Installation
Quick Start with Docker
# Run BTC Server
docker run -d --name botanix-btc-server \
-p 8080:8080 \
ghcr.io/botanix-labs/botanix-btc-server:1.5.1
# Run Reth Node
docker run -d --name botanix-reth-node \
-p 30303:30303 -p 8545:8545 \
ghcr.io/botanix-labs/botanix-reth-node:1.5.1Binary Installation
# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.5.1/reth-x86_64-unknown-linux-gnu.tar.gz
tar -xzf reth-x86_64-unknown-linux-gnu.tar.gz
sudo mv reth /usr/local/bin/Previous Releases
See all releases for version history.