From 7810540e2caa5ee4ac00a55176d3b52fbe6888db Mon Sep 17 00:00:00 2001 From: Useless Guru <30080938+UselessGuru@users.noreply.github.com> Date: Sat, 14 Sep 2024 08:19:45 +0200 Subject: [PATCH] v6.3.5 Fixes: - Rigel-v1.19.0: 'HeavyHashKarlsenV2' & 'HeavyHashPyrinV2' algorithms not working --- Balances/HashCryptos.ps1 | 4 +- Balances/HiveON.ps1 | 4 +- Balances/MiningDutch.ps1 | 4 +- Balances/NiceHash External.ps1 | 4 +- Balances/NiceHash Internal.ps1 | 4 +- Balances/ProHashing.ps1 | 4 +- Balances/ZergPool.ps1 | 4 +- Balances/Zpool.ps1 | 4 +- Brains/HashCryptos.ps1 | 4 +- Brains/MiningDutch.ps1 | 4 +- Brains/ProHashing.ps1 | 4 +- Brains/ZPool.ps1 | 4 +- Brains/ZergPool.ps1 | 4 +- Changelog.txt | 7 + Config/Config.json | 2 +- Data/CoinNames.json | 2 + Data/CurrencyAlgorithm.json | 1 + Data/DagData.json | 244 ++++++++++----------- Includes/APIServer.psm1 | 4 +- Includes/BalancesTracker.ps1 | 4 +- Includes/Core.ps1 | 4 +- Includes/Downloader.ps1 | 4 +- Includes/Include.psm1 | 4 +- Includes/LegacyGUI.ps1 | 4 +- Includes/MinerAPIs/BzMiner.ps1 | 4 +- Includes/MinerAPIs/Ccminer.ps1 | 4 +- Includes/MinerAPIs/EthMiner.ps1 | 4 +- Includes/MinerAPIs/FireIce.ps1 | 4 +- Includes/MinerAPIs/Gminer.ps1 | 4 +- Includes/MinerAPIs/HellMiner.ps1 | 4 +- Includes/MinerAPIs/MiniZ.ps1 | 4 +- Includes/MinerAPIs/NBMiner.ps1 | 4 +- Includes/MinerAPIs/NanoMiner.ps1 | 4 +- Includes/MinerAPIs/OneZero.ps1 | 4 +- Includes/MinerAPIs/Rigel.ps1 | 4 +- Includes/MinerAPIs/SRBMiner.ps1 | 4 +- Includes/MinerAPIs/TeamBlackMiner.ps1 | 4 +- Includes/MinerAPIs/Trex.ps1 | 4 +- Includes/MinerAPIs/Xgminer.ps1 | 4 +- Includes/MinerAPIs/XmRig.ps1 | 4 +- Includes/MinerAPIs/lolMiner.ps1 | 4 +- Miners/BzMiner-v21.4.0.ps1 | 4 +- Miners/CcminerAlexis78-v1.5.2.ps1 | 4 +- Miners/CcminerDyn-v1.0.2.ps1 | 4 +- Miners/CcminerKlausT-v8.25.ps1 | 4 +- Miners/CcminerKlausT-v8.26x2.ps1 | 4 +- Miners/CcminerLyra2z330-v8.21r9.ps1 | 4 +- Miners/CcminerLyraYesscrypt-v8.21r18v5.ps1 | 4 +- Miners/CcminerMemeHash-v2.5.5.9.ps1 | 4 +- Miners/CcminerNeoscryptXaya-v0.2.ps1 | 4 +- Miners/CcminerVerusCpu-v3.8.3.ps1 | 4 +- Miners/CcminerVerusGpu-v3.8.3.ps1 | 4 +- Miners/ClaymoreNeoscrypt-v1.2.ps1 | 4 +- Miners/CpuMiner-v1.4.ps1 | 4 +- Miners/CpuMinerAurum-v3.23.1.ps1 | 4 +- Miners/CryptoDredge-v0.16.0.ps1 | 4 +- Miners/CryptoDredge-v0.27.0.ps1 | 4 +- Miners/EthMiner-v0.19.0.18.ps1 | 4 +- Miners/EvrProgPow-v1p3p0.ps1 | 4 +- Miners/FrkHashMiner-v1.3.14.ps1 | 4 +- Miners/GMiner-v2.75.ps1 | 4 +- Miners/GMiner-v3.44.ps1 | 4 +- Miners/HellMiner-v0.59.1.ps1 | 4 +- Miners/JayddeeCpu-v24.4.ps1 | 4 +- Miners/KawpowMiner-v1.2.4cl.ps1 | 4 +- Miners/KawpowMiner-v1.2.4cuda.ps1 | 4 +- Miners/Kudaraidee-v1.2.0a.ps1 | 4 +- Miners/MeowPowMiner-v2.0.0cl.ps1 | 4 +- Miners/MeowPowMiner-v2.0.0cuda.ps1 | 4 +- Miners/MiniZ-v2.4d.ps1 | 4 +- Miners/NBMiner-v42.3.ps1 | 4 +- Miners/NSFMiner-v1.3.14.ps1 | 4 +- Miners/NanoMiner-v3.9.2.ps1 | 4 +- Miners/Ninjarig-1.0.3.ps1 | 4 +- Miners/NosuchCpu-v3.8.8.1.ps1 | 4 +- Miners/OneZeroMiner-v1.3.7.ps1 | 4 +- Miners/PhoenixMiner-v6.2c.ps1 | 4 +- Miners/Radiator-v1.0.0.ps1 | 4 +- Miners/Raptor3umCpu-v2.0.ps1 | 4 +- Miners/Rigel-v1.19.0.ps1 | 20 +- Miners/RplantCpu-v5.0.41.ps1 | 4 +- Miners/RrkzCpu-v4.2.ps1 | 4 +- Miners/SCCminer-v1.1.0.ps1 | 4 +- Miners/SRBMinerMulti-v0.9.4.ps1 | 4 +- Miners/SRBMinerMulti-v2.6.4.ps1 | 4 +- Miners/SgMinerFancyIX-v0.9.4.ps1 | 4 +- Miners/Suprminer-v2.31v2.ps1 | 4 +- Miners/TTMiner-v2024.3.2.ps1 | 4 +- Miners/TTMiner-v5.0.3.ps1 | 4 +- Miners/TeamBlackMiner-v2.25.ps1 | 4 +- Miners/TeamRedMiner-v0.10.21.ps1 | 4 +- Miners/TeleMerakiMiner-v1.5.0.ps1 | 4 +- Miners/Trex-v0.26.8.ps1 | 4 +- Miners/Wildrig-v0.40.8.ps1 | 4 +- Miners/XLArig-v5.2.4.ps1 | 4 +- Miners/XmRig-v6.22.0.3.ps1 | 4 +- Miners/XmrStak-v2.10.8.ps1 | 4 +- Miners/ZealotEnemy-v2.6.3.ps1 | 4 +- Miners/lolMiner-v1.89.ps1 | 4 +- Pools/HashCryptos.ps1 | 4 +- Pools/HiveON.ps1 | 4 +- Pools/MiningDutch.ps1 | 4 +- Pools/NiceHash.ps1 | 4 +- Pools/ProHashing.ps1 | 4 +- Pools/ZPool.ps1 | 4 +- Pools/ZergPool.ps1 | 4 +- README.md | 2 +- UG-Miner.ps1 | 6 +- Version.txt | 2 +- Web/scripts/demo.ps1 | 4 +- 110 files changed, 350 insertions(+), 340 deletions(-) diff --git a/Balances/HashCryptos.ps1 b/Balances/HashCryptos.ps1 index 6b13714..a6efd03 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Balances/HiveON.ps1 b/Balances/HiveON.ps1 index c0ee906..b412f5a 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Balances/MiningDutch.ps1 b/Balances/MiningDutch.ps1 index a77ecf3..db81977 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Balances/NiceHash External.ps1 b/Balances/NiceHash External.ps1 index 26df7ab..49cca2b 100644 --- a/Balances/NiceHash External.ps1 +++ b/Balances/NiceHash External.ps1 @@ -18,8 +18,8 @@ along with this program. If not, see . <# Product: UG-Miner File: \Balances\NiceHash Internal.ps1 -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Balances/NiceHash Internal.ps1 b/Balances/NiceHash Internal.ps1 index 8535ca8..a78c836 100644 --- a/Balances/NiceHash Internal.ps1 +++ b/Balances/NiceHash Internal.ps1 @@ -18,8 +18,8 @@ along with this program. If not, see . <# Product: UG-Miner File: \Balances\NiceHash Internal.ps1 -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Balances/ProHashing.ps1 b/Balances/ProHashing.ps1 index 480010b..f3bae45 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Balances/ZergPool.ps1 b/Balances/ZergPool.ps1 index b34529d..b52b05e 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Balances/Zpool.ps1 b/Balances/Zpool.ps1 index 5818112..18deef1 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName diff --git a/Brains/HashCryptos.ps1 b/Brains/HashCryptos.ps1 index d349909..6628e6e 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module ..\Includes\Include.psm1 diff --git a/Brains/MiningDutch.ps1 b/Brains/MiningDutch.ps1 index 684fa7c..b302e02 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module ..\Includes\Include.psm1 diff --git a/Brains/ProHashing.ps1 b/Brains/ProHashing.ps1 index 87c2c0b..041f557 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module ..\Includes\Include.psm1 diff --git a/Brains/ZPool.ps1 b/Brains/ZPool.ps1 index 7a4dec2..9b709a2 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module ..\Includes\Include.psm1 diff --git a/Brains/ZergPool.ps1 b/Brains/ZergPool.ps1 index 7df2e12..8786634 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module ..\Includes\Include.psm1 diff --git a/Changelog.txt b/Changelog.txt index d84a277..2df2a9f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,6 +4,13 @@ Known issues: -> It is recommended to set it to 'Windows Console Host' +Changelog UG-Miner 6.3.5 2024/09/14 +=================================== + +Fixes: +- Rigel-v1.19.0: 'HeavyHashKarlsenV2' & 'HeavyHashPyrinV2' algorithms not working + + Changelog UG-Miner 6.3.4 2024/09/13 =================================== diff --git a/Config/Config.json b/Config/Config.json index 905d14b..2946f34 100644 --- a/Config/Config.json +++ b/Config/Config.json @@ -21,7 +21,7 @@ "BalancesTrackerPollInterval": 0, "BenchmarkAllPoolAlgorithmCombinations": true, "CalculatePowerCost": true, - "ConfigFileVersion": "6.3.4", + "ConfigFileVersion": "6.3.5", "CPUMinerProcessPriority": -2, "CPUMiningReserveCPUcore": 1, "CryptoCompareAPIKeyParam": "af9b92255132dac6d1560c6eb1e04067d9fc0fb4c6630df00fb1d055bf858352", diff --git a/Data/CoinNames.json b/Data/CoinNames.json index a1e17b7..345411e 100644 --- a/Data/CoinNames.json +++ b/Data/CoinNames.json @@ -34,6 +34,7 @@ "BTX": "Bitcore", "BZX": "Zero", "CAT": "Cat", + "CCC": "Ceilingcat", "CCX": "Conceal", "CFX": "Conflux", "CHC": "Chain", @@ -70,6 +71,7 @@ "ETHW": "EthereumPow", "EVR": "Evrmore", "EXP": "Expanse", + "FB": "Fractal", "FCH": "Freecash", "FEC": "Ferrite", "FIRO": "Firo", diff --git a/Data/CurrencyAlgorithm.json b/Data/CurrencyAlgorithm.json index be0d92f..3e934ea 100644 --- a/Data/CurrencyAlgorithm.json +++ b/Data/CurrencyAlgorithm.json @@ -132,6 +132,7 @@ "EVR": "EvrProgPow", "EXO": "X16r", "EXP": "Ethash", + "FB": "SHA256", "FCH": "SHA256", "FEC": "Scrypt", "FIRO": "FiroPow", diff --git a/Data/DagData.json b/Data/DagData.json index ae28090..b3d5010 100644 --- a/Data/DagData.json +++ b/Data/DagData.json @@ -1,7 +1,7 @@ { "Algorithm": { "Autolykos2": { - "BlockHeight": 1351264, + "BlockHeight": 1351818, "CoinName": [ "Ergo" ], @@ -9,10 +9,10 @@ "ERG" ], "DAGsize": 4324915245, - "Epoch": 914 + "Epoch": 915 }, "EtcHash": { - "BlockHeight": 20679980, + "BlockHeight": 20684603, "CoinName": [ "EthereumClassic" ], @@ -23,7 +23,7 @@ "Epoch": 346 }, "Ethash": { - "BlockHeight": 20265719, + "BlockHeight": 20270434, "CoinName": [ "EthereumPow" ], @@ -34,18 +34,18 @@ "Epoch": 677 }, "EthashB3": { - "BlockHeight": 4131748, + "BlockHeight": 4161986, "CoinName": [ "Hypra" ], "Currency": [ "HYP" ], - "DAGsize": 2239758208, - "Epoch": 139 + "DAGsize": 2248145024, + "Epoch": 140 }, "EvrProgPow": { - "BlockHeight": 977972, + "BlockHeight": 979008, "CoinName": [ "Evrmore" ], @@ -67,7 +67,7 @@ "Epoch": 738 }, "FishHash": { - "BlockHeight": 739980, + "BlockHeight": 740994, "CoinName": [ "Ironfish" ], @@ -78,7 +78,7 @@ "Epoch": 448 }, "KawPow": { - "BlockHeight": 3496447, + "BlockHeight": 3497455, "CoinName": [ "Raven" ], @@ -100,7 +100,7 @@ "Epoch": 131 }, "Octopus": { - "BlockHeight": 104612521, + "BlockHeight": 104665477, "CoinName": [ "Conflux" ], @@ -111,7 +111,7 @@ "Epoch": 201 }, "ProgPowSero": { - "BlockHeight": 13427626, + "BlockHeight": 13432081, "CoinName": [ "Sero" ], @@ -122,18 +122,18 @@ "Epoch": 449 }, "ProgPowTelestai": { - "BlockHeight": 59026, + "BlockHeight": 60047, "CoinName": [ "Telestai" ], "Currency": [ "TLS" ], - "DAGsize": 1124070016, - "Epoch": 6 + "DAGsize": 1132461952, + "Epoch": 7 }, "ProgPowZ": { - "BlockHeight": 2808334, + "BlockHeight": 2809414, "CoinName": [ "Zano" ], @@ -144,7 +144,7 @@ "Epoch": 95 }, "SCCpow": { - "BlockHeight": 987183, + "BlockHeight": 987712, "CoinName": [ "StakeCubeCoin" ], @@ -174,36 +174,36 @@ }, "Currency": { "*": { - "BlockHeight": 104612521, + "BlockHeight": 104665477, "Currency": "*", "DAGsize": 7667185408, - "Epoch": 914 + "Epoch": 915 }, "AIDP": { "Algorithm": "KawPow", - "BlockHeight": 200543, + "BlockHeight": 201555, "CoinName": "AiDepin", "DAGsize": 1308619904, - "Date": "2024-09-13T13:10:52.1735649Z", + "Date": "2024-09-14T06:16:15.4433509Z", "Epoch": 28, "Url": "https://whattomine.com/coins.json" }, "AIPG": { "Algorithm": "KawPow", - "BlockHeight": 399371, + "BlockHeight": 400386, "CoinName": "Aipowergrid", "DAGsize": 1535114624, - "Date": "2024-09-13T13:10:52.2327033Z", + "Date": "2024-09-14T06:16:15.4970536Z", "Epoch": 55, "Url": "https://whattomine.com/coins.json" }, "AITT": { "Algorithm": "KawPow", - "BlockHeight": 1115007, + "BlockHeight": 1119083, "CoinName": "AittCoin", - "DAGsize": 2332032128, - "Date": "2024-09-13T13:10:52.2715762Z", - "Epoch": 150, + "DAGsize": 2340420224, + "Date": "2024-09-14T06:16:15.503379Z", + "Epoch": 151, "Url": "https://whattomine.com/coins.json" }, "AKA": { @@ -211,7 +211,7 @@ "BlockHeight": 11735607, "CoinName": "", "DAGsize": 4370458496, - "Date": "2024-09-13T13:10:52.6385203Z", + "Date": "2024-09-14T06:16:15.8276252Z", "Epoch": 393, "Url": "https://minerstat.com/dag-size-calculator" }, @@ -226,10 +226,10 @@ }, "ANOK": { "Algorithm": "KawPow", - "BlockHeight": 230689, + "BlockHeight": 231596, "CoinName": "Anokas", "DAGsize": 1342176128, - "Date": "2024-09-13T13:10:52.1276519Z", + "Date": "2024-09-14T06:16:15.4454493Z", "Epoch": 32, "Url": "https://whattomine.com/coins.json" }, @@ -244,37 +244,37 @@ }, "BLOCX": { "Algorithm": "Autolykos2", - "BlockHeight": 298025, + "BlockHeight": 299008, "CoinName": "Blocx", "DAGsize": 2147483648, - "Date": "2024-09-13T13:10:54.9410703Z", + "Date": "2024-09-14T06:18:26.8065791Z", "Epoch": 0, "Url": "https://api-explorer.blocxscan.com/api/getblockcount" }, "BTN": { "Algorithm": "Ethash", - "BlockHeight": 2868287, + "BlockHeight": 2872995, "CoinName": "BitnetBtn", "DAGsize": 1887431552, - "Date": "2024-09-13T13:10:52.3106282Z", + "Date": "2024-09-14T06:16:15.5204045Z", "Epoch": 97, "Url": "https://whattomine.com/coins.json" }, "CAU": { "Algorithm": "Ethash", - "BlockHeight": 5272984, + "BlockHeight": 5283203, "CoinName": "", - "DAGsize": 2558525056, - "Date": "2024-09-13T13:10:52.684509Z", - "Epoch": 177, + "DAGsize": 2566913408, + "Date": "2024-09-14T06:16:15.8398565Z", + "Epoch": 178, "Url": "https://minerstat.com/dag-size-calculator" }, "CFX": { "Algorithm": "Octopus", - "BlockHeight": 104612521, + "BlockHeight": 104665477, "CoinName": "Conflux", "DAGsize": 7667185408, - "Date": "2024-09-13T13:10:54.514506Z", + "Date": "2024-09-14T06:16:18.0600452Z", "Epoch": 201, "Url": "https://prohashing.com/api/v1/currencies" }, @@ -289,12 +289,12 @@ }, "CLORE": { "Algorithm": "KawPow", - "BlockHeight": 921304, + "BlockHeight": 922316, "CoinName": "Clore", "DAGsize": 2113928576, - "Date": "2024-09-13T13:10:52.1823644Z", + "Date": "2024-09-14T06:16:15.8450561Z", "Epoch": 124, - "Url": "https://whattomine.com/coins.json" + "Url": "https://minerstat.com/dag-size-calculator" }, "CMS": { "Algorithm": "KawPow", @@ -307,37 +307,37 @@ }, "DINT": { "Algorithm": "KawPow", - "BlockHeight": 401422, + "BlockHeight": 402376, "CoinName": "Dinartether", "DAGsize": 1535114624, - "Date": "2024-09-13T13:10:52.7157187Z", + "Date": "2024-09-14T06:16:15.8553218Z", "Epoch": 55, "Url": "https://minerstat.com/dag-size-calculator" }, "DOGETHER": { "Algorithm": "Ethash", - "BlockHeight": 1324296, + "BlockHeight": 1327757, "CoinName": "Dogether", "DAGsize": 1459615616, - "Date": "2024-09-13T13:10:52.2795806Z", + "Date": "2024-09-14T06:16:15.5127381Z", "Epoch": 46, "Url": "https://whattomine.com/coins.json" }, "EGAZ": { "Algorithm": "EtcHash", - "BlockHeight": 5894650, + "BlockHeight": 5899506, "CoinName": "Etica", "DAGsize": 2734685056, - "Date": "2024-09-13T13:10:52.2978268Z", + "Date": "2024-09-14T06:16:15.5104988Z", "Epoch": 198, "Url": "https://whattomine.com/coins.json" }, "EGEM": { "Algorithm": "Ethash", - "BlockHeight": 16403687, + "BlockHeight": 16408717, "CoinName": "EtherGem", "DAGsize": 5670694784, - "Date": "2024-09-13T13:10:52.2571298Z", + "Date": "2024-09-14T06:16:15.5014482Z", "Epoch": 548, "Url": "https://whattomine.com/coins.json" }, @@ -352,11 +352,11 @@ }, "ERG": { "Algorithm": "Autolykos2", - "BlockHeight": 1351264, + "BlockHeight": 1351818, "CoinName": "Ergo", "DAGsize": 4324915245, - "Date": "2024-09-13T13:08:49.0958125Z", - "Epoch": 914, + "Date": "2024-09-14T06:16:18.0544225Z", + "Epoch": 915, "Url": "https://prohashing.com/api/v1/currencies" }, "ESN": { @@ -364,16 +364,16 @@ "BlockHeight": 6408009, "CoinName": "EtherSocial", "DAGsize": 2877286784, - "Date": "2024-09-13T13:10:52.6659302Z", + "Date": "2024-09-14T06:16:15.8347044Z", "Epoch": 215, "Url": "https://minerstat.com/dag-size-calculator" }, "ETC": { "Algorithm": "EtcHash", - "BlockHeight": 20679980, + "BlockHeight": 20684603, "CoinName": "EthereumClassic", "DAGsize": 3976200064, - "Date": "2024-09-13T13:10:54.6074804Z", + "Date": "2024-09-14T06:16:18.0614044Z", "Epoch": 346, "Url": "https://prohashing.com/api/v1/currencies" }, @@ -397,10 +397,10 @@ }, "ETHW": { "Algorithm": "Ethash", - "BlockHeight": 20265719, + "BlockHeight": 20270434, "CoinName": "EthereumPow", "DAGsize": 6752825984, - "Date": "2024-09-13T13:10:54.4984721Z", + "Date": "2024-09-14T06:16:18.0565292Z", "Epoch": 677, "Url": "https://prohashing.com/api/v1/currencies" }, @@ -415,19 +415,19 @@ }, "ETP": { "Algorithm": "Ethash", - "BlockHeight": 9964311, + "BlockHeight": 9967481, "CoinName": "", "DAGsize": 3875536256, - "Date": "2024-09-13T13:10:52.6476259Z", + "Date": "2024-09-14T06:16:15.8297465Z", "Epoch": 334, "Url": "https://minerstat.com/dag-size-calculator" }, "EVR": { "Algorithm": "EvrProgPow", - "BlockHeight": 977972, + "BlockHeight": 979008, "CoinName": "Evrmore", "DAGsize": 3917478784, - "Date": "2024-09-13T13:10:55.1745189Z", + "Date": "2024-09-14T06:16:18.6699715Z", "Epoch": 83, "Url": "https://evr.cryptoscope.io/api/getblockcount" }, @@ -445,7 +445,7 @@ "BlockHeight": 957052, "CoinName": "Firo", "DAGsize": 7264533376, - "Date": "2024-09-13T13:10:52.1930582Z", + "Date": "2024-09-14T06:16:15.4672362Z", "Epoch": 738, "Url": "https://whattomine.com/coins.json" }, @@ -454,16 +454,16 @@ "BlockHeight": 789635, "CoinName": "", "DAGsize": 1308619904, - "Date": "2024-09-13T13:10:53.2170096Z", + "Date": "2024-09-14T06:16:16.6020598Z", "Epoch": 28, "Url": "https://minerstat.com/dag-size-calculator" }, "FREN": { "Algorithm": "KawPow", - "BlockHeight": 1413420, + "BlockHeight": 1415463, "CoinName": "Fren", "DAGsize": 2667574912, - "Date": "2024-09-13T13:10:52.2237215Z", + "Date": "2024-09-14T06:16:15.4831921Z", "Epoch": 190, "Url": "https://whattomine.com/coins.json" }, @@ -487,37 +487,37 @@ }, "HYP": { "Algorithm": "EthashB3", - "BlockHeight": 4131748, + "BlockHeight": 4161986, "CoinName": "Hypra", - "DAGsize": 2239758208, - "Date": "2024-09-13T13:10:52.2639669Z", - "Epoch": 139, + "DAGsize": 2248145024, + "Date": "2024-09-14T06:16:15.505701Z", + "Epoch": 140, "Url": "https://whattomine.com/coins.json" }, "IRON": { "Algorithm": "FishHash", - "BlockHeight": 739980, + "BlockHeight": 740994, "CoinName": "Ironfish", "DAGsize": 4831838208, - "Date": "2024-09-13T13:10:52.142727Z", + "Date": "2024-09-14T06:16:15.4607029Z", "Epoch": 448, "Url": "https://whattomine.com/coins.json" }, "KIIRO": { "Algorithm": "FiroPow", - "BlockHeight": 241974, + "BlockHeight": 242399, "CoinName": "KiiroCoin", "DAGsize": 2650796416, - "Date": "2024-09-13T13:10:52.2121368Z", + "Date": "2024-09-14T06:16:15.4722979Z", "Epoch": 188, "Url": "https://whattomine.com/coins.json" }, "LRS": { "Algorithm": "Ethash", - "BlockHeight": 1638054, + "BlockHeight": 1642817, "CoinName": "Larissa", "DAGsize": 1543503488, - "Date": "2024-09-13T13:10:52.3413665Z", + "Date": "2024-09-14T06:16:15.5265207Z", "Epoch": 56, "Url": "https://whattomine.com/coins.json" }, @@ -541,37 +541,37 @@ }, "MOAC": { "Algorithm": "Ethash", - "BlockHeight": 14261038, + "BlockHeight": 14265514, "CoinName": "", "DAGsize": 5075107456, - "Date": "2024-09-13T13:10:52.6183119Z", + "Date": "2024-09-14T06:16:15.8140971Z", "Epoch": 477, "Url": "https://minerstat.com/dag-size-calculator" }, "NEOX": { "Algorithm": "KawPow", - "BlockHeight": 1214517, + "BlockHeight": 1215524, "CoinName": "Neoxa", - "DAGsize": 2441084288, - "Date": "2024-09-13T13:10:52.1669985Z", - "Epoch": 163, + "DAGsize": 2449472384, + "Date": "2024-09-14T06:16:15.4587913Z", + "Epoch": 164, "Url": "https://whattomine.com/coins.json" }, "NILU": { "Algorithm": "Ethash", - "BlockHeight": 6244803, + "BlockHeight": 6244805, "CoinName": "", "DAGsize": 2835349376, - "Date": "2024-09-13T13:10:52.6703164Z", + "Date": "2024-09-14T06:16:15.83634Z", "Epoch": 210, "Url": "https://minerstat.com/dag-size-calculator" }, "NIR": { "Algorithm": "ProgPowZ", - "BlockHeight": 691421, + "BlockHeight": 693448, "CoinName": "Nirmata", "DAGsize": 1283453312, - "Date": "2024-09-13T13:10:52.1404446Z", + "Date": "2024-09-14T06:16:15.4646712Z", "Epoch": 25, "Url": "https://whattomine.com/coins.json" }, @@ -580,25 +580,25 @@ "BlockHeight": 8848535, "CoinName": "", "DAGsize": 3556763264, - "Date": "2024-09-13T13:10:52.6566518Z", + "Date": "2024-09-14T06:16:15.832213Z", "Epoch": 296, "Url": "https://minerstat.com/dag-size-calculator" }, "OCTA": { "Algorithm": "Ethash", - "BlockHeight": 5456315, + "BlockHeight": 5461231, "CoinName": "Octaspace", - "DAGsize": 2608856192, - "Date": "2024-09-13T13:10:52.2882176Z", - "Epoch": 183, + "DAGsize": 2617240448, + "Date": "2024-09-14T06:16:15.5083455Z", + "Epoch": 184, "Url": "https://whattomine.com/coins.json" }, "PAPRY": { "Algorithm": "KawPow", - "BlockHeight": 818630, + "BlockHeight": 819627, "CoinName": "Paprika", "DAGsize": 2004874624, - "Date": "2024-09-13T13:10:52.7015983Z", + "Date": "2024-09-14T06:16:15.8526003Z", "Epoch": 111, "Url": "https://minerstat.com/dag-size-calculator" }, @@ -622,10 +622,10 @@ }, "QKC": { "Algorithm": "Ethash", - "BlockHeight": 17298530, + "BlockHeight": 17304788, "CoinName": "Quarkchain", "DAGsize": 5922352768, - "Date": "2024-09-13T13:10:52.3356136Z", + "Date": "2024-09-14T06:16:15.5246465Z", "Epoch": 578, "Url": "https://whattomine.com/coins.json" }, @@ -649,37 +649,37 @@ }, "RVN": { "Algorithm": "KawPow", - "BlockHeight": 3496447, + "BlockHeight": 3497455, "CoinName": "Raven", "DAGsize": 4999607168, - "Date": "2024-09-13T13:10:54.505704Z", + "Date": "2024-09-14T06:16:18.0584662Z", "Epoch": 468, "Url": "https://prohashing.com/api/v1/currencies" }, "SATOX": { "Algorithm": "KawPow", - "BlockHeight": 869767, + "BlockHeight": 870780, "CoinName": "Sato", - "DAGsize": 2055208576, - "Date": "2024-09-13T13:10:52.201592Z", - "Epoch": 117, + "DAGsize": 2063596672, + "Date": "2024-09-14T06:16:15.4691401Z", + "Epoch": 118, "Url": "https://whattomine.com/coins.json" }, "SCC": { "Algorithm": "SCCpow", - "BlockHeight": 987183, + "BlockHeight": 987712, "CoinName": "StakeCubeCoin", "DAGsize": 3640646528, - "Date": "2024-09-13T13:10:54.8245283Z", + "Date": "2024-09-14T06:16:18.2995707Z", "Epoch": 306, "Url": "https://scc.ccore.online/api/getblockcount" }, "SERO": { "Algorithm": "ProgPowSero", - "BlockHeight": 13427626, + "BlockHeight": 13432081, "CoinName": "Sero", "DAGsize": 4840226176, - "Date": "2024-09-13T13:10:52.1190153Z", + "Date": "2024-09-14T06:16:15.4294448Z", "Epoch": 449, "Url": "https://whattomine.com/coins.json" }, @@ -694,11 +694,11 @@ }, "TLS": { "Algorithm": "ProgPowTelestai", - "BlockHeight": 59026, + "BlockHeight": 60047, "CoinName": "Telestai", - "DAGsize": 1124070016, - "Date": "2024-09-13T13:08:49.3304893Z", - "Epoch": 6, + "DAGsize": 1132461952, + "Date": "2024-09-14T06:16:18.1787759Z", + "Epoch": 7, "Url": "https://telestai.cryptoscope.io/api/getblockcount/" }, "UBQ": { @@ -706,7 +706,7 @@ "BlockHeight": 5517628, "CoinName": "", "DAGsize": 2625631616, - "Date": "2024-09-13T13:10:52.6787646Z", + "Date": "2024-09-14T06:16:15.8384842Z", "Epoch": 185, "Url": "https://minerstat.com/dag-size-calculator" }, @@ -721,10 +721,10 @@ }, "XNA": { "Algorithm": "KawPow", - "BlockHeight": 735593, + "BlockHeight": 736614, "CoinName": "Neurai", "DAGsize": 1912601216, - "Date": "2024-09-13T13:10:52.1621318Z", + "Date": "2024-09-14T06:16:15.4495008Z", "Epoch": 100, "Url": "https://whattomine.com/coins.json" }, @@ -739,23 +739,23 @@ }, "ZANO": { "Algorithm": "ProgPowZ", - "BlockHeight": 2808334, + "BlockHeight": 2809414, "CoinName": "Zano", "DAGsize": 1870656896, - "Date": "2024-09-13T13:10:52.0971305Z", + "Date": "2024-09-14T06:16:15.4398693Z", "Epoch": 95, "Url": "https://whattomine.com/coins.json" } }, "Updated": { - "https://api-explorer.blocxscan.com/api/getblockcount": "2024-09-13T13:10:54.9418562Z", - "https://evr.cryptoscope.io/api/getblockcount": "2024-09-13T13:10:55.1748475Z", + "https://api-explorer.blocxscan.com/api/getblockcount": "2024-09-14T06:18:26.8068728Z", + "https://evr.cryptoscope.io/api/getblockcount": "2024-09-14T06:16:18.670249Z", "https://mewc.cryptoscope.io/api/getblockcount": "2024-07-14T13:29:49.1181315Z", - "https://minerstat.com/dag-size-calculator": "2024-09-13T13:10:53.4309219Z", - "https://prohashing.com/api/v1/currencies": "2024-09-13T13:10:54.6078402Z", - "https://scc.ccore.online/api/getblockcount": "2024-09-13T13:10:54.8248518Z", - "https://telestai.cryptoscope.io/api/getblockcount/": "2024-09-13T13:08:49.3308267Z", - "https://whattomine.com/coins.json": "2024-09-13T13:10:52.3443738Z", + "https://minerstat.com/dag-size-calculator": "2024-09-14T06:16:16.9833231Z", + "https://prohashing.com/api/v1/currencies": "2024-09-14T06:16:18.0616679Z", + "https://scc.ccore.online/api/getblockcount": "2024-09-14T06:16:18.299854Z", + "https://telestai.cryptoscope.io/api/getblockcount/": "2024-09-14T06:16:18.179055Z", + "https://whattomine.com/coins.json": "2024-09-14T06:16:15.5293375Z", "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 0c99af9..62dcac3 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Function Start-APIServer { diff --git a/Includes/BalancesTracker.ps1 b/Includes/BalancesTracker.ps1 index 4f69bf3..c34324b 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module .\Include.psm1 diff --git a/Includes/Core.ps1 b/Includes/Core.ps1 index f8af8a3..5ad98c9 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module .\Include.psm1 diff --git a/Includes/Downloader.ps1 b/Includes/Downloader.ps1 index 4aad278..cb83cdf 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module .\Includes\Include.psm1 diff --git a/Includes/Include.psm1 b/Includes/Include.psm1 index e150992..0093f5a 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> $Global:DebugPreference = "SilentlyContinue" diff --git a/Includes/LegacyGUI.ps1 b/Includes/LegacyGUI.ps1 index 36e2d63..4a982a4 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> [Void][System.Reflection.Assembly]::Load("System.Windows.Forms") diff --git a/Includes/MinerAPIs/BzMiner.ps1 b/Includes/MinerAPIs/BzMiner.ps1 index 00e4993..0837f46 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class BzMiner : Miner { diff --git a/Includes/MinerAPIs/Ccminer.ps1 b/Includes/MinerAPIs/Ccminer.ps1 index dcfb87a..7c55341 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class CcMiner : Miner { diff --git a/Includes/MinerAPIs/EthMiner.ps1 b/Includes/MinerAPIs/EthMiner.ps1 index 94f006b..1f005f1 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class EthMiner : Miner { diff --git a/Includes/MinerAPIs/FireIce.ps1 b/Includes/MinerAPIs/FireIce.ps1 index 4a266f6..6ba7c3d 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class Fireice : Miner { diff --git a/Includes/MinerAPIs/Gminer.ps1 b/Includes/MinerAPIs/Gminer.ps1 index 96c0de2..05a0e1e 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class GMiner : Miner { diff --git a/Includes/MinerAPIs/HellMiner.ps1 b/Includes/MinerAPIs/HellMiner.ps1 index fbc5967..8123448 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class HellMiner : Miner { diff --git a/Includes/MinerAPIs/MiniZ.ps1 b/Includes/MinerAPIs/MiniZ.ps1 index 1ab1779..081308e 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class MiniZ : Miner { diff --git a/Includes/MinerAPIs/NBMiner.ps1 b/Includes/MinerAPIs/NBMiner.ps1 index a1df751..8f798f0 100644 --- a/Includes/MinerAPIs/NBMiner.ps1 +++ b/Includes/MinerAPIs/NBMiner.ps1 @@ -18,8 +18,8 @@ along with this program. If not, see . <# Product: UG-Miner File: \Includes\MinerAPIs\NBMiner.ps1 -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class NBMiner : Miner { diff --git a/Includes/MinerAPIs/NanoMiner.ps1 b/Includes/MinerAPIs/NanoMiner.ps1 index fbfa105..0b95dce 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class NanoMiner : Miner { diff --git a/Includes/MinerAPIs/OneZero.ps1 b/Includes/MinerAPIs/OneZero.ps1 index 3e2312a..f530d47 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class OneZero : Miner { diff --git a/Includes/MinerAPIs/Rigel.ps1 b/Includes/MinerAPIs/Rigel.ps1 index f9d3749..12abeac 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class Rigel : Miner { diff --git a/Includes/MinerAPIs/SRBMiner.ps1 b/Includes/MinerAPIs/SRBMiner.ps1 index 3f511c4..8206ef1 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class SRBMiner : Miner { diff --git a/Includes/MinerAPIs/TeamBlackMiner.ps1 b/Includes/MinerAPIs/TeamBlackMiner.ps1 index e5984c6..f3a14ba 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class TeamBlackMiner : Miner { diff --git a/Includes/MinerAPIs/Trex.ps1 b/Includes/MinerAPIs/Trex.ps1 index 9c56201..4cc751a 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class Trex : Miner { diff --git a/Includes/MinerAPIs/Xgminer.ps1 b/Includes/MinerAPIs/Xgminer.ps1 index 3eac7c9..2117172 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class XgMiner : Miner { diff --git a/Includes/MinerAPIs/XmRig.ps1 b/Includes/MinerAPIs/XmRig.ps1 index e4b47eb..04191da 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class XmRig : Miner { diff --git a/Includes/MinerAPIs/lolMiner.ps1 b/Includes/MinerAPIs/lolMiner.ps1 index d1b203c..571cc8c 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Class lolMiner : Miner { diff --git a/Miners/BzMiner-v21.4.0.ps1 b/Miners/BzMiner-v21.4.0.ps1 index b95466d..3b7f5f1 100644 --- a/Miners/BzMiner-v21.4.0.ps1 +++ b/Miners/BzMiner-v21.4.0.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ "AMD", "INTEL" -contains $_.Type -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.OpenCL.DriverVersion -ge [Version]"460.27.03") }))) { Return } diff --git a/Miners/CcminerAlexis78-v1.5.2.ps1 b/Miners/CcminerAlexis78-v1.5.2.ps1 index 9b09a7f..4658a91 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 4d9a155..950453a 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 586c3c9..c41ca42 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 2ab717a..14705f5 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge [Version]"6.0" }))) { Return } diff --git a/Miners/CcminerLyra2z330-v8.21r9.ps1 b/Miners/CcminerLyra2z330-v8.21r9.ps1 index 20236e0..c548a7b 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 bd5eac5..fa7dd53 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 ca11c97..1a994aa 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 a587c40..f933f8a 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 812cb94..980c7d4 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 2035e94..8668451 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 c600847..5999405 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -and $Variables.DriverVersion.CIM.AMD -lt [Version]"26.20.15011.10003" }))) { Return } diff --git a/Miners/CpuMiner-v1.4.ps1 b/Miners/CpuMiner-v1.4.ps1 index 20fe006..70ed228 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 ecc9c2e..f4acd0c 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 4d9f7d4..60ca72e 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 94f727a..ea413fd 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 ff5d381..751df52 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAVersion -ge [Version]"9.1") }))) { Return } diff --git a/Miners/EvrProgPow-v1p3p0.ps1 b/Miners/EvrProgPow-v1p3p0.ps1 index 93022f5..817dfa5 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 0c48838..440f8c7 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAVersion -ge [Version]"9.1" }))) { Return } diff --git a/Miners/GMiner-v2.75.ps1 b/Miners/GMiner-v2.75.ps1 index 1cc9cc9..bb0bd59 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 5ac8201..93d0086 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 53eb134..828f6e9 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return } diff --git a/Miners/JayddeeCpu-v24.4.ps1 b/Miners/JayddeeCpu-v24.4.ps1 index 2dcdac0..37d13be 100644 --- a/Miners/JayddeeCpu-v24.4.ps1 +++ b/Miners/JayddeeCpu-v24.4.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return } diff --git a/Miners/KawpowMiner-v1.2.4cl.ps1 b/Miners/KawpowMiner-v1.2.4cl.ps1 index b3db4db..70d7660 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 f54489e..a4cc89f 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 d428634..723a2a7 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.Type -eq "NVIDIA" -and $_.CUDAVersion -ge [Version]"10.2") }))) { Return } diff --git a/Miners/MeowPowMiner-v2.0.0cl.ps1 b/Miners/MeowPowMiner-v2.0.0cl.ps1 index 9d24f23..3b46c4e 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 2ae5f8a..8cde35b 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 27eb249..8555c2d 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return } diff --git a/Miners/NBMiner-v42.3.ps1 b/Miners/NBMiner-v42.3.ps1 index 60c6281..1a8190d 100644 --- a/Miners/NBMiner-v42.3.ps1 +++ b/Miners/NBMiner-v42.3.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.OpenCL.ComputeCapability -ge "6.0" -and $_.CUDAVersion -ge [Version]"10.0") }))) { Return } diff --git a/Miners/NSFMiner-v1.3.14.ps1 b/Miners/NSFMiner-v1.3.14.ps1 index bb4514f..b6c85b4 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAVersion -ge [Version]"9.1") }))) { Return } diff --git a/Miners/NanoMiner-v3.9.2.ps1 b/Miners/NanoMiner-v3.9.2.ps1 index b22f3ca..191dfad 100644 --- a/Miners/NanoMiner-v3.9.2.ps1 +++ b/Miners/NanoMiner-v3.9.2.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" -or $_.Type -ne "NVIDIA" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.OpenCL.DriverVersion -ge [Version]"455.23") }))) { Return } diff --git a/Miners/Ninjarig-1.0.3.ps1 b/Miners/Ninjarig-1.0.3.ps1 index a0c42be..6c6415c 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 117b485..95a18ae 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return } diff --git a/Miners/OneZeroMiner-v1.3.7.ps1 b/Miners/OneZeroMiner-v1.3.7.ps1 index 2260f61..7b13825 100644 --- a/Miners/OneZeroMiner-v1.3.7.ps1 +++ b/Miners/OneZeroMiner-v1.3.7.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "NVIDIA" -and $_.OpenCL.DriverVersion -ge [Version]"450.80.02" }))) { Return } diff --git a/Miners/PhoenixMiner-v6.2c.ps1 b/Miners/PhoenixMiner-v6.2c.ps1 index 5a52cf2..6d7c009 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 562a005..02ebb6b 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 7d8d92b..11a3d59 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return } diff --git a/Miners/Rigel-v1.19.0.ps1 b/Miners/Rigel-v1.19.0.ps1 index cbd1ad4..456d14f 100644 --- a/Miners/Rigel-v1.19.0.ps1 +++ b/Miners/Rigel-v1.19.0.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> # Return @@ -58,17 +58,17 @@ $Algorithms = @( @{ Algorithms = @("EthashB3"); Fee = @(0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 15); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3" } @{ Algorithms = @("EthashB3", "Blake3"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+alephium" } @{ Algorithms = @("EthashB3", "HeavyHashKarlsen"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+karlsenhash" } -# @{ Algorithms = @("EthashB3", "HeavyHashKarlsenV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+karlsenhashV2" } # Not supported yet +# @{ Algorithms = @("EthashB3", "HeavyHashKarlsenV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+karlsenhashv2" } # Not supported yet @{ Algorithms = @("EthashB3", "HeavyHashPyrin"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+pyrinhash" } -# @{ Algorithms = @("EthashB3", "HeavyHashPyrinV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+pyrinhashV2" } # Not supported yet +# @{ Algorithms = @("EthashB3", "HeavyHashPyrinV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+pyrinhashv2" } # Not supported yet @{ Algorithms = @("EthashB3", "IronFish"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+fishhash" } @{ Algorithms = @("EthashB3", "SHA512256d"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm ethashb3+sha512256d" } @{ Algorithms = @("EthashSHA256"); Fee = @(0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian" } @{ Algorithms = @("EthashSHA256", "Blake3"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+alephium" } @{ Algorithms = @("EthashSHA256", "HeavyHashKarlsen"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+karlsenhash" } -# @{ Algorithms = @("EthashSHA256", "HeavyHashKarlsenV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+karlsenhashV2" } # Not supported yet +# @{ Algorithms = @("EthashSHA256", "HeavyHashKarlsenV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+karlsenhashv2" } # Not supported yet @{ Algorithms = @("EthashSHA256", "HeavyHashPyrin"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+pyrinhash" } - @{ Algorithms = @("EthashSHA256", "HeavyHashPyrinV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+pyrinhashV2" } + @{ Algorithms = @("EthashSHA256", "HeavyHashPyrinV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+pyrinhashv2" } @{ Algorithms = @("EthashSHA256", "IronFish"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+fishhash" } @{ Algorithms = @("EthashSHA256", "SHA512256d"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm abelian+sha512256d" } @{ Algorithms = @("FishHash"); Fee = @(0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm fishhash" } @@ -79,11 +79,11 @@ $Algorithms = @( @{ Algorithms = @("FishHash", "HeavyHashPyrinV2"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 2; WarmupTimes = @(45, 25); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm fishhash+pyrinhashv2" } @{ Algorithms = @("FishHash", "SHA512256d"); Fee = @(0.01, 0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm fishhash+sha512256d" } @{ Algorithms = @("HeavyHashKarlsen"); Fee = @(0.007); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm karlsenhash" } - @{ Algorithms = @("HeavyHashKarlsenv2"); Fee = @(0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm karlsenhashV2" } - @{ Algorithms = @("HeavyHashKarlsenv2", "HeavyHashPyrinV2"); Fee = @(0.01, 0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm karlsenhashV2+pyrinhashV2" } + @{ Algorithms = @("HeavyHashKarlsenv2"); Fee = @(0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm karlsenhashv2" } + @{ Algorithms = @("HeavyHashKarlsenv2", "HeavyHashPyrinV2"); Fee = @(0.01, 0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm karlsenhashv2+pyrinhashv2" } @{ Algorithms = @("HeavyHashPyrin"); Fee = @(0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm pyrinhash" } - @{ Algorithms = @("HeavyHashPyrinV2"); Fee = @(0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm pyrinhashV2" } - @{ Algorithms = @("HeavyHashPyrinV2", "HeavyHashKarlsenv2"); Fee = @(0.01, 0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm pyrinhashV2+karlsenhashV2" } + @{ Algorithms = @("HeavyHashPyrinV2"); Fee = @(0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm pyrinhashv2" } + @{ Algorithms = @("HeavyHashPyrinV2", "HeavyHashKarlsenv2"); Fee = @(0.01, 0.01); MinMemGiB = 2.0; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm pyrinhashv2+karlsenhashv2" } @{ Algorithms = @("KawPow"); Fee = @(0.01); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(90, 10); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm kawpow" } @{ Algorithms = @("NexaPow"); Fee = @(0.02); MinMemGiB = 3.0; Tuning = " --mt 2"; MinerSet = 1; WarmupTimes = @(45, 15); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm nexapow" } @{ Algorithms = @("Octopus"); Fee = @(0.02); MinMemGiB = 0.94; Tuning = " --mt 2"; MinerSet = 0; WarmupTimes = @(45, 15); ExcludeGPUarchitectures = @(); ExcludePools = @(@(), @()); Arguments = " --algorithm octopus" } diff --git a/Miners/RplantCpu-v5.0.41.ps1 b/Miners/RplantCpu-v5.0.41.ps1 index ede70ae..0075c0e 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($AvailableMinerDevices = $Variables.EnabledDevices.Where({ $_.Type -eq "CPU" }))) { Return } diff --git a/Miners/RrkzCpu-v4.2.ps1 b/Miners/RrkzCpu-v4.2.ps1 index 587a6ba..9a9ea16 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 65dfaff..bea8dfb 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Return # Bad shares diff --git a/Miners/SRBMinerMulti-v0.9.4.ps1 b/Miners/SRBMinerMulti-v0.9.4.ps1 index a847e77..b8abeb9 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> # Support for Pitcairn, Tahiti, Hawaii, Fiji and Tonga was removed in later versions diff --git a/Miners/SRBMinerMulti-v2.6.4.ps1 b/Miners/SRBMinerMulti-v2.6.4.ps1 index 2b371ad..48268f8 100644 --- a/Miners/SRBMinerMulti-v2.6.4.ps1 +++ b/Miners/SRBMinerMulti-v2.6.4.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 7b9a778..9a551f3 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 78b3ec9..0a08d98 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 bd4ad24..2707be0 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> # 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 a79054c..30b408a 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 f9f5d31..ec11d8d 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.Type -eq "AMD" -or ($_.OpenCL.ComputeCapability -ge "5.0" -and $_.CUDAVersion -ge [Version]"11.6") }))) { Return } diff --git a/Miners/TeamRedMiner-v0.10.21.ps1 b/Miners/TeamRedMiner-v0.10.21.ps1 index 032d8f6..ec73309 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 404c663..411e032 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 f8825a4..cc34987 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return } diff --git a/Miners/Wildrig-v0.40.8.ps1 b/Miners/Wildrig-v0.40.8.ps1 index b2488dd..5f76466 100644 --- a/Miners/Wildrig-v0.40.8.ps1 +++ b/Miners/Wildrig-v0.40.8.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 [Version]"452.39.00") }))) { Return } diff --git a/Miners/XLArig-v5.2.4.ps1 b/Miners/XLArig-v5.2.4.ps1 index 7215193..7653319 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> # 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 77ee2bd..961ec60 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 27ee544..09aa9d2 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 5d2beed..1652fa8 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> If (-not ($Devices = $Variables.EnabledDevices.Where({ $_.OpenCL.ComputeCapability -ge "5.0" }))) { Return } diff --git a/Miners/lolMiner-v1.89.ps1 b/Miners/lolMiner-v1.89.ps1 index 7ece2ff..e081abc 100644 --- a/Miners/lolMiner-v1.89.ps1 +++ b/Miners/lolMiner-v1.89.ps1 @@ -17,8 +17,8 @@ along with this program. If not, see . <# Product: UG-Miner -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> 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 337aa95..c279906 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Param( diff --git a/Pools/HiveON.ps1 b/Pools/HiveON.ps1 index 272df09..d65983d 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Param( diff --git a/Pools/MiningDutch.ps1 b/Pools/MiningDutch.ps1 index 23f496e..a8a34bf 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Param( diff --git a/Pools/NiceHash.ps1 b/Pools/NiceHash.ps1 index 875859b..73bbb1f 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Param( diff --git a/Pools/ProHashing.ps1 b/Pools/ProHashing.ps1 index 941fb77..e1c23cc 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Param( diff --git a/Pools/ZPool.ps1 b/Pools/ZPool.ps1 index 63e98e1..fed0d2f 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Param( diff --git a/Pools/ZergPool.ps1 b/Pools/ZergPool.ps1 index 01166bc..c2e53f2 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> Param( diff --git a/README.md b/README.md index 106dfb0..41700e4 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. -Updated 2024/09/13 +Updated 2024/09/14 Copyright (c) 2018-2024 UselessGuru diff --git a/UG-Miner.ps1 b/UG-Miner.ps1 index 6960482..5474b25 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.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> using module .\Includes\Include.psm1 @@ -299,7 +299,7 @@ $Variables.Branding = [PSCustomObject]@{ BrandName = "UG-Miner" BrandWebSite = "https://github.com/UselessGuru/UG-Miner" ProductLabel = "UG-Miner" - Version = [System.Version]"6.3.4" + Version = [System.Version]"6.3.5" } $WscriptShell = New-Object -ComObject Wscript.Shell diff --git a/Version.txt b/Version.txt index 8d54921..1b6c6ac 100644 --- a/Version.txt +++ b/Version.txt @@ -1,6 +1,6 @@ { "Product": "UG-Miner", - "Version": "6.3.4", + "Version": "6.3.5", "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/scripts/demo.ps1 b/Web/scripts/demo.ps1 index 9cd8a78..f10953c 100644 --- a/Web/scripts/demo.ps1 +++ b/Web/scripts/demo.ps1 @@ -18,8 +18,8 @@ along with this program. If not, see . <# Product: UG-Miner File: demo.psm1 -Version: 6.3.4 -Version date: 2024/09/13 +Version: 6.3.5 +Version date: 2024/09/14 #> # Try running this script as: http://localhost:3999/scripts/demo.ps1?message=Hello%20World!