Skip to content

Commit

Permalink
v6.3.8
Browse files Browse the repository at this point in the history
Enhancements:
- SwitchingLog.csv : Added 'Hashrate(s)' & 'PowerUsage' columns
- Web GUI / Switching Log: Added hidden 'Hashrate(s)' & 'PowerUsage' columns

Fixes:
- BalancesTracker: NiceHash balances not working
- Core / Includes.psm1: Function 'Get-AllDAGdata' querying API's too often
- Core / Includes.psm1: Function 'Get-Stat' not returning all stats if called without parameter
- Core / Includes.psm1: Function 'Update-PoolWatchdog' Pool watchdog marking pools unavailable with two reasons simultaneously (Regression from 6.3.3)
- Miner API 'EthMiner': Error when miner crashed
- Web GUI: Miners & Pools tables: Reasons filter not working

Improvements:
- Core & Miner APIs: Remove obsolete code & minor code optimizations
- LegacyGUI.ps1: Remove obsolete code & minor code optimizations

Miner updates:
- BzMiner-v21.5.1
- SRBMinerMulti-v2.6.8
  • Loading branch information
UselessGuru committed Oct 13, 2024
1 parent fc31687 commit 51b33fe
Show file tree
Hide file tree
Showing 118 changed files with 373 additions and 365 deletions.
2 changes: 1 addition & 1 deletion Balances/HashCryptos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\HashCryptos.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
2 changes: 1 addition & 1 deletion Balances/HiveON.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\Hiveon.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
2 changes: 1 addition & 1 deletion Balances/MiningDutch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\MiningDutch.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
2 changes: 1 addition & 1 deletion Balances/MiningPoolHub.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\MiningPoolHub.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
2 changes: 1 addition & 1 deletion Balances/NiceHash External.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\NiceHash Internal.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

If (-not $Config.NiceHashWalletIsInternal) {
Expand Down
2 changes: 1 addition & 1 deletion Balances/NiceHash Internal.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\NiceHash Internal.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

If ($Config.NiceHashWalletIsInternal) {
Expand Down
2 changes: 1 addition & 1 deletion Balances/ProHashing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\ProHashing.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
2 changes: 1 addition & 1 deletion Balances/ZergPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\ZergPool.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
2 changes: 1 addition & 1 deletion Balances/Zpool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Balances\Zpool.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

$Name = [String](Get-Item $MyInvocation.MyCommand.Path).BaseName
Expand Down
2 changes: 1 addition & 1 deletion Brains/HashCryptos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Brains\MiningDutch.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

using module ..\Includes\Include.psm1
Expand Down
2 changes: 1 addition & 1 deletion Brains/MiningDutch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Brains\MiningDutch.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

using module ..\Includes\Include.psm1
Expand Down
2 changes: 1 addition & 1 deletion Brains/ProHashing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Brains\ProHashing.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

using module ..\Includes\Include.psm1
Expand Down
2 changes: 1 addition & 1 deletion Brains/ZPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Brains\ZPool.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

using module ..\Includes\Include.psm1
Expand Down
2 changes: 1 addition & 1 deletion Brains/ZergPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Product: UG-Miner
File: \Brains\ZergPool.ps1
Version: 6.3.8
Version date: 2024/10/12
Version date: 2024/10/13
#>

using module ..\Includes\Include.psm1
Expand Down
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Known issues:
Changelog UG-Miner 6.3.8 2024/10/12
===================================

Enhancements:
- SwitchingLog.csv : Added 'Hashrate(s)' & 'PowerUsage' columns
- Web GUI / Switching Log: Added hidden 'Hashrate(s)' & 'PowerUsage' columns

Fixes:
- BalancesTracker: NiceHash balances not working
- Core / Includes.psm1: Function 'Get-AllDAGdata' querying API's too often
Expand All @@ -20,6 +24,7 @@ Improvements:

Miner updates:
- BzMiner-v21.5.1
- SRBMinerMulti-v2.6.8


Changelog UG-Miner 6.3.7 2024/10/05
Expand Down
Loading

0 comments on commit 51b33fe

Please sign in to comment.