Skip to content

Commit

Permalink
v6.3.7
Browse files Browse the repository at this point in the history
Improvements:
- Core & Miner APIs: Remove obsolete code & minor code optimizations
- Core / Includes.psm1: Function 'Update-DAGdata' sets CUDAversion property. No need for 'CUDAversion.json' anymore
- Core: Streamline failed miner reason text in switching log file
- Log viewer (SnakeTail): Change color for 'WARN' messages to match color in text console

Miner changes:
- NanoMiner-v3.9.3
- SRBMinerMulti-v2.6.7
- TeamBlackMiner-v2.27
  • Loading branch information
UselessGuru committed Oct 5, 2024
1 parent 079a53a commit 6e99a94
Show file tree
Hide file tree
Showing 116 changed files with 1,117 additions and 965 deletions.
4 changes: 2 additions & 2 deletions Balances/HashCryptos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\HashCryptos.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/HiveON.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\Hiveon.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/MiningDutch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\MiningDutch.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/NiceHash External.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\NiceHash Internal.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/NiceHash Internal.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\NiceHash Internal.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/ProHashing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\ProHashing.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/ZergPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\ZergPool.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/Zpool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\Zpool.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Brains/HashCryptos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\MiningDutch.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/MiningDutch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\MiningDutch.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/ProHashing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\ProHashing.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/ZPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\ZPool.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/ZergPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\ZergPool.ps1
Version: 6.3.6
Version date: 2024/10/01
Version: 6.3.7
Version date: 2024/10/05
#>

using module ..\Includes\Include.psm1
Expand Down
16 changes: 15 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Known issues:
- UG-Miner has issues with new Windows Terminal when the default terminal application is set to 'Let windows decide' or 'Windows Terminal'.
-> It is recommended to set it to 'Windows Console Host'

Changelog UG-Miner 6.3.7 2024/10/05
===================================

Improvements:
- Core & Miner APIs: Remove obsolete code & minor code optimizations
- Core / Includes.psm1: Function 'Update-DAGdata' sets CUDAversion property. No need for 'CUDAversion.json' anymore
- Core: Streamline failed miner reason text in switching log file
- Log viewer (SnakeTail): Change color for 'WARN' messages to match color in text console

Miner changes:
- NanoMiner-v3.9.3
- SRBMinerMulti-v2.6.7
- TeamBlackMiner-v2.27


Changelog UG-Miner 6.3.6 2024/10/01
===================================
Expand Down Expand Up @@ -33,7 +47,7 @@ Changes:
- Legacy GUI: Use <Ctrl>-<Alt>-P instead of <Ctrl>-<Alt>-<Pause Mining> button to suspend core (same as in console window)

Improvements:
- Web GUI / Miners tables: Optimize colum width handling
- Web GUI / Miners tables: Optimize column width handling
- Core: Use 'Close-CoreRunspace' instead of 'Stop-Core' on error in 'Core.ps1'

Miner changes:
Expand Down
2 changes: 1 addition & 1 deletion Config/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"BalancesTrackerPollInterval": 0,
"BenchmarkAllPoolAlgorithmCombinations": true,
"CalculatePowerCost": true,
"ConfigFileVersion": "6.3.6",
"ConfigFileVersion": "6.3.7",
"CPUMinerProcessPriority": -2,
"CPUMiningReserveCPUcore": 1,
"CryptoCompareAPIKeyParam": "af9b92255132dac6d1560c6eb1e04067d9fc0fb4c6630df00fb1d055bf858352",
Expand Down
6 changes: 3 additions & 3 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"AIDP": "KawPow",
"AIPG": "KawPow",
"AITT": "KawPow",
"AKA": "Ethash",
"AKA": null,
"ALPH": "Blake3",
"ALT": "Ethash",
"ANI": "Anime",
Expand All @@ -20,9 +20,9 @@
"ARRR": "Equihash2009",
"ARW": "Equihash1927",
"ATH": "Ethash",
"AUR": "Qubit",
"AUR": "Scrypt",
"AUS": "Scrypt",
"AVN": "X16rt",
"AVN": "MinotaurX",
"AVS": "Ethash",
"AXE": "X11",
"AYA": "Scrypt",
Expand Down
Loading

0 comments on commit 6e99a94

Please sign in to comment.