Skip to content

Commit

Permalink
v6.2.1
Browse files Browse the repository at this point in the history
Enhancements:
- Added configuration item 'ShowShares'
- Core: Minor code optimizations

Fixes:
- Core: Active miner not getting stopped when pool is no longer available
- Core: Not benchmarking running miner (Regression from 6.2.0)

Improvements:
- Core: Make stopping miners faster (clean jobs later)

Miner updates:
- lolMiner-v1.85beta
- TTMiner-v2024.1.7
  • Loading branch information
UselessGuru committed Mar 24, 2024
1 parent 28d94d5 commit 7e15f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Improvements:

Miner updates:
- lolMiner-v1.85beta
- TTMiner-v2024.1.7


ChangeLog UG-Miner 6.2.0 2024/03/19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Version date: 2024/03/24
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -gt "5.0" } ))) { Return }

$URI = Switch ($Variables.DriverVersion.CUDA) {
{ $_ -ge "11.0" } { "https://github.com/TrailingStop/TT-Miner-release/releases/download/2024.1.6/TT-Miner-2024.1.6.zip" }
{ $_ -ge "11.0" } { "https://github.com/TrailingStop/TT-Miner-release/releases/download/2024.1.7/TT-Miner-2024.1.7.zip" }
Default { Return }
}
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down

0 comments on commit 7e15f24

Please sign in to comment.