Botanix v1.2.0-rc.7
Release Channel: rc
Release Date: 2025-09-18 22:36:56 UTC
Git Tag: v1.2.0-rc.7
Git SHA: 277fa0ed2c9a56fe4b4186021840e7ed95f62b21
Release Notes
Features
- btc-server: key management pkg (#984) (277fa0e)
- btc-utils: Init binary & implement export/import mechanism for Frost keys (back-merge into ) (#983) (abd1ab8)
Downloads
Binaries
Reth Node
BTC Server
Docker Images
BTC Server
docker pull ghcr.io/botanix-labs/botanix-btc-server:1.2.0-rc.7
docker pull ghcr.io/botanix-labs/botanix-btc-server:rcReth Node
docker pull ghcr.io/botanix-labs/botanix-reth-node:1.2.0-rc.7
docker pull ghcr.io/botanix-labs/botanix-reth-node:rcVerification
Binary Checksums
# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.7/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.7/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.2.0-rc.7 --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.2.0-rc.7
# Run Reth Node
docker run -d --name botanix-reth-node \
-p 30303:30303 -p 8545:8545 \
ghcr.io/botanix-labs/botanix-reth-node:1.2.0-rc.7Binary Installation
# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.7/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.