github botanix-labs/botanix-releases v1.3.1
Botanix v1.3.1

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

Botanix v1.3.1

Release Channel: stable
Release Date: 2025-08-21 15:04:34 UTC
Git Tag: v1.3.1
Git SHA: 41dd0fd56a7b7d36e5489e02ea64f89afd9725d2

Release Notes

Bug Fixes

  • btc-server: check is_coordinator before resetting pending pegouts (#932) (6cacf76)
  • btc-server: pending pegout race condition (#934) (34bb0a4)
  • pending pegouts race condition (#938) (41dd0fd)

Miscellaneous

  • release: back-merge v1.3.0 from main to hotfix (e874240)
  • release: bump version to 1.3.1-hotfix.1 (2689a0d)

Downloads

Binaries

Reth Node

BTC Server

Docker Images

BTC Server

docker pull ghcr.io/botanix-labs/botanix-btc-server:1.3.1
docker pull ghcr.io/botanix-labs/botanix-btc-server:stable

Reth Node

docker pull ghcr.io/botanix-labs/botanix-reth-node:1.3.1
docker pull ghcr.io/botanix-labs/botanix-reth-node:stable

Verification

Binary Checksums

# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.3.1/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.3.1/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.3.1 --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.1

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

Binary Installation

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