Skip to content

Commit

Permalink
v4.2.2.2
Browse files Browse the repository at this point in the history
Enhancements:
- Core: New configuration item 'ShowPool'
- Web GUI, Add 'Show Pool' & 'Show pool fee' configuration items

Fixes:
- Core / Main text window: Hot keys (e.g. 'h' for help) not working (regression from 4.2.1.5)

Pool changes:
- GMiner-v3.09
  • Loading branch information
UselessGuru committed Oct 16, 2022
1 parent 7c6b122 commit 04becbc
Show file tree
Hide file tree
Showing 62 changed files with 907 additions and 746 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 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.2.1
Version date: 15 October 2022
Version: 4.2.2.2
Version date: 16 October 2022
#>

using module ..\Includes\Include.psm1
Expand Down
28 changes: 21 additions & 7 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Known issues:
- Balance Tracker / Earnings Graph: Date change take does not respect local time zone (accumulated data is calculated in GMT time)
- Increasing memory consumption over time (PWSH will eat up memory despite aggressive variable cleaning & garbage collection)

ChangeLog NemosMiner 4.2.2.2 15.10.2022
=======================================

Enhancements:
- Core: New configuration item 'ShowPool'
- Web GUI, Add 'Show Pool' & 'Show pool fee' configuration items

Fixes:
- Core / Main text window: Hot keys (e.g. 'h' for help) not working (regression from 4.2.1.5)

Pool changes:
- GMiner-v3.09


ChangeLog NemosMiner 4.2.2.1 14.10.2022
=======================================
Expand All @@ -21,10 +34,11 @@ Enhancements:
- Core: Remove NiceHash pool name suffixes 'External' & 'Internal'

Fixes:
- AutoUpdate: Remove obsolete stat files from older miner versions
- Core / Legacy GUI: Do not scroll messages to end when text is selected
- Core / Include.psm1: Config file version not saved to config (regeression from 4.2.2.0)
- Core / Include.psm1: Config file version not saved to config (regression from 4.2.2.0)
- Core / Include.psm1: Get-CommandLineParameters broken for FireIce API (regression from 4.2.1.5)
- Core: Main text window: Invalid running miner information on first cycle (regeression from 4.2.2.0)
- Core: Main text window: Invalid running miner information on first cycle (regression from 4.2.2.0)
- Core: Switching log not updated correctly when switching to/from donation

Miner updates:
Expand All @@ -39,7 +53,7 @@ ChangeLog NemosMiner 4.2.2.0 09.10.2022
=======================================

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

Fixes:
- Core: Invalid PowerPrice at 00:00h
Expand Down Expand Up @@ -80,7 +94,7 @@ Changes:
Fixes:
- Core / DAG data: Calculate Octopus DAG size (Thank you RainbowMiner)
- Core: Crash when donation duration longer tha rest of the day
- Core: Configuration variables '$ProfitabilityThreshold' had no effect. Mining would continue at loss
- Core: Configuration variables 'ProfitabilityThreshold' had no effect. Mining would continue at loss
- Core: Fix miners getting stopped with message 'No samples received...'

Miner changes:
Expand Down Expand Up @@ -137,7 +151,7 @@ Enhancements:
Fixes:
- Balance tracker / MiningPoolHub: Ignore 0 valued balances
- Core: Do not donate more than once a day after a NemosMiner restart (Regression of 4.2.1.2)
- Web GUI / Earnings Chart: Tooltips not shown if $BalancesTrackerPollInterval -eq 0
- Web GUI / Earnings Chart: Tooltips not shown if configuration item 'BalancesTrackerPollInterval' -eq 0

Miner Changes:
- GMiner-v2.75: Incorrect coin pers used
Expand Down Expand Up @@ -210,7 +224,7 @@ Enhancements:
Fixes:
- API: Pool stat management broken (Regression from 4.1.0.0)
- Core: Do not start Web GUI if configuration item 'WebGUI' is set to $false
- Core: Stop Web GUI if configuration item 'WebGUI' is chaning to $false
- Core: Stop Web GUI if configuration item 'WebGUI' is changing to $false
- Core / Pools: 'Algorithm 'Bitcore' was incorrectly mapped to 'MegaBtx' causing ever increasing number of MegaBtx pools with incorrects values
- Core / Get-Device: AMD Navi2 architecture detected as 'other'
- EthMiner-v0.19.0.18: Fix ssl @ NiceHash (Regression from 4.1.0.0)
Expand Down Expand Up @@ -1225,7 +1239,7 @@ Changelog NemosMiner 4.0.0.10 (RC10) 24.12.2021
Fixes:
- Pools: AHashPool, Blockmasters, HiveOn, ProHashing, ZPool, ZergPool; fixed earnings reported by pool
- Pools: ProHashing(*): Poolfee was always null
- Web GUI: 'Show Pool Balances in main text window' not ticked even when '$ShowPoolBalances' was set to $true
- Web GUI: 'Show Pool Balances in main text window' not ticked even when configuration item 'ShowPoolBalances' was set to $true
- Web GUI: 'Reset pool stat data' buttons not working

Miner Updates:
Expand Down
7 changes: 5 additions & 2 deletions Changed Config Items.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,13 @@ New Config Items
# Show miner earning bias column in miner overview
"ShowEarningBias": true,

# Show miner fee column in miner overview (if fees are available, Property '[Double]Fee')
# Show miner fee column in miner overview (if fees are available, Property 'Fee')
"ShowMinerFee": true,

# Show pool fee column in miner overview (if fees are available, Property '[Double]Fee')
# Show pool column in miner overview
"ShowPool": true,

# Show pool fee column in miner overview (if fees are available, Property 'Fee')
"ShowPoolFee": true,

# Show Power cost column in miner overview (if power price is available, see PowerPricekWh)
Expand Down
Loading

0 comments on commit 04becbc

Please sign in to comment.