Botanix v1.5.2
Release Channel: stable
Release Date: 2025-11-14 13:07:49 UTC
Git Tag: v1.5.2
Git SHA: 3b42abd2ce66ae75cbc3576b4d1b8b6af8a7a3f6
Release Notes
Miscellaneous
- update README to reference botanix repo (7a124f3)
- update README to reference botanix repo (#1025) (3b42abd)
Downloads
Binaries
Reth Node
BTC Server
Docker Images
BTC Server
docker pull ghcr.io/botanix-labs/botanix-btc-server:1.5.2
docker pull ghcr.io/botanix-labs/botanix-btc-server:stableReth Node
docker pull ghcr.io/botanix-labs/botanix-reth-node:1.5.2
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.2/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.5.2/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.2 --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.2
# 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.2Binary Installation
# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.5.2/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.