diff --git a/Balances/HashCryptos.ps1 b/Balances/HashCryptos.ps1
index e2cd0bc9..8d8c5429 100644
--- a/Balances/HashCryptos.ps1
+++ b/Balances/HashCryptos.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Balances\HashCryptos.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
diff --git a/Balances/HiveON.ps1 b/Balances/HiveON.ps1
index 528b9468..fbd6cab9 100644
--- a/Balances/HiveON.ps1
+++ b/Balances/HiveON.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Balances\Hiveon.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
diff --git a/Balances/MiningDutch.ps1 b/Balances/MiningDutch.ps1
index 25428152..18dc93ef 100644
--- a/Balances/MiningDutch.ps1
+++ b/Balances/MiningDutch.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Balances\MiningDutch.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
diff --git a/Balances/NiceHash.ps1 b/Balances/NiceHash.ps1
index b688db1c..8b45ec8a 100644
--- a/Balances/NiceHash.ps1
+++ b/Balances/NiceHash.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Balances\NiceHash.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If ($Config.NiceHashWallet) {
diff --git a/Balances/ProHashing.ps1 b/Balances/ProHashing.ps1
index 4079fa83..ce290f12 100644
--- a/Balances/ProHashing.ps1
+++ b/Balances/ProHashing.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Balances\ProHashing.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
diff --git a/Balances/ZergPool.ps1 b/Balances/ZergPool.ps1
index 036d8503..0cfceade 100644
--- a/Balances/ZergPool.ps1
+++ b/Balances/ZergPool.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Balances\ZergPool.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
diff --git a/Balances/Zpool.ps1 b/Balances/Zpool.ps1
index 66d1e109..89693d74 100644
--- a/Balances/Zpool.ps1
+++ b/Balances/Zpool.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Balances\Zpool.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
diff --git a/Brains/HashCryptos.ps1 b/Brains/HashCryptos.ps1
index bb375264..02bb0092 100644
--- a/Brains/HashCryptos.ps1
+++ b/Brains/HashCryptos.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Brains\MiningDutch.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module ..\Includes\Include.psm1
diff --git a/Brains/MiningDutch.ps1 b/Brains/MiningDutch.ps1
index 9068b0ff..72282538 100644
--- a/Brains/MiningDutch.ps1
+++ b/Brains/MiningDutch.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Brains\MiningDutch.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module ..\Includes\Include.psm1
diff --git a/Brains/ProHashing.ps1 b/Brains/ProHashing.ps1
index 30d5dbbc..21b4477b 100644
--- a/Brains/ProHashing.ps1
+++ b/Brains/ProHashing.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Brains\ProHashing.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module ..\Includes\Include.psm1
diff --git a/Brains/ZPool.ps1 b/Brains/ZPool.ps1
index b74de6be..76359b15 100644
--- a/Brains/ZPool.ps1
+++ b/Brains/ZPool.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Brains\ZPool.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module ..\Includes\Include.psm1
diff --git a/Brains/ZergPool.ps1 b/Brains/ZergPool.ps1
index f752cc95..3686f6e3 100644
--- a/Brains/ZergPool.ps1
+++ b/Brains/ZergPool.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Brains\ZergPool.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module ..\Includes\Include.psm1
diff --git a/Changelog.txt b/Changelog.txt
index 30450b82..66cd5d5a 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,14 @@
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 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.20 2024/12/11
+====================================
+
+Miner updates:
+- JayddeeCpu-v24.6
+
Changelog UG-Miner 6.3.19 2024/12/04
====================================
diff --git a/Data/CoinNames.json b/Data/CoinNames.json
index 801634f2..15f99e0b 100644
--- a/Data/CoinNames.json
+++ b/Data/CoinNames.json
@@ -137,6 +137,7 @@
"LTZ": "Litez",
"MAC": "Machine",
"MAXE": "Maxeter",
+ "MAXI": "Maximus",
"MAZA": "Maza",
"MBC": "Microbit",
"MCL": "Marmara",
@@ -160,11 +161,13 @@
"OBTC": "Optical",
"OCTA": "Octaspace",
"ONION": "DeepOnion",
+ "OSMI": "Osmium",
"OSN": "Osinpay",
"PAPRY": "Paprika",
"PEP": "Pepe",
"PEPEW": "PepePow",
"PGN": "Pigeon",
+ "PHI": "Phi",
"PHO": "Photon",
"PLSR": "Pulsar",
"PLUS1": "Plusone",
diff --git a/Data/CurrencyAlgorithm.json b/Data/CurrencyAlgorithm.json
index 0eb7cf69..f831a196 100644
--- a/Data/CurrencyAlgorithm.json
+++ b/Data/CurrencyAlgorithm.json
@@ -223,6 +223,7 @@
"MANNA": "SHA256",
"MAX": "Keccak",
"MAXE": "Ghostrider",
+ "MAXI": "X11",
"MAZA": "MinotaurX",
"MBC": "Yespower2b",
"MCL": "equihash",
diff --git a/Data/DagData.json b/Data/DagData.json
index f740bc1e..f5f1505a 100644
--- a/Data/DagData.json
+++ b/Data/DagData.json
@@ -1,7 +1,7 @@
{
"Algorithm": {
"Autolykos2": {
- "BlockHeight": 1409397,
+ "BlockHeight": 1414671,
"CoinName": [
"Ergo"
],
@@ -9,65 +9,65 @@
"ERG"
],
"DAGsize": 4541157915,
- "Epoch": 971
+ "Epoch": 976
},
"EtcHash": {
- "BlockHeight": 21204999,
+ "BlockHeight": 21252121,
"CoinName": [
"EthereumClassic"
],
"Currency": [
"ETC"
],
- "DAGsize": 4051695488,
- "Epoch": 355
+ "DAGsize": 4060084352,
+ "Epoch": 356
},
"Ethash": {
- "BlockHeight": 20798153,
+ "BlockHeight": 20846154,
"CoinName": [
"EthereumPow"
],
"Currency": [
"ETHW"
],
- "DAGsize": 6903822208,
- "Epoch": 695
+ "DAGsize": 6912212864,
+ "Epoch": 696
},
"EthashB3": {
- "BlockHeight": 4961340,
+ "BlockHeight": 5032643,
"CoinName": [
"Hypra"
],
"Currency": [
"HYP"
],
- "DAGsize": 2474637184,
- "Epoch": 167
+ "DAGsize": 2491414144,
+ "Epoch": 169
},
"EvrProgPow": {
- "BlockHeight": 1094277,
+ "BlockHeight": 1104840,
"CoinName": [
"Evrmore"
],
"Currency": [
"EVR"
],
- "DAGsize": 4001363584,
- "Epoch": 93
+ "DAGsize": 4009751168,
+ "Epoch": 94
},
"FiroPow": {
- "BlockHeight": 1003646,
+ "BlockHeight": 1007839,
"CoinName": [
"Firo"
],
"Currency": [
"FIRO"
],
- "DAGsize": 7566524032,
- "Epoch": 774
+ "DAGsize": 7591690112,
+ "Epoch": 777
},
"FishHash": {
- "BlockHeight": 857667,
+ "BlockHeight": 868316,
"CoinName": [
"Ironfish"
],
@@ -78,7 +78,7 @@
"Epoch": 448
},
"HeavyHashKarlsenV2": {
- "BlockHeight": 34090151,
+ "BlockHeight": 34726172,
"CoinName": [
"Karlsen"
],
@@ -86,18 +86,18 @@
"KLS"
],
"DAGsize": 4831838208,
- "Epoch": 1138
+ "Epoch": 1159
},
"KawPow": {
- "BlockHeight": 3612873,
+ "BlockHeight": 3623387,
"CoinName": [
"Raven"
],
"Currency": [
"RVN"
],
- "DAGsize": 5125436032,
- "Epoch": 483
+ "DAGsize": 5142215296,
+ "Epoch": 485
},
"MeowPow": {
"BlockHeight": 971453,
@@ -111,40 +111,40 @@
"Epoch": 131
},
"Octopus": {
- "BlockHeight": 110800412,
+ "BlockHeight": 111336455,
"CoinName": [
"Conflux"
],
"Currency": [
"CFX"
],
- "DAGsize": 7868513024,
- "Epoch": 213
+ "DAGsize": 7885290752,
+ "Epoch": 214
},
"ProgPowSero": {
- "BlockHeight": 13965538,
+ "BlockHeight": 14013873,
"CoinName": [
"Sero"
],
"Currency": [
"SERO"
],
- "DAGsize": 4991221376,
- "Epoch": 467
+ "DAGsize": 5007998848,
+ "Epoch": 469
},
"ProgPowTelestai": {
- "BlockHeight": 175467,
+ "BlockHeight": 185990,
"CoinName": [
"Telestai"
],
"Currency": [
"TLS"
],
- "DAGsize": 1207958912,
- "Epoch": 16
+ "DAGsize": 1216345216,
+ "Epoch": 17
},
"ProgPowZ": {
- "BlockHeight": 2925565,
+ "BlockHeight": 2936291,
"CoinName": [
"Zano"
],
@@ -155,15 +155,15 @@
"Epoch": 99
},
"SCCpow": {
- "BlockHeight": 1045687,
+ "BlockHeight": 1050932,
"CoinName": [
"StakeCubeCoin"
],
"Currency": [
"SCC"
],
- "DAGsize": 3791650432,
- "Epoch": 324
+ "DAGsize": 3808427648,
+ "Epoch": 326
},
"UbqHash": {
"BlockHeight": 5517628,
@@ -185,36 +185,36 @@
},
"Currency": {
"*": {
- "BlockHeight": 110800412,
+ "BlockHeight": 111336455,
"Currency": "*",
- "DAGsize": 7868513024,
- "Epoch": 1138
+ "DAGsize": 7885290752,
+ "Epoch": 1159
},
"AIDP": {
"Algorithm": "KawPow",
- "BlockHeight": 316889,
+ "BlockHeight": 327421,
"CoinName": "AiDepin",
- "DAGsize": 1442839168,
- "Date": "2024-12-03T21:57:31.6669031Z",
- "Epoch": 44,
+ "DAGsize": 1451229056,
+ "Date": "2024-12-11T06:35:18.2142269Z",
+ "Epoch": 45,
"Url": "https://whattomine.com/coins.json"
},
"AIPG": {
"Algorithm": "KawPow",
- "BlockHeight": 515634,
+ "BlockHeight": 526212,
"CoinName": "Aipowergrid",
- "DAGsize": 1660943488,
- "Date": "2024-12-03T21:57:31.6930147Z",
- "Epoch": 70,
+ "DAGsize": 1677721216,
+ "Date": "2024-12-11T06:35:18.2339751Z",
+ "Epoch": 72,
"Url": "https://whattomine.com/coins.json"
},
"AITT": {
"Algorithm": "KawPow",
- "BlockHeight": 1580478,
+ "BlockHeight": 1622587,
"CoinName": "AittCoin",
- "DAGsize": 2852121472,
- "Date": "2024-12-03T21:57:31.7433605Z",
- "Epoch": 212,
+ "DAGsize": 2902451584,
+ "Date": "2024-12-11T06:35:18.3281145Z",
+ "Epoch": 218,
"Url": "https://whattomine.com/coins.json"
},
"AKA": {
@@ -237,11 +237,11 @@
},
"ANOK": {
"Algorithm": "KawPow",
- "BlockHeight": 333975,
+ "BlockHeight": 343317,
"CoinName": "Anokas",
- "DAGsize": 1459615616,
- "Date": "2024-12-03T21:57:31.7183173Z",
- "Epoch": 46,
+ "DAGsize": 1468006016,
+ "Date": "2024-12-11T06:35:18.2877453Z",
+ "Epoch": 47,
"Url": "https://whattomine.com/coins.json"
},
"AVS": {
@@ -255,20 +255,20 @@
},
"BLOCX": {
"Algorithm": "Autolykos2",
- "BlockHeight": 409583,
+ "BlockHeight": 419667,
"CoinName": "Blocx",
"DAGsize": 2147483648,
- "Date": "2024-12-03T21:57:33.9262634Z",
+ "Date": "2024-12-11T06:35:20.5480142Z",
"Epoch": 0,
"Url": "https://api-explorer.blocxscan.com/api/getblockcount"
},
"BTN": {
"Algorithm": "Ethash",
- "BlockHeight": 3413047,
+ "BlockHeight": 3462217,
"CoinName": "BitnetBtn",
- "DAGsize": 2038430848,
- "Date": "2024-12-03T21:57:31.7353181Z",
- "Epoch": 115,
+ "DAGsize": 2055208576,
+ "Date": "2024-12-11T06:35:18.3243874Z",
+ "Epoch": 117,
"Url": "https://whattomine.com/coins.json"
},
"CAU": {
@@ -282,11 +282,11 @@
},
"CFX": {
"Algorithm": "Octopus",
- "BlockHeight": 110800412,
+ "BlockHeight": 111336455,
"CoinName": "Conflux",
- "DAGsize": 7868513024,
- "Date": "2024-12-03T21:57:33.1558366Z",
- "Epoch": 213,
+ "DAGsize": 7885290752,
+ "Date": "2024-12-11T06:35:19.634453Z",
+ "Epoch": 214,
"Url": "https://prohashing.com/api/v1/currencies"
},
"CLO": {
@@ -300,11 +300,11 @@
},
"CLORE": {
"Algorithm": "KawPow",
- "BlockHeight": 1037755,
+ "BlockHeight": 1048284,
"CoinName": "Clore",
- "DAGsize": 2248145024,
- "Date": "2024-12-03T21:57:31.6745105Z",
- "Epoch": 140,
+ "DAGsize": 2256527744,
+ "Date": "2024-12-11T06:35:18.2319261Z",
+ "Epoch": 141,
"Url": "https://whattomine.com/coins.json"
},
"CMS": {
@@ -336,11 +336,11 @@
},
"EGAZ": {
"Algorithm": "EtcHash",
- "BlockHeight": 6438726,
+ "BlockHeight": 6488273,
"CoinName": "Etica",
- "DAGsize": 2885676928,
- "Date": "2024-12-03T21:57:31.7333147Z",
- "Epoch": 216,
+ "DAGsize": 2902451584,
+ "Date": "2024-12-11T06:35:18.3090935Z",
+ "Epoch": 218,
"Url": "https://whattomine.com/coins.json"
},
"EGEM": {
@@ -363,11 +363,11 @@
},
"ERG": {
"Algorithm": "Autolykos2",
- "BlockHeight": 1409397,
+ "BlockHeight": 1414671,
"CoinName": "Ergo",
"DAGsize": 4541157915,
- "Date": "2024-12-03T21:57:33.1507253Z",
- "Epoch": 971,
+ "Date": "2024-12-11T06:35:19.6278779Z",
+ "Epoch": 976,
"Url": "https://prohashing.com/api/v1/currencies"
},
"ESN": {
@@ -381,11 +381,11 @@
},
"ETC": {
"Algorithm": "EtcHash",
- "BlockHeight": 21204999,
+ "BlockHeight": 21252121,
"CoinName": "EthereumClassic",
- "DAGsize": 4051695488,
- "Date": "2024-12-03T21:57:33.1601176Z",
- "Epoch": 355,
+ "DAGsize": 4060084352,
+ "Date": "2024-12-11T06:35:19.6363973Z",
+ "Epoch": 356,
"Url": "https://prohashing.com/api/v1/currencies"
},
"ETHF": {
@@ -408,11 +408,11 @@
},
"ETHW": {
"Algorithm": "Ethash",
- "BlockHeight": 20798153,
+ "BlockHeight": 20846154,
"CoinName": "EthereumPow",
- "DAGsize": 6903822208,
- "Date": "2024-12-03T21:57:33.1524283Z",
- "Epoch": 695,
+ "DAGsize": 6912212864,
+ "Date": "2024-12-11T06:35:19.6303367Z",
+ "Epoch": 696,
"Url": "https://prohashing.com/api/v1/currencies"
},
"ETNT": {
@@ -435,11 +435,11 @@
},
"EVR": {
"Algorithm": "EvrProgPow",
- "BlockHeight": 1094277,
+ "BlockHeight": 1104840,
"CoinName": "Evrmore",
- "DAGsize": 4001363584,
- "Date": "2024-12-03T21:57:34.0962402Z",
- "Epoch": 93,
+ "DAGsize": 4009751168,
+ "Date": "2024-12-11T06:35:20.707797Z",
+ "Epoch": 94,
"Url": "https://evr.cryptoscope.io/api/getblockcount"
},
"EXP": {
@@ -453,11 +453,11 @@
},
"FIRO": {
"Algorithm": "FiroPow",
- "BlockHeight": 1003646,
+ "BlockHeight": 1007839,
"CoinName": "Firo",
- "DAGsize": 7566524032,
- "Date": "2024-12-03T21:57:31.7042086Z",
- "Epoch": 774,
+ "DAGsize": 7591690112,
+ "Date": "2024-12-11T06:35:18.2820711Z",
+ "Epoch": 777,
"Url": "https://whattomine.com/coins.json"
},
"FLORA": {
@@ -471,11 +471,11 @@
},
"FREN": {
"Algorithm": "KawPow",
- "BlockHeight": 1646176,
+ "BlockHeight": 1667319,
"CoinName": "Fren",
- "DAGsize": 2927622784,
- "Date": "2024-12-03T21:57:31.7088418Z",
- "Epoch": 221,
+ "DAGsize": 2952789376,
+ "Date": "2024-12-11T06:35:18.2373001Z",
+ "Epoch": 224,
"Url": "https://whattomine.com/coins.json"
},
"GPN": {
@@ -498,47 +498,47 @@
},
"HYP": {
"Algorithm": "EthashB3",
- "BlockHeight": 4961340,
+ "BlockHeight": 5032643,
"CoinName": "Hypra",
- "DAGsize": 2474637184,
- "Date": "2024-12-03T21:57:31.7212626Z",
- "Epoch": 167,
+ "DAGsize": 2491414144,
+ "Date": "2024-12-11T06:35:18.2948145Z",
+ "Epoch": 169,
"Url": "https://whattomine.com/coins.json"
},
"IRON": {
"Algorithm": "FishHash",
- "BlockHeight": 857667,
+ "BlockHeight": 868316,
"CoinName": "Ironfish",
"DAGsize": 4831838208,
- "Date": "2024-12-03T21:57:31.6383643Z",
+ "Date": "2024-12-11T06:35:18.2571251Z",
"Epoch": 448,
"Url": "https://whattomine.com/coins.json"
},
"KIIRO": {
"Algorithm": "FiroPow",
- "BlockHeight": 288380,
+ "BlockHeight": 292617,
"CoinName": "KiiroCoin",
- "DAGsize": 2944400768,
- "Date": "2024-12-03T21:57:31.7119132Z",
- "Epoch": 223,
+ "DAGsize": 2977951616,
+ "Date": "2024-12-11T06:35:18.2923963Z",
+ "Epoch": 227,
"Url": "https://whattomine.com/coins.json"
},
"KLS": {
"Algorithm": "HeavyHashKarlsenV2",
- "BlockHeight": 34090151,
+ "BlockHeight": 34726172,
"CoinName": "Karlsen",
"DAGsize": 4831838208,
- "Date": "2024-12-03T21:57:31.6873394Z",
- "Epoch": 1138,
+ "Date": "2024-12-11T06:35:18.2457199Z",
+ "Epoch": 1159,
"Url": "https://whattomine.com/coins.json"
},
"LRS": {
"Algorithm": "Ethash",
- "BlockHeight": 2183673,
+ "BlockHeight": 2232609,
"CoinName": "Larissa",
- "DAGsize": 1694497664,
- "Date": "2024-12-03T21:57:31.737313Z",
- "Epoch": 74,
+ "DAGsize": 1711274624,
+ "Date": "2024-12-11T06:35:18.2992023Z",
+ "Epoch": 76,
"Url": "https://whattomine.com/coins.json"
},
"META": {
@@ -570,11 +570,11 @@
},
"NEOX": {
"Algorithm": "KawPow",
- "BlockHeight": 1330893,
+ "BlockHeight": 1341421,
"CoinName": "Neoxa",
- "DAGsize": 2575301504,
- "Date": "2024-12-03T21:57:31.6830474Z",
- "Epoch": 179,
+ "DAGsize": 2583686528,
+ "Date": "2024-12-11T06:35:18.2247554Z",
+ "Epoch": 180,
"Url": "https://whattomine.com/coins.json"
},
"NILU": {
@@ -588,11 +588,11 @@
},
"NIR": {
"Algorithm": "ProgPowZ",
- "BlockHeight": 926256,
+ "BlockHeight": 947450,
"CoinName": "Nirmata",
- "DAGsize": 1342176128,
- "Date": "2024-12-03T21:57:31.6895072Z",
- "Epoch": 32,
+ "DAGsize": 1350561664,
+ "Date": "2024-12-11T06:35:18.2123712Z",
+ "Epoch": 33,
"Url": "https://whattomine.com/coins.json"
},
"NUKO": {
@@ -606,11 +606,11 @@
},
"OCTA": {
"Algorithm": "Ethash",
- "BlockHeight": 5999437,
+ "BlockHeight": 6048394,
"CoinName": "Octaspace",
- "DAGsize": 2759851648,
- "Date": "2024-12-03T21:57:31.7232591Z",
- "Epoch": 201,
+ "DAGsize": 2776625536,
+ "Date": "2024-12-11T06:35:18.3057819Z",
+ "Epoch": 203,
"Url": "https://whattomine.com/coins.json"
},
"PAPRY": {
@@ -642,11 +642,11 @@
},
"QKC": {
"Algorithm": "Ethash",
- "BlockHeight": 18016262,
+ "BlockHeight": 18081051,
"CoinName": "Quarkchain",
- "DAGsize": 6123680896,
- "Date": "2024-12-03T21:57:31.7307185Z",
- "Epoch": 602,
+ "DAGsize": 6140459648,
+ "Date": "2024-12-11T06:35:18.3167176Z",
+ "Epoch": 604,
"Url": "https://whattomine.com/coins.json"
},
"REDEV2": {
@@ -669,38 +669,38 @@
},
"RVN": {
"Algorithm": "KawPow",
- "BlockHeight": 3612873,
+ "BlockHeight": 3623387,
"CoinName": "Raven",
- "DAGsize": 5125436032,
- "Date": "2024-12-03T21:57:33.1543069Z",
- "Epoch": 483,
+ "DAGsize": 5142215296,
+ "Date": "2024-12-11T06:35:19.6326608Z",
+ "Epoch": 485,
"Url": "https://prohashing.com/api/v1/currencies"
},
"SATOX": {
"Algorithm": "KawPow",
- "BlockHeight": 986122,
+ "BlockHeight": 996651,
"CoinName": "Sato",
- "DAGsize": 2189426048,
- "Date": "2024-12-03T21:57:31.713979Z",
- "Epoch": 133,
+ "DAGsize": 2197814912,
+ "Date": "2024-12-11T06:35:18.2265892Z",
+ "Epoch": 134,
"Url": "https://whattomine.com/coins.json"
},
"SCC": {
"Algorithm": "SCCpow",
- "BlockHeight": 1045687,
+ "BlockHeight": 1050932,
"CoinName": "StakeCubeCoin",
- "DAGsize": 3791650432,
- "Date": "2024-12-03T21:57:33.7969285Z",
- "Epoch": 324,
+ "DAGsize": 3808427648,
+ "Date": "2024-12-11T06:35:20.4229641Z",
+ "Epoch": 326,
"Url": "https://scc.ccore.online/api/getblockcount"
},
"SERO": {
"Algorithm": "ProgPowSero",
- "BlockHeight": 13965538,
+ "BlockHeight": 14013873,
"CoinName": "Sero",
- "DAGsize": 4991221376,
- "Date": "2024-12-03T21:57:31.6856167Z",
- "Epoch": 467,
+ "DAGsize": 5007998848,
+ "Date": "2024-12-11T06:35:18.2849581Z",
+ "Epoch": 469,
"Url": "https://whattomine.com/coins.json"
},
"SLX": {
@@ -714,11 +714,11 @@
},
"TLS": {
"Algorithm": "ProgPowTelestai",
- "BlockHeight": 175467,
+ "BlockHeight": 185990,
"CoinName": "Telestai",
- "DAGsize": 1207958912,
- "Date": "2024-12-03T21:57:33.3010886Z",
- "Epoch": 16,
+ "DAGsize": 1216345216,
+ "Date": "2024-12-11T06:35:19.7895919Z",
+ "Epoch": 17,
"Url": "https://telestai.cryptoscope.io/api/getblockcount"
},
"UBQ": {
@@ -741,11 +741,11 @@
},
"XNA": {
"Algorithm": "KawPow",
- "BlockHeight": 851998,
+ "BlockHeight": 862537,
"CoinName": "Neurai",
- "DAGsize": 2038430848,
- "Date": "2024-12-03T21:57:31.6721097Z",
- "Epoch": 115,
+ "DAGsize": 2055208576,
+ "Date": "2024-12-11T06:35:18.2544647Z",
+ "Epoch": 117,
"Url": "https://whattomine.com/coins.json"
},
"XPB": {
@@ -759,24 +759,24 @@
},
"ZANO": {
"Algorithm": "ProgPowZ",
- "BlockHeight": 2925565,
+ "BlockHeight": 2936291,
"CoinName": "Zano",
"DAGsize": 1904212096,
- "Date": "2024-12-03T21:57:31.6646968Z",
+ "Date": "2024-12-11T06:35:18.2083549Z",
"Epoch": 99,
"Url": "https://whattomine.com/coins.json"
}
},
"Updated": {
- "https://api-explorer.blocxscan.com/api/getblockcount": "2024-12-03T21:57:33.926598Z",
- "https://evr.cryptoscope.io/api/getblockcount": "2024-12-03T21:57:34.0965786Z",
+ "https://api-explorer.blocxscan.com/api/getblockcount": "2024-12-11T06:35:20.5484133Z",
+ "https://evr.cryptoscope.io/api/getblockcount": "2024-12-11T06:35:20.7081671Z",
"https://mewc.cryptoscope.io/api/getblockcount": "2024-07-14T13:29:49.1181315Z",
- "https://minerstat.com/dag-size-calculator": "2024-12-03T21:57:32.3185111Z",
- "https://prohashing.com/api/v1/currencies": "2024-12-03T21:57:33.1605262Z",
- "https://scc.ccore.online/api/getblockcount": "2024-12-03T21:57:33.7972606Z",
- "https://telestai.cryptoscope.io/api/getblockcount": "2024-12-03T21:57:33.3014868Z",
+ "https://minerstat.com/dag-size-calculator": "2024-12-11T06:35:18.4369302Z",
+ "https://prohashing.com/api/v1/currencies": "2024-12-11T06:35:19.6367783Z",
+ "https://scc.ccore.online/api/getblockcount": "2024-12-11T06:35:20.4235684Z",
+ "https://telestai.cryptoscope.io/api/getblockcount": "2024-12-11T06:35:19.7899643Z",
"https://telestai.cryptoscope.io/api/getblockcount/": "2024-10-23T21:02:21.4975231Z",
- "https://whattomine.com/coins.json": "2024-12-03T21:57:31.7437109Z",
+ "https://whattomine.com/coins.json": "2024-12-11T06:35:18.328462Z",
"https://www.coinexplorer.net/api/v1/SCC/getblockcount": "2024-09-02T06:05:35.3039058Z",
"https://zergpool.com/api/currencies": "2024-08-26T19:03:15.0996499Z"
}
diff --git a/Includes/APIServer.psm1 b/Includes/APIServer.psm1
index 39756efd..004649c8 100644
--- a/Includes/APIServer.psm1
+++ b/Includes/APIServer.psm1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\APIServer.psm1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Function Start-APIServer {
diff --git a/Includes/BalancesTracker.ps1 b/Includes/BalancesTracker.ps1
index 1dc22bd6..3df003b9 100644
--- a/Includes/BalancesTracker.ps1
+++ b/Includes/BalancesTracker.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\BalancesTracker.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module .\Include.psm1
diff --git a/Includes/Core.ps1 b/Includes/Core.ps1
index fa680c6d..d8742c96 100644
--- a/Includes/Core.ps1
+++ b/Includes/Core.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: Core.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module .\Include.psm1
diff --git a/Includes/Downloader.ps1 b/Includes/Downloader.ps1
index e10ee16e..9a22e84b 100644
--- a/Includes/Downloader.ps1
+++ b/Includes/Downloader.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\Downloader.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module .\Includes\Include.psm1
diff --git a/Includes/Include.psm1 b/Includes/Include.psm1
index 513b0c94..d0a8c0d1 100644
--- a/Includes/Include.psm1
+++ b/Includes/Include.psm1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\include.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
$Global:DebugPreference = "SilentlyContinue"
diff --git a/Includes/LegacyGUI.ps1 b/Includes/LegacyGUI.ps1
index 609f94ef..19224661 100644
--- a/Includes/LegacyGUI.ps1
+++ b/Includes/LegacyGUI.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\LegacyGUI.psm1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
[Void][System.Reflection.Assembly]::Load("System.Windows.Forms")
@@ -1230,18 +1230,20 @@ $LegacyGUIactiveMinersDGV.ReadOnly = $true
$LegacyGUIactiveMinersDGV.RowHeadersVisible = $false
$LegacyGUIactiveMinersDGV.ScrollBars = "None"
$LegacyGUIactiveMinersDGV.SelectionMode = "FullRowSelect"
-$LegacyGUIactiveMinersDGV.Add_MouseUP(
+$LegacyGUIactiveMinersDGV.Add_MouseUp(
{
If ($_.Button -eq [System.Windows.Forms.MouseButtons]::Right) {
$LegacyGUIcontextMenuStrip.Enabled = [Boolean]$this.SelectedRows
}
}
)
+
$LegacyGUIactiveMinersDGV.Add_Sorted(
{
Set-TableColor -DataGridView $LegacyGUIactiveMinersDGV
}
)
+
Set-DataGridViewDoubleBuffer -Grid $LegacyGUIactiveMinersDGV -Enabled $true
$LegacyGUIstatusPageControls += $LegacyGUIactiveMinersDGV
@@ -1398,7 +1400,7 @@ $LegacyGUIminersDGV.Name = "MinersDGV"
$LegacyGUIminersDGV.ReadOnly = $true
$LegacyGUIminersDGV.RowHeadersVisible = $false
$LegacyGUIminersDGV.SelectionMode = "FullRowSelect"
-$LegacyGUIminersDGV.Add_MouseUP(
+$LegacyGUIminersDGV.Add_MouseUp(
{
If ($_.Button -eq [System.Windows.Forms.MouseButtons]::Right) {
$LegacyGUIcontextMenuStrip.Enabled = [Boolean]$this.SelectedRows
@@ -1510,7 +1512,7 @@ $LegacyGUIpoolsDGV.Name = "PoolsDGV"
$LegacyGUIpoolsDGV.ReadOnly = $true
$LegacyGUIpoolsDGV.RowHeadersVisible = $false
$LegacyGUIpoolsDGV.SelectionMode = "FullRowSelect"
-$LegacyGUIpoolsDGV.Add_MouseUP(
+$LegacyGUIpoolsDGV.Add_MouseUp(
{
If ($_.Button -eq [System.Windows.Forms.MouseButtons]::Right) {
$LegacyGUIcontextMenuStrip.Enabled = [Boolean]$this.SelectedRows
diff --git a/Includes/MinerAPIs/BzMiner.ps1 b/Includes/MinerAPIs/BzMiner.ps1
index c2570f91..ccf59ac5 100644
--- a/Includes/MinerAPIs/BzMiner.ps1
+++ b/Includes/MinerAPIs/BzMiner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\BzMiner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class BzMiner : Miner {
diff --git a/Includes/MinerAPIs/Ccminer.ps1 b/Includes/MinerAPIs/Ccminer.ps1
index 743d296f..c06cac28 100644
--- a/Includes/MinerAPIs/Ccminer.ps1
+++ b/Includes/MinerAPIs/Ccminer.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\CCminer.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class CcMiner : Miner {
diff --git a/Includes/MinerAPIs/EthMiner.ps1 b/Includes/MinerAPIs/EthMiner.ps1
index 25375bb3..e258e863 100644
--- a/Includes/MinerAPIs/EthMiner.ps1
+++ b/Includes/MinerAPIs/EthMiner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\EthMiner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class EthMiner : Miner {
diff --git a/Includes/MinerAPIs/FireIce.ps1 b/Includes/MinerAPIs/FireIce.ps1
index 33647a80..b44c7414 100644
--- a/Includes/MinerAPIs/FireIce.ps1
+++ b/Includes/MinerAPIs/FireIce.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\FireIce.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class Fireice : Miner {
diff --git a/Includes/MinerAPIs/Gminer.ps1 b/Includes/MinerAPIs/Gminer.ps1
index 09395451..426675f0 100644
--- a/Includes/MinerAPIs/Gminer.ps1
+++ b/Includes/MinerAPIs/Gminer.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\GMiner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class GMiner : Miner {
diff --git a/Includes/MinerAPIs/HellMiner.ps1 b/Includes/MinerAPIs/HellMiner.ps1
index 4e8a86de..adb4fd73 100644
--- a/Includes/MinerAPIs/HellMiner.ps1
+++ b/Includes/MinerAPIs/HellMiner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\lolMiner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class HellMiner : Miner {
diff --git a/Includes/MinerAPIs/MiniZ.ps1 b/Includes/MinerAPIs/MiniZ.ps1
index 75794347..07f819da 100644
--- a/Includes/MinerAPIs/MiniZ.ps1
+++ b/Includes/MinerAPIs/MiniZ.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\MiniZ.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class MiniZ : Miner {
diff --git a/Includes/MinerAPIs/NanoMiner.ps1 b/Includes/MinerAPIs/NanoMiner.ps1
index 82ccae3a..c85baf56 100644
--- a/Includes/MinerAPIs/NanoMiner.ps1
+++ b/Includes/MinerAPIs/NanoMiner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\NanoMiner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class NanoMiner : Miner {
diff --git a/Includes/MinerAPIs/OneZero.ps1 b/Includes/MinerAPIs/OneZero.ps1
index f4d8147f..892a7779 100644
--- a/Includes/MinerAPIs/OneZero.ps1
+++ b/Includes/MinerAPIs/OneZero.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\Trex.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class OneZero : Miner {
diff --git a/Includes/MinerAPIs/Rigel.ps1 b/Includes/MinerAPIs/Rigel.ps1
index 710ff3f7..a0b78065 100644
--- a/Includes/MinerAPIs/Rigel.ps1
+++ b/Includes/MinerAPIs/Rigel.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\Rigel.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class Rigel : Miner {
diff --git a/Includes/MinerAPIs/SRBMiner.ps1 b/Includes/MinerAPIs/SRBMiner.ps1
index 5ecdd69e..7d6f9c68 100644
--- a/Includes/MinerAPIs/SRBMiner.ps1
+++ b/Includes/MinerAPIs/SRBMiner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\SRBminer.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class SRBMiner : Miner {
diff --git a/Includes/MinerAPIs/TeamBlackMiner.ps1 b/Includes/MinerAPIs/TeamBlackMiner.ps1
index 6feeb111..06cf8cf5 100644
--- a/Includes/MinerAPIs/TeamBlackMiner.ps1
+++ b/Includes/MinerAPIs/TeamBlackMiner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\lolMiner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class TeamBlackMiner : Miner {
diff --git a/Includes/MinerAPIs/Trex.ps1 b/Includes/MinerAPIs/Trex.ps1
index 893f74c9..6d2391a2 100644
--- a/Includes/MinerAPIs/Trex.ps1
+++ b/Includes/MinerAPIs/Trex.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\Trex.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class Trex : Miner {
diff --git a/Includes/MinerAPIs/Xgminer.ps1 b/Includes/MinerAPIs/Xgminer.ps1
index 5c7c827b..e1d88d75 100644
--- a/Includes/MinerAPIs/Xgminer.ps1
+++ b/Includes/MinerAPIs/Xgminer.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\Xgminer.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class XgMiner : Miner {
diff --git a/Includes/MinerAPIs/XmRig.ps1 b/Includes/MinerAPIs/XmRig.ps1
index b5dcbfba..969aa128 100644
--- a/Includes/MinerAPIs/XmRig.ps1
+++ b/Includes/MinerAPIs/XmRig.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\XmRig.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class XmRig : Miner {
diff --git a/Includes/MinerAPIs/lolMiner.ps1 b/Includes/MinerAPIs/lolMiner.ps1
index d271eccd..69e681ce 100644
--- a/Includes/MinerAPIs/lolMiner.ps1
+++ b/Includes/MinerAPIs/lolMiner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Includes\MinerAPIs\lolMiner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Class lolMiner : Miner {
diff --git a/Miners/BzMiner-v21.5.3.ps1 b/Miners/BzMiner-v21.5.3.ps1
index 2ce20879..f1717760 100644
--- a/Miners/BzMiner-v21.5.3.ps1
+++ b/Miners/BzMiner-v21.5.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ "AMD", "INTEL" -contains $_.Type -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.OpenCL.DriverVersion -ge [System.Version]"460.27.03") }))) { Return }
diff --git a/Miners/CcminerAlexis78-v1.5.2.ps1 b/Miners/CcminerAlexis78-v1.5.2.ps1
index 717755a8..88ab53aa 100644
--- a/Miners/CcminerAlexis78-v1.5.2.ps1
+++ b/Miners/CcminerAlexis78-v1.5.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.1" }))) { Return }
diff --git a/Miners/CcminerDyn-v1.0.2.ps1 b/Miners/CcminerDyn-v1.0.2.ps1
index e8c2821c..894843ab 100644
--- a/Miners/CcminerDyn-v1.0.2.ps1
+++ b/Miners/CcminerDyn-v1.0.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return } # Cuda error in func 'argon2d_hash_cuda' at line 89 : an illegal instruction was encountered on GTX 750
diff --git a/Miners/CcminerKlausT-v8.25.ps1 b/Miners/CcminerKlausT-v8.25.ps1
index 543576b1..09b3f812 100644
--- a/Miners/CcminerKlausT-v8.25.ps1
+++ b/Miners/CcminerKlausT-v8.25.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -and $_.OpenCL.ComputeCapability -lt "6.0" -and $_.Architecture -ne "Other" }))) { Return }
diff --git a/Miners/CcminerKlausT-v8.26x2.ps1 b/Miners/CcminerKlausT-v8.26x2.ps1
index 2cf47a75..351fd08a 100644
--- a/Miners/CcminerKlausT-v8.26x2.ps1
+++ b/Miners/CcminerKlausT-v8.26x2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge [System.Version]"6.0" }))) { Return }
diff --git a/Miners/CcminerLyra2z330-v8.21r9.ps1 b/Miners/CcminerLyra2z330-v8.21r9.ps1
index a62a5c63..76e7dfef 100644
--- a/Miners/CcminerLyra2z330-v8.21r9.ps1
+++ b/Miners/CcminerLyra2z330-v8.21r9.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.1" }))) { Return }
diff --git a/Miners/CcminerLyraYesscrypt-v8.21r18v5.ps1 b/Miners/CcminerLyraYesscrypt-v8.21r18v5.ps1
index f0ed3c8f..da647515 100644
--- a/Miners/CcminerLyraYesscrypt-v8.21r18v5.ps1
+++ b/Miners/CcminerLyraYesscrypt-v8.21r18v5.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.1" }))) { Return }
diff --git a/Miners/CcminerMemeHash-v2.5.5.9.ps1 b/Miners/CcminerMemeHash-v2.5.5.9.ps1
index 55625f21..f6c2b092 100644
--- a/Miners/CcminerMemeHash-v2.5.5.9.ps1
+++ b/Miners/CcminerMemeHash-v2.5.5.9.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/CcminerNeoscryptXaya-v0.2.ps1 b/Miners/CcminerNeoscryptXaya-v0.2.ps1
index 1510f430..dcfde770 100644
--- a/Miners/CcminerNeoscryptXaya-v0.2.ps1
+++ b/Miners/CcminerNeoscryptXaya-v0.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" -and $_.Architecture -ne "Other" }))) { Return } # Cuda error in func 'neoscrypt_hash_k4' at line 1518 : an illegal instruction was encountered on GTX 750
diff --git a/Miners/CcminerVerusCpu-v3.8.3.ps1 b/Miners/CcminerVerusCpu-v3.8.3.ps1
index d9486630..41bd97b4 100644
--- a/Miners/CcminerVerusCpu-v3.8.3.ps1
+++ b/Miners/CcminerVerusCpu-v3.8.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
diff --git a/Miners/CcminerVerusGpu-v3.8.3.ps1 b/Miners/CcminerVerusGpu-v3.8.3.ps1
index 9f0a074e..7ce6121d 100644
--- a/Miners/CcminerVerusGpu-v3.8.3.ps1
+++ b/Miners/CcminerVerusGpu-v3.8.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "7.5" }))) { Return }
diff --git a/Miners/ClaymoreNeoscrypt-v1.2.ps1 b/Miners/ClaymoreNeoscrypt-v1.2.ps1
index a4c2d127..45cfc015 100644
--- a/Miners/ClaymoreNeoscrypt-v1.2.ps1
+++ b/Miners/ClaymoreNeoscrypt-v1.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -and $Variables.DriverVersion.CIM.AMD -lt [System.Version]"26.20.15011.10003" }))) { Return }
diff --git a/Miners/CpuMiner-v1.4.ps1 b/Miners/CpuMiner-v1.4.ps1
index bc853048..8841f810 100644
--- a/Miners/CpuMiner-v1.4.ps1
+++ b/Miners/CpuMiner-v1.4.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
diff --git a/Miners/CpuMinerAurum-v3.23.1.ps1 b/Miners/CpuMinerAurum-v3.23.1.ps1
index e0937476..41c53fec 100644
--- a/Miners/CpuMinerAurum-v3.23.1.ps1
+++ b/Miners/CpuMinerAurum-v3.23.1.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
diff --git a/Miners/CryptoDredge-v0.16.0.ps1 b/Miners/CryptoDredge-v0.16.0.ps1
index 52c4a13c..b50426e5 100644
--- a/Miners/CryptoDredge-v0.16.0.ps1
+++ b/Miners/CryptoDredge-v0.16.0.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/CryptoDredge-v0.27.0.ps1 b/Miners/CryptoDredge-v0.27.0.ps1
index 9b71651d..2859fe60 100644
--- a/Miners/CryptoDredge-v0.27.0.ps1
+++ b/Miners/CryptoDredge-v0.27.0.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" -and $_.Architecture -ne "Other" }))) { Return }
diff --git a/Miners/EthMiner-v0.19.0.18.ps1 b/Miners/EthMiner-v0.19.0.18.ps1
index 250db627..f8e9dd12 100644
--- a/Miners/EthMiner-v0.19.0.18.ps1
+++ b/Miners/EthMiner-v0.19.0.18.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAversion -ge [System.Version]"9.1") }))) { Return }
diff --git a/Miners/EvrProgPow-v1p3p0.ps1 b/Miners/EvrProgPow-v1p3p0.ps1
index 84bdb689..cd3545e4 100644
--- a/Miners/EvrProgPow-v1p3p0.ps1
+++ b/Miners/EvrProgPow-v1p3p0.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/FrkHashMiner-v1.3.14.ps1 b/Miners/FrkHashMiner-v1.3.14.ps1
index daf28770..6f0670a2 100644
--- a/Miners/FrkHashMiner-v1.3.14.ps1
+++ b/Miners/FrkHashMiner-v1.3.14.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAversion -ge [System.Version]"9.1" }))) { Return }
diff --git a/Miners/GMiner-v2.75.ps1 b/Miners/GMiner-v2.75.ps1
index 9cd40503..fc693d16 100644
--- a/Miners/GMiner-v2.75.ps1
+++ b/Miners/GMiner-v2.75.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ ($_.Type -eq "AMD" -and $_.OpenCL.ClVersion -ge "OpenCL C 1.2") -or $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/GMiner-v3.44.ps1 b/Miners/GMiner-v3.44.ps1
index 233ca247..9c05dde8 100644
--- a/Miners/GMiner-v3.44.ps1
+++ b/Miners/GMiner-v3.44.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ ($_.Type -eq "AMD" -and $_.OpenCL.ClVersion -ge "OpenCL C 1.2") -or $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/HellMiner-v0.59.1.ps1 b/Miners/HellMiner-v0.59.1.ps1
index 91ce970d..ba5fc197 100644
--- a/Miners/HellMiner-v0.59.1.ps1
+++ b/Miners/HellMiner-v0.59.1.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
@@ -32,7 +32,7 @@ $Path = "Bin\$Name\hellminer.exe"
$DeviceEnumerator = "Type_Vendor_Index"
$Algorithms = @(
- @{ Algorithm = "VerusHash"; Fee = @(0.01); MinerSet = 0; WarmupTimes = @(45, 90); ExcludePools = @(); Arguments = "" }
+ @{ Algorithm = "VerusHash"; Fee = @(0.01); MinerSet = 0; WarmupTimes = @(45, 90); ExcludePools = @("NiceHash"); Arguments = "" }
)
# $Algorithms = $Algorithms.Where({ $_.MinerSet -le $Config.MinerSet })
@@ -46,9 +46,8 @@ If ($Algorithms) {
{
$MinerName = "$Name-$($AvailableMinerDevices.Count)x$($AvailableMinerDevices.Model | Select-Object -Unique)-$($_.Algorithm)"
- # $ExcludePools = $_.ExcludePools
- # ForEach ($Pool in $MinerPools[0][$_.Algorithm].Where({ $_.PoolPorts[0] -and $ExcludePools -notcontains $_.Name })) {
- ForEach ($Pool in $MinerPools[0][$_.Algorithm].Where({ $_.PoolPorts[0] })) {
+ $ExcludePools = $_.ExcludePools
+ ForEach ($Pool in $MinerPools[0][$_.Algorithm].Where({ $_.PoolPorts[0] -and $ExcludePools -notcontains $_.Name })) {
[PSCustomObject]@{
API = "HellMiner"
diff --git a/Miners/JayddeeCpu-v24.5.ps1 b/Miners/JayddeeCpu-v24.6.ps1
similarity index 99%
rename from Miners/JayddeeCpu-v24.5.ps1
rename to Miners/JayddeeCpu-v24.6.ps1
index 6ea23724..258c3f73 100644
--- a/Miners/JayddeeCpu-v24.5.ps1
+++ b/Miners/JayddeeCpu-v24.6.ps1
@@ -17,13 +17,13 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
-$URI = "https://github.com/JayDDee/cpuminer-opt/releases/download/v24.5/cpuminer-opt-24.5-windows.zip"
+$URI = "https://github.com/JayDDee/cpuminer-opt/releases/download/v24.6/cpuminer-opt-24.6-windows.zip"
$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
$Path = "Bin\$Name\cpuminer-aes-sse42.exe" # Intel
diff --git a/Miners/KawpowMiner-v1.2.4cl.ps1 b/Miners/KawpowMiner-v1.2.4cl.ps1
index 4dbe0513..f2e9232e 100644
--- a/Miners/KawpowMiner-v1.2.4cl.ps1
+++ b/Miners/KawpowMiner-v1.2.4cl.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" }))) { Return }
diff --git a/Miners/KawpowMiner-v1.2.4cuda.ps1 b/Miners/KawpowMiner-v1.2.4cuda.ps1
index 95969a1b..45e254ab 100644
--- a/Miners/KawpowMiner-v1.2.4cuda.ps1
+++ b/Miners/KawpowMiner-v1.2.4cuda.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/Kudaraidee-v1.2.0a.ps1 b/Miners/Kudaraidee-v1.2.0a.ps1
index 5a73d7ac..305d620a 100644
--- a/Miners/Kudaraidee-v1.2.0a.ps1
+++ b/Miners/Kudaraidee-v1.2.0a.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.Type -eq "NVIDIA" -and $_.CUDAversion -ge [System.Version]"10.2") }))) { Return }
diff --git a/Miners/MeowPowMiner-v2.0.0cl.ps1 b/Miners/MeowPowMiner-v2.0.0cl.ps1
index 862eb2c8..5df19509 100644
--- a/Miners/MeowPowMiner-v2.0.0cl.ps1
+++ b/Miners/MeowPowMiner-v2.0.0cl.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" }))) { Return }
diff --git a/Miners/MeowPowMiner-v2.0.0cuda.ps1 b/Miners/MeowPowMiner-v2.0.0cuda.ps1
index ded8f22a..349fdbf3 100644
--- a/Miners/MeowPowMiner-v2.0.0cuda.ps1
+++ b/Miners/MeowPowMiner-v2.0.0cuda.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/MiniZ-v2.4d.ps1 b/Miners/MiniZ-v2.4d.ps1
index 280ed4c5..c0a09845 100644
--- a/Miners/MiniZ-v2.4d.ps1
+++ b/Miners/MiniZ-v2.4d.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/NSFMiner-v1.3.14.ps1 b/Miners/NSFMiner-v1.3.14.ps1
index 83ce0b79..32dceaec 100644
--- a/Miners/NSFMiner-v1.3.14.ps1
+++ b/Miners/NSFMiner-v1.3.14.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAversion -ge [System.Version]"9.1") }))) { Return }
diff --git a/Miners/NanoMiner-v3.9.3.ps1 b/Miners/NanoMiner-v3.9.3.ps1
index b0c1d141..adcfb6e7 100644
--- a/Miners/NanoMiner-v3.9.3.ps1
+++ b/Miners/NanoMiner-v3.9.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" -or @("AMD", "INTEL") -contains $_.Type -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.OpenCL.DriverVersion -ge [System.Version]"455.23") }))) { Return }
diff --git a/Miners/Ninjarig-1.0.3.ps1 b/Miners/Ninjarig-1.0.3.ps1
index ec257f29..aa0ea361 100644
--- a/Miners/Ninjarig-1.0.3.ps1
+++ b/Miners/Ninjarig-1.0.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/NosuchCpu-v3.8.8.1.ps1 b/Miners/NosuchCpu-v3.8.8.1.ps1
index 7aeedeca..5a3ce153 100644
--- a/Miners/NosuchCpu-v3.8.8.1.ps1
+++ b/Miners/NosuchCpu-v3.8.8.1.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
diff --git a/Miners/OneZeroMiner-v1.4.2.ps1 b/Miners/OneZeroMiner-v1.4.2.ps1
index 4d498515..5550aed0 100644
--- a/Miners/OneZeroMiner-v1.4.2.ps1
+++ b/Miners/OneZeroMiner-v1.4.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "NVIDIA" -and $_.OpenCL.DriverVersion -ge [System.Version]"450.80.02" }))) { Return }
diff --git a/Miners/PhoenixMiner-v6.2c.ps1 b/Miners/PhoenixMiner-v6.2c.ps1
index 0ceec9e1..d98cfbfb 100644
--- a/Miners/PhoenixMiner-v6.2c.ps1
+++ b/Miners/PhoenixMiner-v6.2c.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/Radiator-v1.0.0.ps1 b/Miners/Radiator-v1.0.0.ps1
index 9b8cea4a..f8ab600d 100644
--- a/Miners/Radiator-v1.0.0.ps1
+++ b/Miners/Radiator-v1.0.0.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/Raptor3umCpu-v2.0.ps1 b/Miners/Raptor3umCpu-v2.0.ps1
index cb26f515..017cd019 100644
--- a/Miners/Raptor3umCpu-v2.0.ps1
+++ b/Miners/Raptor3umCpu-v2.0.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
diff --git a/Miners/Rigel-v1.19.1.ps1 b/Miners/Rigel-v1.19.1.ps1
index 935c4797..0a5e4c8c 100644
--- a/Miners/Rigel-v1.19.1.ps1
+++ b/Miners/Rigel-v1.19.1.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
# Return
diff --git a/Miners/RplantCpu-v5.0.41.ps1 b/Miners/RplantCpu-v5.0.41.ps1
index f7079e80..87e9e9dc 100644
--- a/Miners/RplantCpu-v5.0.41.ps1
+++ b/Miners/RplantCpu-v5.0.41.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
@@ -34,81 +34,81 @@ ElseIf ($AvailableMinerDevices.CPUfeatures -match "sse2") { $Path = "Bin\$Name\c
Else { Return }
$Algorithms = @(
- @{ Algorithm = "Avian"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo avian" }
- @{ Algorithm = "Allium"; MinerSet = 3; WarmupTimes = @(30, 0); ExcludePools = @(); Arguments = " --algo allium" } # FPGA
- @{ Algorithm = "Anime"; MinerSet = 0; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo anime" }
-# @{ Algorithm = "Argon2ad"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2ad" } # ASIC
- @{ Algorithm = "Argon2d250"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2d250" }
- @{ Algorithm = "Argon2d500"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2d500" }
- @{ Algorithm = "Argon2d4096"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2d4096" }
- @{ Algorithm = "Axiom"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo axiom" }
- @{ Algorithm = "Balloon"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @("Zpool"); Arguments = " --algo balloon" }
- @{ Algorithm = "Blake2b"; MinerSet = 3; WarmupTimes = @(30, 30); ExcludePools = @(); Arguments = " --algo blake2b" } # FPGA
- @{ Algorithm = "Bmw"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo bmw" }
-# @{ Algorithm = "Bmw512"; MinerSet = 0; WarmupTimes = @(30, 0); ExcludePools = @(); Arguments = " --algo bmw512" } # ASIC
- @{ Algorithm = "C11"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo c11" } # GPU
- @{ Algorithm = "Circcash"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo circcash" }
-# @{ Algorithm = "CpuPower"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo cpupower" } # ASIC
- @{ Algorithm = "CryptoVantaA"; MinerSet = 2; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo cryptovantaa" }
-# @{ Algorithm = "CurveHash"; MinerSet = 2; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo curvehash" } # Not profitable with CPU
-# @{ Algorithm = "Decred"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo Decred" } # ASIC, No hashrate in time, algo is now using Blake3d
-# @{ Algorithm = "DMDGr"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo dmd-gr" } # ASIC
- @{ Algorithm = "DPowHash"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo dpowhash" } # ASIC
- @{ Algorithm = "Ghostrider"; MinerSet = 0; WarmupTimes = @(180, 60); ExcludePools = @(); Arguments = " --algo gr" }
-# @{ Algorithm = "Groestl"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo groestl" } # ASIC
- @{ Algorithm = "HeavyHash"; MinerSet = 0; WarmupTimes = @(30, 5); ExcludePools = @(); Arguments = " --algo heavyhash" } # FPGA
- @{ Algorithm = "Hex"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo hex" } # GPU
- @{ Algorithm = "HMQ1725"; MinerSet = 3; WarmupTimes = @(30, 0); ExcludePools = @(); Arguments = " --algo hmq1725" } # GPU
- @{ Algorithm = "Hodl"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo hodl" }
- @{ Algorithm = "Jha"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo jha" } # GPU
-# @{ Algorithm = "Keccak"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo keccak" } # ASIC
-# @{ Algorithm = "KeccakC"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo keccakc" } # ASIC
-# @{ Algorithm = "Lbry"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lbry" } # ASIC
- @{ Algorithm = "Lyra2h"; MinerSet = 2; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2h" }
- @{ Algorithm = "Lyra2a40"; MinerSet = 0; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2a40" }
-# @{ Algorithm = "Lyra2RE"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2re" } # ASIC
-# @{ Algorithm = "Lyra2RE2"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2rev2" } # ASIC
-# @{ Algorithm = "Lyra2RE3"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2rev3" } # ASIC
-# @{ Algorithm = "Lyra2Z"; MinerSet = 0; WarmupTimes = @(90, 0); ExcludePools = @(); Arguments = " --algo lyra2z" } # ASIC
-# @{ Algorithm = "Lyra2z330"; MinerSet = 3; WarmupTimes = @(90, 25); ExcludePools = @(); Arguments = " --algo lyra2z330" } # Algorithm is dead
- @{ Algorithm = "MemeHash"; MinerSet = 0; WarmupTimes = @(90, 35); ExcludePools = @(); Arguments = " --algo memehashv2" }
- @{ Algorithm = "Mike"; MinerSet = 3; WarmupTimes = @(90, 20); ExcludePools = @(); Arguments = " --algo mike" } # GPU
- @{ Algorithm = "Minotaur"; MinerSet = 2; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo minotaur" }
- @{ Algorithm = "MinotaurX"; MinerSet = 0; WarmupTimes = @(90, 0); ExcludePools = @(); Arguments = " --algo minotaurx" }
-# @{ Algorithm = "MyriadGroestl"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo myr-gr" } # ASIC
- @{ Algorithm = "Neoscrypt"; MinerSet = 3; WarmupTimes = @(90, 25); ExcludePools = @(); Arguments = " --algo neoscrypt" } # FPGA
-# @{ Algorithm = "Nist5"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo nist5" } # ASIC
- @{ Algorithm = "Pentablake"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo pentablake" } # GPU
- @{ Algorithm = "Phi2"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phi2" } # GPU
- @{ Algorithm = "Phi5"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phi5" } # GPU
- @{ Algorithm = "Phi1612"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phi1612" }
- @{ Algorithm = "Phichox"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phichox" } # GPU
- @{ Algorithm = "Polytimos"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo polytimos" } # GPU
- @{ Algorithm = "Pulsar"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo pulsar" }
- @{ Algorithm = "QogeCoin"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo qogecoin" }
-# @{ Algorithm = "Quark"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo quark" } # ASIC
-# @{ Algorithm = "Qubit"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo qubit" } # ASIC
- @{ Algorithm = "Qureno"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo qureno" } # GPU
-# @{ Algorithm = "X11"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Srguments = " --algo x11" } # ASIC, algorithm not supported
- @{ Algorithm = "X22"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo x22" }
- @{ Algorithm = "Yescrypt"; MinerSet = 0; WarmupTimes = @(45, 5); ExcludePools = @(); Arguments = " --algo yescrypt" }
- @{ Algorithm = "YescryptR16"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr16" } # CcminerLyraYesscrypt-v8.21r18v5 is faster
- @{ Algorithm = "YescryptR8"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr8" } # CcminerLyraYesscrypt-v8.21r18v5 is faster
- @{ Algorithm = "YescryptR8g"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr8g" }
- @{ Algorithm = "YescryptR32"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr32" } # SRBMminerMulti is fastest, but has 0.85% miner fee
- @{ Algorithm = "Yespower"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespower" }
- @{ Algorithm = "Yespower2b"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo power2b" }
- @{ Algorithm = "YespowerARWN"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerarwn" }
- @{ Algorithm = "YespowerIc"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerIC" }
- @{ Algorithm = "YespowerIots"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerIOTS" }
- @{ Algorithm = "YespowerItc"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerITC" } # SRBMminerMulti is fastest, but has 0.85% miner fee
- @{ Algorithm = "YespowerLitb"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerLITB" }
- @{ Algorithm = "YespowerLtncg"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerLTNCG" }
- @{ Algorithm = "YespowerR16"; MinerSet = 2; WarmupTimes = @(60, 0); ExcludePools = @(); Arguments = " --algo yespowerr16" } # SRBMminerMulti is fastest, but has 0.85% miner fee
- @{ Algorithm = "YespowerRes"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerRes" }
- @{ Algorithm = "YespowerSugar"; MinerSet = 1; WarmupTimes = @(45, 15); ExcludePools = @(); Arguments = " --algo yespowerSugar" } # SRBMminerMulti is fastest, but has 0.85% miner fee
- @{ Algorithm = "YespowerTIDE"; MinerSet = 0; WarmupTimes = @(45, 5); ExcludePools = @(); Arguments = " --algo yespowerTIDE" }
- @{ Algorithm = "YespowerUrx"; MinerSet = 2; WarmupTimes = @(45, 5); ExcludePools = @(); Arguments = " --algo yespowerURX" } # JayddeeCpu-v24.4 is faster, SRBMminerMulti is fastest, but has 0.85% miner fee
+ @{ Algorithm = "Avian"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo avian" }
+ @{ Algorithm = "Allium"; MinerSet = 3; WarmupTimes = @(30, 0); ExcludePools = @(); Arguments = " --algo allium" } # FPGA
+ @{ Algorithm = "Anime"; MinerSet = 0; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo anime" }
+# @{ Algorithm = "Argon2ad"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2ad" } # ASIC
+ @{ Algorithm = "Argon2d250"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2d250" }
+ @{ Algorithm = "Argon2d500"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2d500" }
+ @{ Algorithm = "Argon2d4096"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo argon2d4096" }
+ @{ Algorithm = "Axiom"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo axiom" }
+ @{ Algorithm = "Balloon"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @("Zpool"); Arguments = " --algo balloon" }
+ @{ Algorithm = "Blake2b"; MinerSet = 3; WarmupTimes = @(30, 30); ExcludePools = @(); Arguments = " --algo blake2b" } # FPGA
+ @{ Algorithm = "Bmw"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo bmw" }
+# @{ Algorithm = "Bmw512"; MinerSet = 0; WarmupTimes = @(30, 0); ExcludePools = @(); Arguments = " --algo bmw512" } # ASIC
+ @{ Algorithm = "C11"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo c11" } # GPU
+ @{ Algorithm = "Circcash"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo circcash" }
+# @{ Algorithm = "CpuPower"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo cpupower" } # ASIC
+ @{ Algorithm = "CryptoVantaA"; MinerSet = 2; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo cryptovantaa" }
+# @{ Algorithm = "CurveHash"; MinerSet = 2; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo curvehash" } # Not profitable with CPU
+# @{ Algorithm = "Decred"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo Decred" } # ASIC, No hashrate in time, algo is now using Blake3d
+# @{ Algorithm = "DMDGr"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo dmd-gr" } # ASIC
+ @{ Algorithm = "DPowHash"; MinerSet = 3; WarmupTimes = @(60, 60); ExcludePools = @(); Arguments = " --algo dpowhash" } # ASIC
+ @{ Algorithm = "Ghostrider"; MinerSet = 0; WarmupTimes = @(180, 60); ExcludePools = @(); Arguments = " --algo gr" }
+# @{ Algorithm = "Groestl"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo groestl" } # ASIC
+ @{ Algorithm = "HeavyHash"; MinerSet = 0; WarmupTimes = @(30, 5); ExcludePools = @(); Arguments = " --algo heavyhash" } # FPGA
+ @{ Algorithm = "Hex"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo hex" } # GPU
+ @{ Algorithm = "HMQ1725"; MinerSet = 3; WarmupTimes = @(30, 0); ExcludePools = @(); Arguments = " --algo hmq1725" } # GPU
+ @{ Algorithm = "Hodl"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo hodl" }
+ @{ Algorithm = "Jha"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo jha" } # GPU
+# @{ Algorithm = "Keccak"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo keccak" } # ASIC
+# @{ Algorithm = "KeccakC"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo keccakc" } # ASIC
+# @{ Algorithm = "Lbry"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lbry" } # ASIC
+ @{ Algorithm = "Lyra2h"; MinerSet = 2; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2h" }
+ @{ Algorithm = "Lyra2a40"; MinerSet = 0; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2a40" }
+# @{ Algorithm = "Lyra2RE"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2re" } # ASIC
+# @{ Algorithm = "Lyra2RE2"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2rev2" } # ASIC
+# @{ Algorithm = "Lyra2RE3"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo lyra2rev3" } # ASIC
+# @{ Algorithm = "Lyra2Z"; MinerSet = 0; WarmupTimes = @(90, 0); ExcludePools = @(); Arguments = " --algo lyra2z" } # ASIC
+# @{ Algorithm = "Lyra2z330"; MinerSet = 3; WarmupTimes = @(90, 25); ExcludePools = @(); Arguments = " --algo lyra2z330" } # Algorithm is dead
+ @{ Algorithm = "MemeHash"; MinerSet = 0; WarmupTimes = @(90, 35); ExcludePools = @(); Arguments = " --algo memehashv2" }
+ @{ Algorithm = "Mike"; MinerSet = 3; WarmupTimes = @(90, 20); ExcludePools = @(); Arguments = " --algo mike" } # GPU
+ @{ Algorithm = "Minotaur"; MinerSet = 2; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo minotaur" }
+ @{ Algorithm = "MinotaurX"; MinerSet = 0; WarmupTimes = @(90, 0); ExcludePools = @(); Arguments = " --algo minotaurx" }
+# @{ Algorithm = "MyriadGroestl"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo myr-gr" } # ASIC
+ @{ Algorithm = "Neoscrypt"; MinerSet = 3; WarmupTimes = @(90, 25); ExcludePools = @("NiceHash"); Arguments = " --algo neoscrypt" } # FPGA
+# @{ Algorithm = "Nist5"; MinerSet = 3; WarmupTimes = @(90, 15); ExcludePools = @(); Arguments = " --algo nist5" } # ASIC
+ @{ Algorithm = "Pentablake"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo pentablake" } # GPU
+ @{ Algorithm = "Phi2"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phi2" } # GPU
+ @{ Algorithm = "Phi5"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phi5" } # GPU
+ @{ Algorithm = "Phi1612"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phi1612" }
+ @{ Algorithm = "Phichox"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo phichox" } # GPU
+ @{ Algorithm = "Polytimos"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo polytimos" } # GPU
+ @{ Algorithm = "Pulsar"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo pulsar" }
+ @{ Algorithm = "QogeCoin"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo qogecoin" }
+# @{ Algorithm = "Quark"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo quark" } # ASIC
+# @{ Algorithm = "Qubit"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo qubit" } # ASIC
+ @{ Algorithm = "Qureno"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo qureno" } # GPU
+# @{ Algorithm = "X11"; MinerSet = 3; WarmupTimes = @(30, 15); ExcludePools = @(); Srguments = " --algo x11" } # ASIC, algorithm not supported
+ @{ Algorithm = "X22"; MinerSet = 2; WarmupTimes = @(30, 15); ExcludePools = @(); Arguments = " --algo x22" }
+ @{ Algorithm = "Yescrypt"; MinerSet = 0; WarmupTimes = @(45, 5); ExcludePools = @(); Arguments = " --algo yescrypt" }
+ @{ Algorithm = "YescryptR16"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr16" } # CcminerLyraYesscrypt-v8.21r18v5 is faster
+ @{ Algorithm = "YescryptR8"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr8" } # CcminerLyraYesscrypt-v8.21r18v5 is faster
+ @{ Algorithm = "YescryptR8g"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr8g" }
+ @{ Algorithm = "YescryptR32"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yescryptr32" } # SRBMminerMulti is fastest, but has 0.85% miner fee
+ @{ Algorithm = "Yespower"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespower" }
+ @{ Algorithm = "Yespower2b"; MinerSet = 0; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo power2b" }
+ @{ Algorithm = "YespowerARWN"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerarwn" }
+ @{ Algorithm = "YespowerIc"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerIC" }
+ @{ Algorithm = "YespowerIots"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerIOTS" }
+ @{ Algorithm = "YespowerItc"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerITC" } # SRBMminerMulti is fastest, but has 0.85% miner fee
+ @{ Algorithm = "YespowerLitb"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerLITB" }
+ @{ Algorithm = "YespowerLtncg"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerLTNCG" }
+ @{ Algorithm = "YespowerR16"; MinerSet = 2; WarmupTimes = @(60, 0); ExcludePools = @(); Arguments = " --algo yespowerr16" } # SRBMminerMulti is fastest, but has 0.85% miner fee
+ @{ Algorithm = "YespowerRes"; MinerSet = 2; WarmupTimes = @(45, 0); ExcludePools = @(); Arguments = " --algo yespowerRes" }
+ @{ Algorithm = "YespowerSugar"; MinerSet = 1; WarmupTimes = @(45, 15); ExcludePools = @(); Arguments = " --algo yespowerSugar" } # SRBMminerMulti is fastest, but has 0.85% miner fee
+ @{ Algorithm = "YespowerTIDE"; MinerSet = 0; WarmupTimes = @(45, 5); ExcludePools = @(); Arguments = " --algo yespowerTIDE" }
+ @{ Algorithm = "YespowerUrx"; MinerSet = 2; WarmupTimes = @(45, 5); ExcludePools = @(); Arguments = " --algo yespowerURX" } # JayddeeCpu-v24.4 is faster, SRBMminerMulti is fastest, but has 0.85% miner fee
)
$Algorithms = $Algorithms.Where({ $_.MinerSet -le $Config.MinerSet })
diff --git a/Miners/RrkzCpu-v4.2.ps1 b/Miners/RrkzCpu-v4.2.ps1
index 8d26ca7a..b0d18ed9 100644
--- a/Miners/RrkzCpu-v4.2.ps1
+++ b/Miners/RrkzCpu-v4.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return }
diff --git a/Miners/SCCminer-v1.1.0.ps1 b/Miners/SCCminer-v1.1.0.ps1
index 1a1a80e1..02cfae4f 100644
--- a/Miners/SCCminer-v1.1.0.ps1
+++ b/Miners/SCCminer-v1.1.0.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Return # Bad shares
diff --git a/Miners/SRBMinerMulti-v0.9.4.ps1 b/Miners/SRBMinerMulti-v0.9.4.ps1
index 76dc6cee..a3231bd8 100644
--- a/Miners/SRBMinerMulti-v0.9.4.ps1
+++ b/Miners/SRBMinerMulti-v0.9.4.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
# Support for Pitcairn, Tahiti, Hawaii, Fiji and Tonga was removed in later versions
diff --git a/Miners/SRBMinerMulti-v2.6.8.ps1 b/Miners/SRBMinerMulti-v2.6.8.ps1
index 029383aa..2f70e44a 100644
--- a/Miners/SRBMinerMulti-v2.6.8.ps1
+++ b/Miners/SRBMinerMulti-v2.6.8.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" -or $_.Type -eq "INTEL" -or ($_.Type -eq "AMD" -and $_.Model -notmatch "^GCN[1-3]" -and $_.OpenCL.ClVersion -ge "OpenCL C 2.0") -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.OpenCL.DriverVersion -ge "510.00") }))) { Return }
diff --git a/Miners/SRBMinerMulti-v2.7.2.ps1 b/Miners/SRBMinerMulti-v2.7.2.ps1
index 6bc518ba..518021f8 100644
--- a/Miners/SRBMinerMulti-v2.7.2.ps1
+++ b/Miners/SRBMinerMulti-v2.7.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" -or $_.Type -eq "INTEL" -or ($_.Type -eq "AMD" -and $_.Model -notmatch "^GCN[1-3]" -and $_.OpenCL.ClVersion -ge "OpenCL C 2.0") -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.OpenCL.DriverVersion -ge "510.00") }))) { Return }
diff --git a/Miners/SgMinerFancyIX-v0.9.4.ps1 b/Miners/SgMinerFancyIX-v0.9.4.ps1
index ef0e0820..6cdd4fd9 100644
--- a/Miners/SgMinerFancyIX-v0.9.4.ps1
+++ b/Miners/SgMinerFancyIX-v0.9.4.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" }))) { Return }
diff --git a/Miners/Suprminer-v2.31v2.ps1 b/Miners/Suprminer-v2.31v2.ps1
index 4d82247e..528cb3ca 100644
--- a/Miners/Suprminer-v2.31v2.ps1
+++ b/Miners/Suprminer-v2.31v2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/TTMiner-v2024.3.2.ps1 b/Miners/TTMiner-v2024.3.2.ps1
index 7a12e1ef..c7b33115 100644
--- a/Miners/TTMiner-v2024.3.2.ps1
+++ b/Miners/TTMiner-v2024.3.2.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
# TT needs avx2 and aes https://github.com/TrailingStop/TT-Miner-beta/issues/7#issuecomment-2158058291
diff --git a/Miners/TTMiner-v5.0.3.ps1 b/Miners/TTMiner-v5.0.3.ps1
index 7a3752d4..dc921371 100644
--- a/Miners/TTMiner-v5.0.3.ps1
+++ b/Miners/TTMiner-v5.0.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/TeamBlackMiner-v2.25.ps1 b/Miners/TeamBlackMiner-v2.25.ps1
index d37fff00..0e49dff8 100644
--- a/Miners/TeamBlackMiner-v2.25.ps1
+++ b/Miners/TeamBlackMiner-v2.25.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.CUDAversion -ge [System.Version]"11.6" -and $_.CUDAversion -lt [System.Version]"12.6" }))) { Return }
diff --git a/Miners/TeamBlackMiner-v2.27.ps1 b/Miners/TeamBlackMiner-v2.27.ps1
index 3f7cb94b..66952d16 100644
--- a/Miners/TeamBlackMiner-v2.27.ps1
+++ b/Miners/TeamBlackMiner-v2.27.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAversion -ge [System.Version]"12.6") }))) { Return }
diff --git a/Miners/TeamRedMiner-v0.10.21.ps1 b/Miners/TeamRedMiner-v0.10.21.ps1
index 37190dd5..cde16504 100644
--- a/Miners/TeamRedMiner-v0.10.21.ps1
+++ b/Miners/TeamRedMiner-v0.10.21.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -and $_.OpenCL.ClVersion -ge "OpenCL C 2.0" }))) { Return }
diff --git a/Miners/TeleMerakiMiner-v1.5.0.ps1 b/Miners/TeleMerakiMiner-v1.5.0.ps1
index 5a189a96..ff25f5d2 100644
--- a/Miners/TeleMerakiMiner-v1.5.0.ps1
+++ b/Miners/TeleMerakiMiner-v1.5.0.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/Trex-v0.26.8.ps1 b/Miners/Trex-v0.26.8.ps1
index 4b969d98..a88eae35 100644
--- a/Miners/Trex-v0.26.8.ps1
+++ b/Miners/Trex-v0.26.8.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/Wildrig-v0.41.5.ps1 b/Miners/Wildrig-v0.41.5.ps1
index 42dca8fc..f059e5b3 100644
--- a/Miners/Wildrig-v0.41.5.ps1
+++ b/Miners/Wildrig-v0.41.5.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ ($_.Type -eq "AMD" -and $_.OpenCL.ClVersion -ge "OpenCL C 1.2" -and $_.Architecture -notmatch "^GCN1$") -or $_.Type -eq "INTEL" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.OpenCL.DriverVersion -ge [System.Version]"452.39.00") }))) { Return }
diff --git a/Miners/XLArig-v5.2.4.ps1 b/Miners/XLArig-v5.2.4.ps1
index 9c31eb3d..782f7690 100644
--- a/Miners/XLArig-v5.2.4.ps1
+++ b/Miners/XLArig-v5.2.4.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
# https://github.com/scala-network/XLArig/issues/59; Need to remove temp fix in \Includes\MinerAPIs\XMrig.psm1 when resolved
diff --git a/Miners/XmRig-v6.22.0.3.ps1 b/Miners/XmRig-v6.22.0.3.ps1
index d5e4db14..39d677fb 100644
--- a/Miners/XmRig-v6.22.0.3.ps1
+++ b/Miners/XmRig-v6.22.0.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ "AMD", "CPU", "INTEL" -contains $_.Type -or $_.OpenCL.ComputeCapability -gt "5.0" }))) { Return }
diff --git a/Miners/XmrStak-v2.10.8.ps1 b/Miners/XmrStak-v2.10.8.ps1
index f7a90c58..a2143caf 100644
--- a/Miners/XmrStak-v2.10.8.ps1
+++ b/Miners/XmrStak-v2.10.8.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -ne "NVIDIA" -or $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/ZealotEnemy-v2.6.3.ps1 b/Miners/ZealotEnemy-v2.6.3.ps1
index 32850937..999d4050 100644
--- a/Miners/ZealotEnemy-v2.6.3.ps1
+++ b/Miners/ZealotEnemy-v2.6.3.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return }
diff --git a/Miners/lolMiner-v1.92.ps1 b/Miners/lolMiner-v1.92.ps1
index 1e6ec448..a9cc18a0 100644
--- a/Miners/lolMiner-v1.92.ps1
+++ b/Miners/lolMiner-v1.92.ps1
@@ -17,8 +17,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "INTEL" -or ($_.Type -eq "AMD" -and $_.Architecture -match "GCN4|RDNA[1|2|3]") -or $_.OpenCL.ComputeCapability -ge "6.0" }))) { Return }
diff --git a/Pools/HashCryptos.ps1 b/Pools/HashCryptos.ps1
index 145c4ab3..1026fbcf 100644
--- a/Pools/HashCryptos.ps1
+++ b/Pools/HashCryptos.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Pools\HashCryptos.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Param(
diff --git a/Pools/HiveON.ps1 b/Pools/HiveON.ps1
index 7a454038..86158fb5 100644
--- a/Pools/HiveON.ps1
+++ b/Pools/HiveON.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Pools\Hiveon.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Param(
diff --git a/Pools/MiningDutch.ps1 b/Pools/MiningDutch.ps1
index 9624dcf9..29a42e16 100644
--- a/Pools/MiningDutch.ps1
+++ b/Pools/MiningDutch.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Pools\MiningDutch.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Param(
diff --git a/Pools/NiceHash.ps1 b/Pools/NiceHash.ps1
index 2075fc54..dd5bf313 100644
--- a/Pools/NiceHash.ps1
+++ b/Pools/NiceHash.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Pools\NiceHash.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Param(
diff --git a/Pools/ProHashing.ps1 b/Pools/ProHashing.ps1
index 729b61b1..ea0afa1d 100644
--- a/Pools/ProHashing.ps1
+++ b/Pools/ProHashing.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Pools\ProHashing.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Param(
diff --git a/Pools/ZPool.ps1 b/Pools/ZPool.ps1
index 19d08b07..dd41f1ee 100644
--- a/Pools/ZPool.ps1
+++ b/Pools/ZPool.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Pools\ZPool.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Param(
diff --git a/Pools/ZergPool.ps1 b/Pools/ZergPool.ps1
index 1bef723e..56bdb58e 100644
--- a/Pools/ZergPool.ps1
+++ b/Pools/ZergPool.ps1
@@ -19,8 +19,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: \Pools\ZergPool.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
Param(
diff --git a/README.md b/README.md
index 9af18c64..d7ce3065 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
UG-Miner monitors mining pools in real-time in order to find the most profitable algorithm
and runs the most profitable miner.
-Version 6.3.19 / Updated 2024/12/04
+Version 6.3.20 / Updated 2024/12/11
Copyright (c) 2018-2024 UselessGuru
diff --git a/UG-Miner.ps1 b/UG-Miner.ps1
index c4caa6c3..417c1087 100644
--- a/UG-Miner.ps1
+++ b/UG-Miner.ps1
@@ -18,8 +18,8 @@ along with this program. If not, see .
<#
Product: UG-Miner
File: UG-Miner.ps1
-Version: 6.3.19
-Version date: 2024/12/04
+Version: 6.3.20
+Version date: 2024/12/11
#>
using module .\Includes\Include.psm1
@@ -315,7 +315,7 @@ $Variables.Branding = [PSCustomObject]@{
BrandName = "UG-Miner"
BrandWebSite = "https://github.com/UselessGuru/UG-Miner"
ProductLabel = "UG-Miner"
- Version = [System.Version]"6.3.19"
+ Version = [System.Version]"6.3.20"
}
$Global:WscriptShell = New-Object -ComObject Wscript.Shell
diff --git a/Version.txt b/Version.txt
index 5e2791df..1b6e534d 100644
--- a/Version.txt
+++ b/Version.txt
@@ -1,6 +1,6 @@
{
"Product": "UG-Miner",
- "Version": "6.3.19",
+ "Version": "6.3.20",
"AutoUpdate": true,
"Uri": "https://github.com/UselessGuru/UG-Miner/archive/refs/heads/master.zip",
"Message": "https://github.com/UselessGuru/UG-Miner/releases"
diff --git a/Web/configedit.html b/Web/configedit.html
index c24a212e..32d34f5d 100644
--- a/Web/configedit.html
+++ b/Web/configedit.html
@@ -68,6 +68,7 @@
Edit configuration
+
ProHashing mining mode