github botanix-labs/botanix-releases v1.2.0-rc.9
Botanix v1.2.0-rc.9 (rc)

latest releases: v1.5.2, v1.5.2-hotfix.1, v1.5.1...
pre-release3 months ago

Botanix v1.2.0-rc.9

Release Channel: rc
Release Date: 2025-09-29 19:12:48 UTC
Git Tag: v1.2.0-rc.9
Git SHA: e1e7b3f867b74710481ed66ec622bd6b13153efc

Release Notes

Features

  • btc-server: add error log if invalid address passed into excluded_eth_addresses (2067edc)
  • btc-server: add flag excluded_eth_addresses for coin selection (49e0aad)
  • btc-server: add flag excluded_eth_addresses for coin selection (#990) (50da2e9)
  • btc-server: additional pegin pegout and signing metrics (#988) (fd484fe)

Code Refactoring

  • btc-server: refactor filter_excluded_utxos to remove unecessary cloning (d85f659)
  • btc-server: remove unused error type (83c696b)
  • btc-server: use clap for parsing excluded_eth_addresses (66deb32)
  • btc-server: use hashmap.retain for eth address filtering (4625e6a)
  • btc-sweep: use all utxo for conflicting input selection (02e9e7b)

Miscellaneous

  • crates: remove auto_doc_cfg (7a51042)
  • crates: remove auto_doc_cfg (#994) (27f5f01)
  • crates: remove doc_auto_cfg attribute (7cd3315)

Downloads

Binaries

Reth Node

BTC Server

Docker Images

BTC Server

docker pull ghcr.io/botanix-labs/botanix-btc-server:1.2.0-rc.9
docker pull ghcr.io/botanix-labs/botanix-btc-server:rc

Reth Node

docker pull ghcr.io/botanix-labs/botanix-reth-node:1.2.0-rc.9
docker pull ghcr.io/botanix-labs/botanix-reth-node:rc

Verification

Binary Checksums

# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.9/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.9/reth-x86_64-unknown-linux-gnu.tar.gz.sha256sum
sha256sum -c reth-x86_64-unknown-linux-gnu.tar.gz.sha256sum

Docker Image Verification

# Inspect image labels
docker inspect ghcr.io/botanix-labs/botanix-btc-server:1.2.0-rc.9 --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.9

# 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.9

Binary Installation

# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.9/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.

Don't miss a new botanix-releases release

NewReleases is sending notifications on new releases.