Skip to content

Commit

Permalink
v6.2.23
Browse files Browse the repository at this point in the history
Changes:
- Rework 'README.md'

Enhancements:
- Core: Remove obsolete code & minor code optimizations
- Miners: Minor code optimizations when reading miner objects

Fixes:
- Core: Miners not getting stopped when idle detection stops mining
- Web GUI: Watchdog timer table not getting cleared when no watchdog timers exist

Miner changes:
- SRBMinerMulti-v2.6.0
  • Loading branch information
UselessGuru committed Aug 4, 2024
1 parent 573d7d3 commit ebfa6e3
Show file tree
Hide file tree
Showing 116 changed files with 2,044 additions and 779 deletions.
4 changes: 2 additions & 2 deletions Balances/HashCryptos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: UG-Miner
File: \Balances\HashCryptos.ps1
Version: 6.2.22
Version date: 2024/08/01
Version: 6.2.23
Version date: 2024/08/04
#>

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

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

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

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

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

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

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

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

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

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

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

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

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

using module ..\Includes\Include.psm1
Expand Down
18 changes: 18 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Known issues:
- UG-Miner has issues with new Windows Terminal when the default terminal application is set to 'Let windows decide' or 'Windows Terminal'.
-> It is recommended to set it to 'Windows Console Host'

Changelog UG-Miner 6.2.23 2024/08/04
====================================

Changes:
- Rework 'README.md'

Enhancements:
- Core: Remove obsolete code & minor code optimizations
- Miners: Minor code optimizations when reading miner objects

Fixes:
- Core: Miners not getting stopped when idle detection stops mining
- Web GUI: Watchdog timer table not getting cleared when no watchdog timers exist

Miner changes:
- SRBMinerMulti-v2.6.0


Changelog UG-Miner 6.2.22 2024/08/01
====================================

Expand Down
1 change: 1 addition & 0 deletions Data/CoinNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@
"XCH": "Chia",
"XDN": "Digitalnote",
"XEC": "Ecash",
"XEL": "Xelis",
"XEQ": "Equilibria",
"XHV": "Haven",
"XLA": "Scala",
Expand Down
Loading

0 comments on commit ebfa6e3

Please sign in to comment.