From 1b1ab9c8a71029cb2a505761ca8e6644141f1012 Mon Sep 17 00:00:00 2001 From: JustAResearcher <030manager@gmail.com> Date: Wed, 29 Jul 2026 19:27:54 -0500 Subject: [PATCH] Release TARI.Miner v1.1.5 --- README.md | 12 ++++++------ hiveos/h-manifest.conf | 2 +- package_release.ps1 | 3 ++- packaging/README-HIVEOS.txt | 6 +++--- packaging/README-LINUX.txt | 2 +- packaging/README.txt | 2 +- version.h | 2 +- 7 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 11abe32..cd28bac 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ schedule, or alternate mining connection. Open the [latest release](https://github.com/JustAResearcher/TARI.Miner/releases/latest) and download one file for your operating system: -- `TARI.Miner-v1.1.4-windows.zip` -- `TARI.Miner-v1.1.4-linux.tar.gz` -- `tari-miner-hiveos-1.1.4.tar.gz` for HiveOS +- `TARI.Miner-v1.1.5-windows.zip` +- `TARI.Miner-v1.1.5-linux.tar.gz` +- `tari-miner-hiveos-1.1.5.tar.gz` for HiveOS Each package contains all supported GPU backends. The starter detects every NVIDIA GPU and selects the correct backend for each card: @@ -32,7 +32,7 @@ The starter does not change GPU clocks, voltage, fans, or power limits. ## Windows -1. Extract `TARI.Miner-v1.1.4-windows.zip`. +1. Extract `TARI.Miner-v1.1.5-windows.zip`. 2. Run `start-c29.bat`. 3. Paste your Tari wallet address when prompted. 4. Leave the starter window open while mining. @@ -86,7 +86,7 @@ start-c29.bat --pipeline 1 ## Linux -Extract `TARI.Miner-v1.1.4-linux.tar.gz`, then run: +Extract `TARI.Miner-v1.1.5-linux.tar.gz`, then run: ```bash ./start-c29.sh @@ -113,7 +113,7 @@ Create a Custom miner in the Flight Sheet with these values: ```text Miner name: tari-miner-hiveos -Installation URL: https://github.com/JustAResearcher/TARI.Miner/releases/download/v1.1.4/tari-miner-hiveos-1.1.4.tar.gz +Installation URL: https://github.com/JustAResearcher/TARI.Miner/releases/download/v1.1.5/tari-miner-hiveos-1.1.5.tar.gz Hash algorithm: cuckaroo29 Wallet and worker template: %WAL%.%WORKER_NAME% Pool URL: stratum+tcp://taric29-ca.luckypool.io:3111 diff --git a/hiveos/h-manifest.conf b/hiveos/h-manifest.conf index dec0565..4c88caf 100644 --- a/hiveos/h-manifest.conf +++ b/hiveos/h-manifest.conf @@ -1,5 +1,5 @@ CUSTOM_NAME=${CUSTOM_NAME:-tari-miner-hiveos} -CUSTOM_VERSION=1.1.4 +CUSTOM_VERSION=1.1.5 CUSTOM_ALGO=cuckaroo29 CUSTOM_MINERBIN=start-c29.sh CUSTOM_CONFIG_FILENAME=${CUSTOM_CONFIG_FILENAME:-/hive/miners/custom/$CUSTOM_NAME/miner.env} diff --git a/package_release.ps1 b/package_release.ps1 index a5ba966..8330e63 100644 --- a/package_release.ps1 +++ b/package_release.ps1 @@ -176,7 +176,8 @@ $Checksums = foreach ($Archive in $Archives) { "$Hash $(Split-Path -Leaf $Archive)" } $ChecksumsPath = Join-Path $ReleaseRoot 'SHA256SUMS.txt' -$Checksums | Set-Content -LiteralPath $ChecksumsPath -Encoding ascii +$ChecksumText = ($Checksums -join "`n") + "`n" +[IO.File]::WriteAllText($ChecksumsPath, $ChecksumText, [Text.Encoding]::ASCII) $ReleaseNotes = @' # TARI.Miner C29 v{0} diff --git a/packaging/README-HIVEOS.txt b/packaging/README-HIVEOS.txt index 3e535d9..9eabc53 100644 --- a/packaging/README-HIVEOS.txt +++ b/packaging/README-HIVEOS.txt @@ -1,4 +1,4 @@ -TARI.Miner C29 v1.1.4 - HiveOS +TARI.Miner C29 v1.1.5 - HiveOS ================================ Community Tari Cuckaroo29 CUDA miner. No developer fee. @@ -11,7 +11,7 @@ HiveOS custom miner setup Miner name: tari-miner-hiveos Installation URL: - https://github.com/JustAResearcher/TARI.Miner/releases/download/v1.1.4/tari-miner-hiveos-1.1.4.tar.gz + https://github.com/JustAResearcher/TARI.Miner/releases/download/v1.1.5/tari-miner-hiveos-1.1.5.tar.gz Hash algorithm: cuckaroo29 Wallet and worker template: %WAL%.%WORKER_NAME% Pool URL: stratum+tcp://taric29-ca.luckypool.io:3111 @@ -41,7 +41,7 @@ It does not change clocks, voltage, fans, or power limits. Manual reinstall on a rig ------------------------- /hive/miners/custom/custom-get \ - https://github.com/JustAResearcher/TARI.Miner/releases/download/v1.1.4/tari-miner-hiveos-1.1.4.tar.gz \ + https://github.com/JustAResearcher/TARI.Miner/releases/download/v1.1.5/tari-miner-hiveos-1.1.5.tar.gz \ -f Then reapply the Flight Sheet or run `miner restart`. diff --git a/packaging/README-LINUX.txt b/packaging/README-LINUX.txt index ab37413..068a542 100644 --- a/packaging/README-LINUX.txt +++ b/packaging/README-LINUX.txt @@ -1,4 +1,4 @@ -TARI.Miner C29 v1.1.4 +TARI.Miner C29 v1.1.5 ===================== Community Tari Cuckaroo29 CUDA miner. No developer fee. diff --git a/packaging/README.txt b/packaging/README.txt index 1d94e69..c300e37 100644 --- a/packaging/README.txt +++ b/packaging/README.txt @@ -1,4 +1,4 @@ -TARI.Miner C29 v1.1.4 +TARI.Miner C29 v1.1.5 ===================== Community Tari Cuckaroo29 CUDA miner. No developer fee. diff --git a/version.h b/version.h index 861e2c5..9df1c9d 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ #pragma once -#define TARI_MINER_VERSION "1.1.4" +#define TARI_MINER_VERSION "1.1.5"