Skip to content

Commit

Permalink
v6.3.23
Browse files Browse the repository at this point in the history
Fixes:
- Core: Environment variables not set in miner process
- Core: Gone miners not stopping in some scenarios

Improvements:
- Remove obsolete code & minor code optimizations

Miner updates:
- BzMiner-v22.0.0
- JayddeeCpu-v24.8
- lolMiner-v1.93
- MiniZ-v2.4e
- SRBMinerMulti-v2.7.4
- Wildrig-v0.41.9 (keep Wildrig-v0.41.7 for old algorithms)
  • Loading branch information
UselessGuru committed Jan 1, 2025
1 parent 1435a37 commit e1fb02c
Show file tree
Hide file tree
Showing 117 changed files with 4,741 additions and 747 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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

$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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

$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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

$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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

$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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

$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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

$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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

$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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

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.22
Version date: 2024/12/21
Version: 6.3.23
Version date: 2025/01/01
#>

using module ..\Includes\Include.psm1
Expand Down
19 changes: 19 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ 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.23 2025/01/01
====================================

Fixes:
- Core: Environment variables not set in miner process
- Core: Gone miners not stopping in some scenarios

Improvements:
- Remove obsolete code & minor code optimizations

Miner updates:
- BzMiner-v22.0.0
- JayddeeCpu-v24.8
- lolMiner-v1.93
- MiniZ-v2.4e
- SRBMinerMulti-v2.7.4
- Wildrig-v0.41.9 (keep Wildrig-v0.41.7 for old algorithms)


Changelog UG-Miner 6.3.22 2024/12/21
====================================

Expand Down
2 changes: 2 additions & 0 deletions Data/Algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"argon2wkrz": "Argon2WKZR",
"astralhash": "AstralHash",
"astrixhash": "AstrixHash",
"astrobwtv3": "AstroBWTv3",
"autolykos": "Autolykos2",
"bcd": "BCD",
"beamv2": "BeamV2",
Expand Down Expand Up @@ -186,6 +187,7 @@
"neoscrypt": "Neoscrypt",
"neoscryptxaya": "NeoscryptXaya",
"novo": "SHA256dt",
"nxlhash": "NxlHash",
"obtc": "HeavyHash",
"octa": "OctaSpace",
"octaspace": "OctaSpace",
Expand Down
4 changes: 3 additions & 1 deletion Data/CoinNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"AVN": "Avian",
"BBC": "Baba",
"BBTC": "BlakeBitcoin",
"BCA": "Atom",
"BCH": "Bitcash",
"BEAM": "Beam",
"BEL": "Bells",
Expand Down Expand Up @@ -52,6 +53,7 @@
"CURVE": "Curve",
"CY": "Cyberyen",
"DASH": "Dash",
"DERO": "Dero",
"DGB": "Digibyte",
"DGC": "Digital",
"DIAC": "Diabase",
Expand Down Expand Up @@ -157,7 +159,7 @@
"NMC": "Name",
"NTL": "Nautilus",
"NVOL": "Nvolve",
"NXL": "NexelAi",
"NXL": "NexellAi",
"NYC": "Newyork",
"OBTC": "Optical",
"OCTA": "Octaspace",
Expand Down
3 changes: 2 additions & 1 deletion Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"DBIX": "Ethash",
"DCR": "Decred",
"DEM": "SHA256",
"DERO": "AstroBWTv3",
"DGB": "Qubit",
"DGC": "Scrypt",
"DIAC": "X11",
Expand Down Expand Up @@ -254,7 +255,7 @@
"NUKO": "Ethash",
"NVC": "Scrypt",
"NVOL": "KeccakC",
"NXL": "Heavyhashkaspa",
"NXL": "NxlHash",
"NYC": "Scrypt",
"NYX": "Neoscrypt",
"OBN": "Scrypt",
Expand Down
Loading

0 comments on commit e1fb02c

Please sign in to comment.