Skip to content

Commit

Permalink
v6.2.10
Browse files Browse the repository at this point in the history
Fixes:
- Core: Fix compatibility with WindowsTerminal
- Core: Miner would get suspended even when it succeeded benchmarking on the 3rd attempt
- Core: '$MinerInstancePerDeviceModel' not detected on fresh config
- Includes.psm1 / Get-DAGdata & Update-DAGdata: Add support fpr StakeCube coin (SSC) DaG calculation
- Miners: Change algorithm for Blakecoin to Blake2s
- RrkzCpu-v4.2: Disable mining using an SSL pool connection (not supported by miner)
- Wildrig-v0.40.5: Invalid device selection in mixed GPU scenarios

Miner updates:
- MiniZ-v2.4d
- SRBMinerMulti-v2.5.7
  • Loading branch information
UselessGuru committed Jun 20, 2024
1 parent f8f40e8 commit a8debfd
Show file tree
Hide file tree
Showing 124 changed files with 2,831 additions and 1,119 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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/20
#>

$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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/20
#>

$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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/20
#>

$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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/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.2.9
Version date: 2024/06/13
Version: 6.2.10
Version date: 2024/06/20
#>

using module ..\Includes\Include.psm1
Expand Down
17 changes: 17 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Known issues:
- Balance Tracker / Earnings Graph: Date change does not respect local time zone (accumulated data is calculated in UTC time)
- UG-Miner has issues with new Windows Terminal when default terminal application is set to 'Letwindows decide' or 'Windows Terminal'. -> It is recommeded to set it to 'Windows Console Host'

ChangeLog UG-Miner 6.2.10 2024/06/20
====================================

Fixes:
- Core: Fix compatibility with WindowsTerminal
- Core: Miner would get suspended even when it succeeded benchmarking on the 3rd attempt
- Core: '$MinerInstancePerDeviceModel' not detected on fresh config
- Includes.psm1 / Get-DAGdata & Update-DAGdata: Add support fpr StakeCube coin (SSC) DaG calculation
- Miners: Change algorithm for Blakecoin to Blake2s
- RrkzCpu-v4.2: Disable mining using an SSL pool connection (not supported by miner)
- Wildrig-v0.40.5: Invalid device selection in mixed GPU scenarios

Miner updates:
- MiniZ-v2.4d
- SRBMinerMulti-v2.5.7


ChangeLog UG-Miner 6.2.9 2024/06/13
Expand Down
1 change: 0 additions & 1 deletion Data/Algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"binariumv1": "BinariumV1",
"bittube": "Cuckaroo29B",
"bl2bsha3": "Blake2Bsha3",
"blakecoin": "Blake256R8",
"blake2bbtcc": "Blake2bBtcc",
"blake2bglt": "Blake2bGlt",
"blake2bsha3": "Blake2bSha3",
Expand Down
1 change: 1 addition & 0 deletions Data/CoinNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"CHTA": "CheetahCoin",
"CLO": "Callisto",
"CLORE": "Clore",
"CMS": "Cmusicai",
"COCO": "Coco",
"CPMK": "Chipmonk",
"CPU": "Cpuchain",
Expand Down
7 changes: 4 additions & 3 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"AXE": "X11",
"AYA": "Scrypt",
"BBC": "Ghostrider",
"BBTC": "Blakecoin",
"BBTC": "Blake2s",
"BCA": "SHA256",
"BCH": "SHA256",
"BEAM": "BeamhashIII",
Expand All @@ -35,7 +35,7 @@
"BGL": "Keccak",
"BIT": "Aurum",
"BLACK": "Ethash",
"BLC": "Blake256R8",
"BLC": "Blakecoin",
"BLOC": "CryptonightHeavyXhv",
"BLOCX": "X11",
"BM": "X11",
Expand Down Expand Up @@ -73,6 +73,7 @@
"CHTA": "SHA256",
"CLO": "Ethash",
"CLORE": "KawPow",
"CMS": "KawPow",
"COCO": "Scrypt",
"CPMK": "Yespower",
"CPU": "CpuPower",
Expand Down Expand Up @@ -296,7 +297,7 @@
"RYO": "CryptonightGpu",
"SATOX": "KawPow",
"SCASH": "RandomxScash",
"SCC": "X11",
"SCC": "FiroPowSCC",
"SCRIV": "Tribus",
"SERO": "ProgPowSero",
"SHAHE": "X16rv2",
Expand Down
Loading

0 comments on commit a8debfd

Please sign in to comment.