Skip to content

Commit

Permalink
v6.4.12
Browse files Browse the repository at this point in the history
Fixes:
- Legacy GUI: Keep hidden columns hidden when switching tabs

Improvements:
- Core: Miner code improvements
  • Loading branch information
UselessGuru committed Feb 18, 2025
1 parent 210cc08 commit 277f59a
Show file tree
Hide file tree
Showing 112 changed files with 408 additions and 375 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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

$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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

$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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/MiningPoolHub.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\MiningPoolHub.ps1
Version: 6.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/NiceHash.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.ps1
Version: 6.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

If ($Config.NiceHashWallet) {
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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

$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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

$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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

$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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

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.4.11
Version date: 2025/02/13
Version: 6.4.12
Version date: 2025/02/18
#>

using module ..\Includes\Include.psm1
Expand Down
25 changes: 25 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Known issues:
- Balance Tracker / Earnings Graph: Date change does not respect local time zone (accumulated data is calculated in UTC time)


Changelog UG-Miner 6.4.12 2025/02/18
====================================

Fixes:
- Legacy GUI: Keep hidden columns hidden when switching tabs

Improvements:
- Core: Miner code improvements


Changelog UG-Miner 6.4.11 2025/02/15
====================================

Enhancements:
- Core: Add Banner
- Optimze dual algorithm miner code

Fixes:
- Legacy GUI: Window size & location not getting saved when only closing form but UG-Miner is left running

Miner updates:
- SRBMinerMulti-v2.7.9


Changelog UG-Miner 6.4.10 2025/02/13
====================================

Expand Down
1 change: 1 addition & 0 deletions Data/CoinNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"KLS": "Karlsen",
"KLV": "KleverTRC20",
"KMD": "Komodo",
"KPEPE": "Kingpepe",
"KUS": "Kusa",
"LBC": "LbryCredits",
"LCC": "Litecash",
Expand Down
1 change: 1 addition & 0 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"KLV": "Token",
"KMD": "Equihash2009",
"KOT": "Scrypt",
"KPEPE": "SHA256",
"KUS": "Ghostrider",
"KZC": "X11",
"LAMBY": "Scrypt",
Expand Down
Loading

0 comments on commit 277f59a

Please sign in to comment.