Skip to content

Releases: LimeChain/Rock-Node

v0.2.1

28 Oct 14:25
8597305

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1


🐳 Docker Images

Multi-architecture images published to GitHub Container Registry:

# Pull specific version
docker pull ghcr.io/limechain/rock-node:0.2.1

# Pull latest
docker pull ghcr.io/limechain/rock-node:latest

Platforms: linux/amd64, linux/arm64

📦 Standalone Binaries

Download and verify checksums:

# Set version
VERSION=v0.2.1

# Download for your platform
wget https://github.com/LimeChain/Rock-Node/releases/download/${VERSION}/rock-node-${VERSION}-linux-x86_64.tar.gz

# Download checksums
wget https://github.com/LimeChain/Rock-Node/releases/download/${VERSION}/checksums.txt

# Verify integrity
sha256sum -c checksums.txt --ignore-missing

# Extract and run
tar -xzf rock-node-${VERSION}-linux-x86_64.tar.gz
./rock-node --config-path config/config.toml

Available Binaries:

  • rock-node-v0.2.1-linux-x86_64.tar.gz (Intel/AMD 64-bit)
  • rock-node-v0.2.1-linux-arm64.tar.gz (ARM 64-bit)

v0.2.0

15 Oct 04:15
83e1f33

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...v0.2.0


🐳 Docker Images

Multi-architecture images published to GitHub Container Registry:

# Pull specific version
docker pull ghcr.io/limechain/rock-node:0.2.0

# Pull latest
docker pull ghcr.io/limechain/rock-node:latest

Platforms: linux/amd64, linux/arm64

📦 Standalone Binaries

Download and verify checksums:

# Set version
VERSION=v0.2.0

# Download for your platform
wget https://github.com/LimeChain/Rock-Node/releases/download/${VERSION}/rock-node-${VERSION}-linux-x86_64.tar.gz

# Download checksums
wget https://github.com/LimeChain/Rock-Node/releases/download/${VERSION}/checksums.txt

# Verify integrity
sha256sum -c checksums.txt --ignore-missing

# Extract and run
tar -xzf rock-node-${VERSION}-linux-x86_64.tar.gz
./rock-node --config-path config/config.toml

Available Binaries:

  • rock-node-v0.2.0-linux-x86_64.tar.gz (Intel/AMD 64-bit)
  • rock-node-v0.2.0-linux-arm64.tar.gz (ARM 64-bit)

Rock Node v0.1.0

10 Jul 08:55
3fef899

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/LimeChain/Rock-Node/commits/0.1.0