Skip to content

Commit

Permalink
v6.3.16
Browse files Browse the repository at this point in the history
Fixes:
- Includes.psm1: Mitigate memory leak with runspace handling

Miner updates:
- SRBMinerMulti-v2.7.1
  • Loading branch information
UselessGuru committed Nov 20, 2024
1 parent b75a8b9 commit d376884
Show file tree
Hide file tree
Showing 108 changed files with 411 additions and 370 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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

$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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

$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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

$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.3.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

$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.3.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

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.3.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

$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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

$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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

$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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

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.14
Version date: 2024/11/17
Version: 6.3.16
Version date: 2024/11/20
#>

using module ..\Includes\Include.psm1
Expand Down
36 changes: 34 additions & 2 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@ 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.3.16 2024/11/20
====================================

Fixes:
- Includes.psm1: Mitigate memory leak with runspace handling

Miner updates:
- SRBMinerMulti-v2.7.1


Changelog UG-Miner 6.3.15 2024/11/17
====================================

Changes:
- Removed config folder from distribution package


Changelog UG-Miner 6.3.14 2024/11/17
====================================

Fixes:
- Core: Corrupt data when merging PoolsConfig with CustomPoolConfig
- Web GUI / Balances data: 0 valued fields left empty

Improvements:
- Core: Minor code optimizations

Miner updates:
- BzMiner-v21.5.3
- OneZeroMiner-v1.4.2


Changelog UG-Miner 6.3.13 2024/11/10
====================================

Expand Down Expand Up @@ -234,7 +266,7 @@ Enhancements:

Fixes:
- Core: Suppress MemDbg debug message
- Core: Configuration item 'SSL' not working some scenarios when set in pool config (Regression from 6.2.19)
- Core: Configuration item 'SSL' not working some scenarios when set in pool configuration (Regression from 6.2.19)
- Web GUI / Unavailable miners: 'Remove watchdog' not working

Miner updates:
Expand Down Expand Up @@ -960,7 +992,7 @@ Fixes:
- Core: Invalid earnings & profit numbers if '$PayoutPayout' -ne 'BTC'

Improvements:
- Web GUI: Do not allow to save config if no main currency is configured
- Web GUI: Do not allow to save configuration if no main currency is configured
- Web GUI: Miner speed improvements for pool & miner tables

Miner changes:
Expand Down
1 change: 1 addition & 0 deletions Data/CoinNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"GLINK": "Gemlink",
"GOLD": "Goldcash",
"GPN": "Gamepass",
"GPRX": "Gainprox",
"GRIN": "GrinCt32",
"GRLC": "Garlic",
"GRS": "Groestl",
Expand Down
6 changes: 3 additions & 3 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"AIDP": "KawPow",
"AIPG": "KawPow",
"AITT": "KawPow",
"AKA": null,
"AKA": "Ethash",
"ALEO": "Zksnark",
"ALPH": "Blake3",
"ALT": "Ethash",
"ANI": "Anime",
"ANOK": "KawPow",
"ANP": "Keccak",
"APME": "X11",
"ARGY": null,
"ARGY": "GhostRider",
"ARQ": "RandomxArq",
"ARRR": "Equihash2009",
"ARW": "Equihash1927",
Expand All @@ -25,7 +25,7 @@
"AUS": "Scrypt",
"AVN": "MinotaurX",
"AVS": "Ethash",
"AXE": null,
"AXE": "X11",
"AYA": "Scrypt",
"BBC": "Ghostrider",
"BBTC": "Blake2s",
Expand Down
Loading

0 comments on commit d376884

Please sign in to comment.