Skip to content

Commit

Permalink
v6.3.4
Browse files Browse the repository at this point in the history
Enhancement:
- Legacy GUI: <Ctrl>-<Alt>-<Pause Mining> button suspends core (same <Ctrl>-<Alt>-P in console window)

Fixes:
- Core: Benchmarking or power usage measuring not stopping on time when no valid samples are found
- Core: Watchdog not suspending algorithm@pool
- Core: Watchdog suspending wrong miner

Improvements:
- Minor code optimizations

Miner updates:
- Rigel-v1.19.0
- SRBMinerMulti-v2.6.4
  • Loading branch information
UselessGuru committed Sep 13, 2024
1 parent b6583eb commit 8d6b37d
Show file tree
Hide file tree
Showing 125 changed files with 2,568 additions and 2,184 deletions.
4 changes: 2 additions & 2 deletions Balances/HashCryptos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\HashCryptos.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/HiveON.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\Hiveon.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/MiningDutch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\MiningDutch.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/NiceHash External.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\NiceHash Internal.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/NiceHash Internal.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\NiceHash Internal.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/ProHashing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\ProHashing.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/ZergPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\ZergPool.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Balances/Zpool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\Zpool.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
4 changes: 2 additions & 2 deletions Brains/HashCryptos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\MiningDutch.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/MiningDutch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\MiningDutch.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/ProHashing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\ProHashing.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/ZPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\ZPool.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/ZergPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Brains\ZergPool.ps1
Version: 6.3.3
Version date: 2024/09/11
Version: 6.3.4
Version date: 2024/09/13
#>

using module ..\Includes\Include.psm1
Expand Down
36 changes: 35 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,48 @@ Known issues:
-> It is recommended to set it to 'Windows Console Host'


Changelog UG-Miner 6.3.4 2024/09/13
===================================

Changes:
- Legacy GUI: Use <Ctrl>-<Alt>-P instead of <Ctrl>-<Alt>-<Pause Mining> button to suspend core (same as in console window)

Improvements:
- Web GUI / Miners tables: Optimize colum width handling
- Core: Use 'Close-CoreRunspace' instead of 'Stop-Core' on error in 'Core.ps1'

Miner changes:
- lolMiner-v1.89


Changelog UG-Miner 6.3.3 2024/09/11
===================================

Enhancement:
- Legacy GUI: <Ctrl>-<Alt>-<Pause Mining> button suspends core (same <Ctrl>-<Alt>-P in console window)

Fixes:
- Core: Benchmarking or power usage measuring not stopping on time when no valid samples are found
- Core: Watchdog not suspending algorithm@pool
- Core: Watchdog suspending wrong miner

Improvements:
- Minor code optimizations

Miner updates:
- Rigel-v1.19.0
- SRBMinerMulti-v2.6.4


Changelog UG-Miner 6.3.2 2024/09/09
===================================

Changes:
- Keep miners when paused
- Keep miners when mining is paused

Enhancements:
- Core / Includes.psm1: Function 'Update-DAGdata' can now handle TLS (ProgPowTelestai) data
- Core: Add support for 'HeavyHashKarlsenV2' & 'HeavyHashPyrinV2' algorithms

Fixes:
- Legacy GUI: Miners table not getting cleared when no miners available
Expand Down
163 changes: 163 additions & 0 deletions Config/Config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
// This file was generated by UG-Miner
// UG-Miner will automatically add / convert / rename / update new settings when updating to a new version
{
"Algorithm": [],
"APILogfile": "",
"APIPort": 3999,
"AutoReboot": true,
"AutoUpdate": true,
"AutoUpdateCheckInterval": 1,
"BackupOnAutoUpdate": true,
"BadShareRatioThreshold": 0.05,
"BalancesKeepAlive": true,
"BalancesShowAverages": true,
"BalancesShowInAllCurrencies": false,
"BalancesShowInFIATcurrency": true,
"BalancesShowSums": false,
"BalancesTrackerExcludePools": [
"MiningPoolHub"
],
"BalancesTrackerLog": false,
"BalancesTrackerPollInterval": 0,
"BenchmarkAllPoolAlgorithmCombinations": true,
"CalculatePowerCost": true,
"ConfigFileVersion": "6.3.4",
"CPUMinerProcessPriority": -2,
"CPUMiningReserveCPUcore": 1,
"CryptoCompareAPIKeyParam": "af9b92255132dac6d1560c6eb1e04067d9fc0fb4c6630df00fb1d055bf858352",
"Currency": [],
"DecimalsMax": 8,
"Delay": 0,
"DisableCpuMiningOnBattery": false,
"DisableDualAlgoMining": false,
"DisableMinerFee": true,
"DisableMinersWithFee": false,
"DisableSingleAlgoMining": false,
"Donation": 2,
"DryRun": true,
"EarningsAdjustmentFactor": 0.8,
"ExcludeDeviceName": [],
"ExcludeMinerName": [],
"ExtraCurrencies": [
"ETH",
"EUR",
"THB",
"USD"
],
"FIATcurrency": "CHF",
"GPUMinerProcessPriority": -1,
"IdleDetection": false,
"IdleSec": 5,
"IgnoreMinerFee": false,
"IgnorePoolFee": false,
"IgnorePowerCost": true,
"Interval": 120,
"LegacyGUI": true,
"LegacyGUIStartMinimized": false,
"LogBalanceAPIResponse": false,
"LogToFile": [
"Error",
"Info",
"Verbose",
"Warn"
],
"LogToScreen": [
"Error",
"Info",
"Verbose",
"Warn"
],
"LogViewerConfig": ".\\Utils\\UG-Miner_LogReader.xml",
"LogViewerExe": ".\\Utils\\SnakeTail.exe",
"MinAccuracy": 0,
"MinCycle": 3,
"MinDataSample": 20,
"MinerSet": 3,
"MinerSwitchingThreshold": 2,
"MinerUseBestPoolsOnly": false,
"MinerWindowStyle": "minimized",
"MinerWindowStyleNormalWhenBenchmarking": false,
"MiningDutchAPIKey": "7c5ea2d2e997f5094a55969d3a855c4169b46d5eee6065d4fa9251e026980714",
"MiningDutchUserName": "UselessGuru",
"MiningPoolHubAPIKey": "28328accdd4306c631a881bd8130f0d258a94b0e33569e0eef7e83773d018c98",
"MiningPoolHubUserName": "UselessGuru",
"MinWorker": 0,
"NiceHashAPIKey": "0dfa9c5b-12f9-4f62-9152-41d6a517de00",
"NiceHashAPISecret": "15a4618a-1f3a-4b96-924a-48845f435d98f4f28ac4-a51b-4de0-bf8d-584929764dd5",
"NiceHashOrganizationId": "f48afaf4-fc54-4645-af2d-56334a48aebb",
"NiceHashWallet": "33hZYX8iFg5zm9E3geqrNgeP6TMzszZk5R",
"NiceHashWalletIsInternal": true,
"OpenFirewallPorts": true,
"PayoutCurrency": "BTC",
"PoolAllow0Hashrate": true,
"PoolAPIallowedFailureCount": 3,
"PoolAPIretryInterval": 3,
"PoolAPItimeout": 5,
"PoolName": [
"HashCryptosPlus",
"Hiveon",
"MiningDutchPlus",
"MiningPoolHub",
"NiceHash",
"ProHashingPlus",
"ZergPoolPlus",
"ZPoolPlus"
],
"PoolsConfigFile": ".\\Config\\PoolsConfig.json",
"PoolTimeout": 30,
"PowerConsumption": {
"GPU#05": 20
},
"PowerConsumptionIdleSystemW": 120,
"PowerPricekWh": {
"00:00": 0.4
},
"ProfitabilityThreshold": -20,
"ProHashingAPIKey": "8ea6a00dea6945172167708c9784b8deead1da2f5e543ef312bfc7ed1073fe4a",
"ProHashingMiningMode": "PPLNS",
"ProHashingUserName": "UselessGuru",
"Proxy": "",
"Region": "Europe",
"ReportToServer": false,
"ShowAccuracy": true,
"ShowAllMiners": false,
"ShowChangeLog": true,
"ShowCoinName": true,
"ShowConsole": true,
"ShowCurrency": true,
"ShowEarning": false,
"ShowEarningBias": true,
"ShowMinerFee": true,
"ShowPool": true,
"ShowPoolBalances": false,
"ShowPoolFee": true,
"ShowPowerConsumption": true,
"ShowPowerCost": true,
"ShowProfit": false,
"ShowProfitBias": true,
"ShowShares": true,
"ShowUser": true,
"ShowWorkerStatus": false,
"SSL": "Prefer",
"SSLallowSelfSignedCertificate": true,
"StartupMode": "Running",
"SubtractBadShares": true,
"SyncWindow": 3,
"Transcript": false,
"UIStyle": "light",
"UnrealMinerEarningFactor": 1,
"UnrealPoolPriceFactor": 5,
"UseAnycast": true,
"UseColorForMinerStatus": true,
"UsemBTC": true,
"UseMinerTweaks": false,
"Wallets": {
"BTC": "1GPSq8txFnyrYdXL8t6S94mYdF8cGqVQJF",
"ETC": "0x7CF99ec9029A98AFd385f106A93977D8105Fec0f",
"ETH": "0x92e6F22C1493289e6AD2768E1F502Fc5b414a287"
},
"Watchdog": true,
"WatchdogCount": 2,
"WebGUI": true,
"WorkerName": "Blackbox"
}
Loading

0 comments on commit 8d6b37d

Please sign in to comment.