Skip to content

Releases: ARIA-DevCode/ariaminer-btx

ARIAMiner-BTX v0.2.0

Choose a tag to compare

@stefancrypto68 stefancrypto68 released this 15 Jun 10:44

⚡ v0.2.0 — faster GPU kernel

Reworked MatMul GPU pipeline (fused projection) that mines the V3 PoW more
efficiently — more shares per watt on the very same card. Byte-exact with network
consensus (independently validated, 0 divergence over 1000+ nonces).

Update and restart your miner — no config change needed.

  • Multi-GPU fatbin: native cubins for RTX 20/30/40/50 series (sm_75 → sm_120, native Blackwell).
  • Portable build (glibc 2.30, static libstdc++) — runs on Ubuntu 20.04/22.04/24.04 + HiveOS.
  • 1% transparent dev fee.

ARIAMiner-BTX v0.1.7

Choose a tag to compare

@stefancrypto68 stefancrypto68 released this 14 Jun 13:32

ARIAMiner-BTX v0.1.7 — GPU mining fix for the v3 PoW (block 130500)

The BTX network switched its MatMul seed derivation to v3 at block 130500 (BTX v0.32.10).
v0.1.6 produces valid work but falls back to CPU after 130500 — the GPU sits idle and hashrate collapses.
v0.1.7 restores full GPU mining for v3 (CUDA nonce-seed pre-hash scan now derives v3 seeds with the parent median-time-past). Mines v3 on the GPU both before and after 130500.

  • Portable: any Linux from Ubuntu 20.04 / HiveOS up (glibc 2.30, static libstdc++).
  • CUDA runtime bundled — nothing to install. Archs sm_75 → sm_120 (Blackwell).
  • Built-in 1% transparent dev fee.

Update to v0.1.7 and restart your miner.

SHA256 (ariaminer-btx-v0.1.7-linux-x64.tar.gz): 88894a6d4571b505e69267cea29f6bad861f6331b41128eb5d771db836e92db2

ARIAMiner-BTX v0.1.6

Choose a tag to compare

@stefancrypto68 stefancrypto68 released this 14 Jun 11:39

ARIAMiner-BTX v0.1.6 — GPU miner for BTX (MatMul PoW), connects to AriaPool.

⚠️ Required upgrade before block 130500. The BTX network upgrades its MatMul seed derivation (V3) at height 130500; miners older than v0.1.6 produce invalid work after that block. This build handles pre- and post-130500 automatically.

  • 📦 Portable build — glibc 2.30 (HiveOS, Ubuntu 20.04+), CUDA runtime bundled (no CUDA install)
  • 🎯 Multi-arch fatbin — RTX 20/30/40/50 (sm_75 → sm_120)
  • 💸 1% transparent dev fee · PPLNS payouts in BTX to your address
  • 🔒 Closed-source binary

Quick start

tar xzf ariaminer-btx-v0.1.6-linux-x64.tar.gz
cd ariaminer-btx
./run.sh --wallet <YOUR_BTX_ADDRESS>

SHA256: c72546c64d6bae918fd56009a10e973433801c896d82405737db14c931d0a4eb

ARIAMiner-BTX v0.1.5

Choose a tag to compare

@stefancrypto68 stefancrypto68 released this 13 Jun 16:50

New optimized 0.32.8 MatMul kernel — noticeably faster on every card (SHA midstate caching + factored compression).

Changes

  • New BTX 0.32.8 MatMul kernel → higher hashrate (RTX 30 / 40 / 50)
  • Multi-arch CUDA fatbin (sm_75 → sm_120) — RTX 20 → 50 series
  • Portable build (glibc 2.30): HiveOS, Ubuntu 20.04 / 22.04 / 24.04, any recent Linux
  • CUDA runtime bundled — no install needed
  • 1% transparent dev fee

Quick start

tar xzf ariaminer-btx-v0.1.5-linux-x64.tar.gz
cd ariaminer-btx && ./run.sh --wallet <YOUR_BTX_ADDRESS>

Pool: stratum.ariabrain.com:3940 · Dashboard: https://pool.ariabrain.com/btx.html

ARIAMiner-BTX v0.1.4

Choose a tag to compare

ARIAMiner-BTX v0.1.4

High-performance GPU miner for BTX (matrix-multiplication PoW). CUDA runtime bundled — no toolkit needed. Connects to AriaPool.

What's new in v0.1.4

  • Portable build — runs everywhere: now built against glibc 2.30, so it works out of the box on HiveOS, Ubuntu 20.04 / 22.04 / 24.04 and any recent Linux (fixes the GLIBC_2.3x not found reported by the community)
  • libstdc++ statically linked — no more GLIBCXX_3.4.3x errors on older distros
  • Same full GPU coverage as v0.1.3: RTX 20 / 30 / 40 / 50 series + A100/H100, auto-reconnect, multi-GPU run.sh

Install

tar xzf ariaminer-btx-v0.1.4-linux-x64.tar.gz
cd ariaminer-btx
./run.sh --wallet <YOUR_BTX_ADDRESS>

Your BTX address is your payout (PPLNS, paid directly to it). Track your rigs at https://pool.ariabrain.com/btx.htmlMy stats.

Highlights

  • Optimized MatMul kernel, zero-config, CUDA bundled, single package
  • Pool: stratum.ariabrain.com:3940 · fee 1% · payouts in BTX
  • 1% transparent dev fee (disclosed, printed at startup)

Requirements

Linux x86-64 · NVIDIA GPU (CUDA 12.x driver). Verify with sha256sum -c SHA256SUMS.txt.

Closed-source binary. BTX is early-stage — real coins, not yet exchange-listed.

ARIAMiner-BTX v0.1.3

Choose a tag to compare

ARIAMiner-BTX v0.1.3

High-performance GPU miner for BTX (matrix-multiplication PoW). CUDA runtime bundled — no toolkit needed. Connects to AriaPool.

What's new in v0.1.3

  • Full GPU support: RTX 20 / 30 / 40 / 50 series (Turing → Blackwell) + datacenter cards (A100/H100) — fixes the "no hash" issue reported on RTX 30xx/40xx (v0.1.x shipped Blackwell-only kernels)
  • Auto-reconnect — if the pool restarts or the network drops, the miner reconnects on its own (no more dead screens)
  • Multi-GPU run.sh — auto-detects every GPU in the rig and launches one worker per card (./run.sh --wallet X is all you need)

Install

tar xzf ariaminer-btx-v0.1.3-linux-x64.tar.gz
cd ariaminer-btx
./run.sh --wallet <YOUR_BTX_ADDRESS>

Your BTX address is your payout (PPLNS, paid directly to it). Track your rigs at https://pool.ariabrain.com/btx.htmlMy stats.

Highlights

  • Optimized MatMul kernel, zero-config, CUDA bundled, single package
  • Pool: stratum.ariabrain.com:3940 · fee 1% · payouts in BTX
  • 1% transparent dev fee (disclosed, printed at startup)

Requirements

Linux x86-64 · NVIDIA GPU (CUDA 12.x driver). Verify with sha256sum -c SHA256SUMS.txt.

Closed-source binary. BTX is early-stage — real coins, not yet exchange-listed.

ARIAMiner-BTX v0.1.1

Choose a tag to compare

ARIAMiner-BTX v0.1.1

High-performance GPU miner for BTX (matrix-multiplication PoW). CUDA runtime bundled — no toolkit needed. Connects to AriaPool.

Install

tar xzf ariaminer-btx-v0.1.1-linux-x64.tar.gz
cd ariaminer-btx
./run.sh --wallet <YOUR_BTX_ADDRESS>

Your BTX address is your payout (PPLNS, paid directly to it). Track your rigs at https://pool.ariabrain.com/btx.htmlMy stats.

Highlights

  • Optimized MatMul kernel for RTX 30 / 40 / 50 (Pascal → Blackwell)
  • Zero-config, CUDA bundled, single package
  • Pool: stratum.ariabrain.com:3940 · fee 1% · payouts in BTX
  • 1% transparent dev fee (disclosed, printed at startup)

Requirements

Linux x86-64 · NVIDIA GPU (CUDA 12.x driver). Verify with sha256sum -c SHA256SUMS.txt.

Closed-source binary. BTX is early-stage — real coins, not yet exchange-listed.