Skip to content

Commit

Permalink
v6.3.5
Browse files Browse the repository at this point in the history
Fixes:
- Rigel-v1.19.0: 'HeavyHashKarlsenV2' & 'HeavyHashPyrinV2' algorithms not working
  • Loading branch information
UselessGuru committed Sep 14, 2024
1 parent 8d6b37d commit 7810540
Show file tree
Hide file tree
Showing 110 changed files with 350 additions and 340 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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

$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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

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.4
Version date: 2024/09/13
Version: 6.3.5
Version date: 2024/09/14
#>

using module ..\Includes\Include.psm1
Expand Down
7 changes: 7 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================================

Expand Down
2 changes: 1 addition & 1 deletion Config/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"BalancesTrackerPollInterval": 0,
"BenchmarkAllPoolAlgorithmCombinations": true,
"CalculatePowerCost": true,
"ConfigFileVersion": "6.3.4",
"ConfigFileVersion": "6.3.5",
"CPUMinerProcessPriority": -2,
"CPUMiningReserveCPUcore": 1,
"CryptoCompareAPIKeyParam": "af9b92255132dac6d1560c6eb1e04067d9fc0fb4c6630df00fb1d055bf858352",
Expand Down
2 changes: 2 additions & 0 deletions Data/CoinNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"BTX": "Bitcore",
"BZX": "Zero",
"CAT": "Cat",
"CCC": "Ceilingcat",
"CCX": "Conceal",
"CFX": "Conflux",
"CHC": "Chain",
Expand Down Expand Up @@ -70,6 +71,7 @@
"ETHW": "EthereumPow",
"EVR": "Evrmore",
"EXP": "Expanse",
"FB": "Fractal",
"FCH": "Freecash",
"FEC": "Ferrite",
"FIRO": "Firo",
Expand Down
1 change: 1 addition & 0 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"EVR": "EvrProgPow",
"EXO": "X16r",
"EXP": "Ethash",
"FB": "SHA256",
"FCH": "SHA256",
"FEC": "Scrypt",
"FIRO": "FiroPow",
Expand Down
Loading

0 comments on commit 7810540

Please sign in to comment.