Botanix v1.2.0-rc.4
Release Channel: rc
Release Date: 2025-08-26 01:02:48 UTC
Git Tag: v1.2.0-rc.4
Git SHA: 2f30163fb45901f9703c97f3897b8955822fb876
Release Notes
Features
- btc-server: Added many new metrics, cleanup, versioning (#933) (fd9bbee)
- reth: Created new crates botanix-chainspec and botanix-hardforks (#847) (4473aa7)
Bug Fixes
Code Refactoring
- btc-server: helper method to calculate max inputs for psbt (#942) (a49662a)
- btc-server: helper method to calculate maximum number of psbt inputs (6edab39)
- btc-server: readability improvement for calculate max input (2766e60)
- btc-server: readability improvement for calculate max input (#952) (18aec30)
Miscellaneous
- cherry pick hotfix into develop (#955) (83569e3)
- deps: bump actions/checkout from 4 to 5 (#930) (af0c9e6)
- deps: bump amannn/action-semantic-pull-request from 5 to 6 (#931) (642d58b)
- merge develop into rc (#937) (2f30163)
- update cargo.lock (d567307)
Downloads
Binaries
Reth Node
BTC Server
Docker Images
BTC Server
docker pull ghcr.io/botanix-labs/botanix-btc-server:1.2.0-rc.4
docker pull ghcr.io/botanix-labs/botanix-btc-server:rcReth Node
docker pull ghcr.io/botanix-labs/botanix-reth-node:1.2.0-rc.4
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.4/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.4/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.4 --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.4
# 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.4Binary Installation
# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.4/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.