Skip to content

Commit

Permalink
v6.2.4
Browse files Browse the repository at this point in the history
Changes:
- Add algorithm 'HeavyHashKaspa' to list of unprofitable algorithms. Algorithm can be mined with ASICs
- Web GUI: Display a warning when selecting MiningPoolHub. Pool is not longer trustworthy, use at your own risk.

Fixes:
- ZergPool brain: Invalid plus price calculation

Miner changes:
- SRBMinerMulti-v2.5.1
  • Loading branch information
UselessGuru committed Apr 3, 2024
1 parent 7853fd3 commit f145312
Show file tree
Hide file tree
Showing 113 changed files with 482 additions and 447 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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

$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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

using module ..\Includes\Include.psm1
Expand Down
8 changes: 4 additions & 4 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.3
Version date: 2024/03/28
Version: 6.2.4
Version date: 2024/04/03
#>

using module ..\Includes\Include.psm1
Expand Down Expand Up @@ -50,7 +50,7 @@ While ($PoolConfig = $Config.PoolsConfig.$BrainName) {

Do {
Try {
If ([Boolean]($PoolVariantOld -match "$($BrainName)Coins.*") -ne [Boolean]($PoolVariant -match "$($BrainName)Coins.*")) {
If ($PoolVariant -ne $PoolVariantOld) {
# Variant got changed, reset data
$PoolObjects = @()
}
Expand Down Expand Up @@ -94,7 +94,7 @@ While ($PoolConfig = $Config.PoolsConfig.$BrainName) {
ForEach ($PoolName in $APIdata.PSObject.Properties.Name) {
$Algorithm_Norm = Get-Algorithm $APIdata.$PoolName.algo
$Currency = [String]$APIdata.$PoolName.Currency
If ($AlgoData.$Algo.actual_last24h_shared) { $AlgoData.$Algo.actual_last24h_shared /= 1000 }
If ($APIdata.$PoolName.actual_last24h_shared) { $APIdata.$PoolName.actual_last24h_shared /= 1000 }
$BasePrice = If ($APIdata.$PoolName.actual_last24h_shared) { $APIdata.$PoolName.actual_last24h_shared } Else { $APIdata.$PoolName.estimate_last24h }

# Add currency and coin name to database
Expand Down
16 changes: 15 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ Known issues:
- Balance Tracker / Earnings Graph: Date change does not respect local time zone (accumulated data is calculated in UTC time)


ChangeLog UG-Miner 6.2.4 2024/04/03
===================================

Changes:
- Add algorithm 'HeavyHashKaspa' to list of unprofitable algorithms. Algorithm can be mined with ASICs
- Web GUI: Display a warning when selecting MiningPoolHub. Pool is not longer trustworthy, use at your own risk.

Fixes:
- ZergPool brain: Invalid plus price calculation

Miner changes:
- SRBMinerMulti-v2.5.1


ChangeLog UG-Miner 6.2.3 2024/04/02
===================================

Expand Down Expand Up @@ -372,4 +386,4 @@ Web GUI:
ChangeLog UG-Miner 6.0.0 2024/01/01
===================================

Initial release.
Initial release.
1 change: 1 addition & 0 deletions Data/Algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"firo": "FiroPow",
"firopow": "FiroPow",
"firopowscc": "FiroPowSCC",
"fishhash": "FishHash",
"flora": "Ethash",
"frkhash": "FrkHash",
"gr": "GhostRider",
Expand Down
1 change: 1 addition & 0 deletions Data/CoinNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"BTX": "Bitcore",
"BUTK": "Butkoin",
"BZX": "Zero",
"CAS": "KaspaClassic",
"CAU": "Canxium",
"CBTC": "Classicbit",
"CCC": "Ceilingcat",
Expand Down
2 changes: 2 additions & 0 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"BTX": "MegaBtx",
"BUTK": "Yespower",
"BZX": "Lyra2Z",
"CAS": "HeavyHashPyrin",
"CAU": "Ethash",
"CBTC": "Equihash2009",
"CCC": "Scrypt",
Expand Down Expand Up @@ -165,6 +166,7 @@
"HRLD": "Phi",
"HTA": "X16rv2",
"HTH": "X25x",
"HTN": "HeavyHashPyrin",
"HUSH": "Equihash2009",
"HVQ": "KawPow",
"HWI": "Quark",
Expand Down
Loading

0 comments on commit f145312

Please sign in to comment.