Skip to content

Commit

Permalink
v4.2.2.0
Browse files Browse the repository at this point in the history
Enhancements:
- Make '$ProfitabilityThreshold' also work when power cost is not part of the calculation

Fixes:
- Core: Invalid PowerPrice at 00:00h

Miner changes:
- MiniZ-v1.9z3
- lolMiner-v1.60 (Keep 1.59a for Flux on AMD Pascal cards; Lolliedieb/lolMiner-releases#1746)
- TeamRedMiner-v0.10.4.0
- Wildrig-v0.33.1
  • Loading branch information
UselessGuru committed Oct 9, 2022
1 parent f7407f4 commit 97cdd4d
Show file tree
Hide file tree
Showing 65 changed files with 697 additions and 435 deletions.
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: NemosMiner
File: HiveON.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: MiningDutch.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: MiningPoolHub.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: NiceHash Internal.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: NiceHash Internal.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: ProHashing.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: ZergPool.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: Zpool.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

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: NemosMiner
File: MiningDutch.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

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: NemosMiner
File: ProHashing.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

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: NemosMiner
File: ZPool.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

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: NemosMiner
File: ZergPool.ps1
Version: 4.2.1.8
Version date: 05 October 2022
Version: 4.2.2.0
Version date: 09 October 2022
#>

using module ..\Includes\Include.psm1
Expand Down
18 changes: 17 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,23 @@ Known issues:
- Increasing memory consumption over time (PWSH will eat up memory despite aggressive variable cleaning & garbage collection)


ChangeLog NemosMiner 4.2.1.8 nn.10.2022
ChangeLog NemosMiner 4.2.2.0 09.10.2022
=======================================

Enhancements:
- Make '$ProfitabilityThreshold' also work when power cost is not part of the calculation

Fixes:
- Core: Invalid PowerPrice at 00:00h

Miner changes:
- MiniZ-v1.9z3
- lolMiner-v1.60 (Keep 1.59a for Flux on AMD Pascal cards; https://github.com/Lolliedieb/lolMiner-releases/issues/1746)
- TeamRedMiner-v0.10.4.0
- Wildrig-v0.33.1


ChangeLog NemosMiner 4.2.1.8 05.10.2022
=======================================

Fixes:
Expand Down
1 change: 1 addition & 0 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"BOLI": "X11",
"BRAZ": "HMQ1725",
"BSD": "Xevan",
"BSHA3": "SHA3d",
"BSTY": "Yescrypt",
"BTCZ": "Equihash1445",
"BTE": "Yespower",
Expand Down
Loading

0 comments on commit 97cdd4d

Please sign in to comment.