Botanix v1.3.0-hotfix.2
Release Channel: hotfix
Release Date: 2025-08-08 02:50:00 UTC
Git Tag: v1.3.0-hotfix.2
Git SHA: 2f9db4893b400abcf203373c97d04ccda3b326f6
Release Notes
Bug Fixes
- botanix-up: pass is_rpc_node param (1cb555a)
Tests
- rpc_node: port changes from closed pr 740 (0dff40d)
- rpc_node: refactor setup and test (eef415a)
- rpc_node: spawn cometbft node for each rpc node (6acf5ac)
- rpc: and zmq address to bitcoind (274477d)
Build System
- import: add back missed import (c5c23c8)
Downloads
Binaries
Reth Node
BTC Server
Docker Images
BTC Server
docker pull ghcr.io/botanix-labs/botanix-btc-server:1.3.0-hotfix.2
docker pull ghcr.io/botanix-labs/botanix-btc-server:hotfixReth Node
docker pull ghcr.io/botanix-labs/botanix-reth-node:1.3.0-hotfix.2
docker pull ghcr.io/botanix-labs/botanix-reth-node:hotfixVerification
Binary Checksums
# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/hotfix/1.3.0-hotfix.2/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/hotfix/1.3.0-hotfix.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.3.0-hotfix.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.3.0-hotfix.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.3.0-hotfix.2Binary Installation
# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/hotfix/1.3.0-hotfix.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.