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

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

Botanix v1.2.0-rc.10

Release Channel: rc
Release Date: 2025-10-14 16:41:29 UTC
Git Tag: v1.2.0-rc.10
Git SHA: 7e3668cd9edb7e244a6db4978f7ac13944f27a0c

Release Notes

Features

Miscellaneous

  • deps: bump actions/setup-node from 4 to 5 (#977) (b342af0)
  • deps: bump clechasseur/rs-clippy-check from 4.0.5 to 5.0.1 (9f32ea9)
  • deps: bump clechasseur/rs-fmt-check from 2.0.11 to 3.0.0 (bfaa89c)
  • deps: bump cycjimmy/semantic-release-action from 4 to 5 (508e56f)
  • deps: bump google-github-actions/auth from 2 to 3 (#1006) (ff7435c)
  • deps: bump google-github-actions/setup-gcloud from 2 to 3 (adfdfe0)
  • deps: bump sigstore/cosign-installer from 3.9.2 to 3.10.0 (#1005) (9b94808)

Downloads

Binaries

Reth Node

BTC Server

Docker Images

BTC Server

docker pull ghcr.io/botanix-labs/botanix-btc-server:1.2.0-rc.10
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.10
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.10/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.10/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.10 --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.10

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

Binary Installation

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