Skip to content

Commit

Permalink
v4.2.1.1
Browse files Browse the repository at this point in the history
Changes:
- Core: / Region.json: Region 'Russia' is no longer needed (HiveOn no longer uses region data)

Enhancements:
- Legacy GUI: Change layout, less text flickering

Fixes:
- AutoUpdater: Error stopping SnakeTail process if SnakeTail was not configured (Thank you Szentigrade)
- Core / DAG data: Make Octopus DAG size static (currently 6.0GB; need to find out how to calculate it from block size)

Miner changes:
- NanoMiner-v3.7.0: Enable Octopus for AMD (#90, Regression from 4.2.0.1)
- PhoenixMiner-v6.2c: Do not enforce SSL certificate validity (-weakssl)
- TeamBlackMiner-v1.6x: Do not enforce SSL certificate validity

Pool changes:
- HiveOn: No longer has servers in different regions
- HiveOn: Support for 'RVN'. To mine RVN you need to set a RVN address in 'PoolsConfig.json'. Pool does not support auto-exchange to other currencies
  • Loading branch information
UselessGuru committed Sep 8, 2022
1 parent d6f14a5 commit 4adeb9c
Show file tree
Hide file tree
Showing 64 changed files with 398 additions and 369 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 2022
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Balances/NLPool.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: NLPool.ps1
Version: 4.2.1.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 2022
#>

using module ..\Includes\Include.psm1
Expand Down
8 changes: 4 additions & 4 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 2022
#>

using module ..\Includes\Include.psm1
Expand Down Expand Up @@ -147,11 +147,11 @@ While ($BrainConfig) {

If ($BrainConfig.ShowStartStop) { Write-Message -Level Debug "End Brain '$Brainname' ($($Duration.TotalSeconds) sec.)." }

[System.GC]::Collect()

Do {
Start-Sleep -Seconds 3
} While (-not $Variables.Miners -or $CurDate -gt $Variables.PoolDataCollectedTimeStamp -or (Get-Date).ToUniversalTime().AddSeconds([Int]$Duration.TotalSeconds + 5) -lt $Variables.EndCycleTime)

$BrainConfig = $Config.PoolsConfig.$BrainName.BrainConfig

[System.GC]::Collect()
}
8 changes: 4 additions & 4 deletions Brains/NLPool.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: NLPool.ps1
Version: 4.2.1.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 2022
#>

using module ..\Includes\Include.psm1
Expand Down Expand Up @@ -146,11 +146,11 @@ While ($BrainConfig) {

If ($BrainConfig.ShowStartStop) { Write-Message -Level Debug "End Brain '$Brainname' ($($Duration.TotalSeconds) sec.)." }

[System.GC]::Collect()

Do {
Start-Sleep -Seconds 3
} While (-not $Variables.Miners -or $CurDate -gt $Variables.PoolDataCollectedTimeStamp -or (Get-Date).ToUniversalTime().AddSeconds([Int]$Duration.TotalSeconds + 5) -lt $Variables.EndCycleTime)

$BrainConfig = $Config.PoolsConfig.$BrainName.BrainConfig

[System.GC]::Collect()
}
8 changes: 4 additions & 4 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 2022
#>

using module ..\Includes\Include.psm1
Expand Down Expand Up @@ -141,11 +141,11 @@ While ($BrainConfig) {

If ($BrainConfig.ShowStartStop) { Write-Message -Level Debug "End Brain '$Brainname' ($($Duration.TotalSeconds) sec.)." }

[System.GC]::Collect()

Do {
Start-Sleep -Seconds 3
} While (-not $Variables.Miners -or $CurDate -gt $Variables.PoolDataCollectedTimeStamp -or (Get-Date).ToUniversalTime().AddSeconds([Int]$Duration.TotalSeconds + 5) -lt $Variables.EndCycleTime)

$BrainConfig = $Config.PoolsConfig.$BrainName.BrainConfig

[System.GC]::Collect()
}
8 changes: 4 additions & 4 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.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 2022
#>

using module ..\Includes\Include.psm1
Expand Down Expand Up @@ -144,11 +144,11 @@ While ($BrainConfig) {

If ($BrainConfig.ShowStartStop) { Write-Message -Level Debug "End Brain '$Brainname' ($($Duration.TotalSeconds) sec.)." }

[System.GC]::Collect()

Do {
Start-Sleep -Seconds 3
} While (-not $Variables.Miners -or $CurDate -gt $Variables.PoolDataCollectedTimeStamp -or (Get-Date).ToUniversalTime().AddSeconds([Int]$Duration.TotalSeconds + 5) -lt $Variables.EndCycleTime)

$BrainConfig = $Config.PoolsConfig.$BrainName.BrainConfig

[System.GC]::Collect()
}
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: NemosMiner
File: ZergPool.ps1
Version: 4.2.1.0
Version date: 02 September 2022
Version: 4.2.1.1
Version date: 08 September 2022
#>

using module ..\Includes\Include.psm1
Expand Down Expand Up @@ -169,11 +169,11 @@ While ($BrainConfig) {

If ($BrainConfig.ShowStartStop) { Write-Message -Level Debug "End Brain '$Brainname' ($($Duration.TotalSeconds) sec.)." }

[System.GC]::Collect()

Do {
Start-Sleep -Seconds 3
} While (-not $Variables.Miners -or $CurDate -gt $Variables.PoolDataCollectedTimeStamp -or (Get-Date).ToUniversalTime().AddSeconds([Int]$Duration.TotalSeconds + 5) -lt $Variables.EndCycleTime)

$BrainConfig = $Config.PoolsConfig.$BrainName.BrainConfig

[System.GC]::Collect()
}
22 changes: 22 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ 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.1.1 08.09.2022
=======================================

Changes:
- Core: / Region.json: Region 'Russia' is no longer needed (HiveOn no longer uses region data)

Enhancements:
- Legacy GUI: Change layout, less text flickering

Fixes:
- AutoUpdater: Error stopping SnakeTail process if SnakeTail was not configured (Thank you Szentigrade)
- Core / DAG data: Make Octopus DAG size static (currently 6.0GB; need to find out how to calculate it from block size)

Miner changes:
- NanoMiner-v3.7.0: Enable Octopus for AMD (https://github.com/Minerx117/NemosMiner/issues/90, Regression from 4.2.0.1)
- PhoenixMiner-v6.2c: Do not enforce SSL certificate validity (-weakssl)
- TeamBlackMiner-v1.6x: Do not enforce SSL certificate validity

Pool changes:
- HiveOn: No longer has servers in different regions
- HiveOn: Support for 'RVN'. To mine RVN you need to set a RVN address in 'PoolsConfig.json'. Pool does not support auto-exchange to other currencies


ChangeLog NemosMiner 4.2.1.0 02.09.2022
=======================================
Expand Down
12 changes: 7 additions & 5 deletions Data/CoinNames.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$PAC": "Paccoin",
"$PAC": "PacCoin",
"ABS": "Absolute",
"ABY": "Artbyte",
"ACM": "Actinium",
Expand Down Expand Up @@ -120,7 +120,7 @@
"CXC": "CryptroxCoin",
"CXT": "Coinonat",
"D": "Denarius",
"DANE": "Danecoin",
"DANE": "DaneCoin",
"DASH": "Dash",
"DBIX": "DubaiCoin",
"DCR": "Decred",
Expand Down Expand Up @@ -252,6 +252,7 @@
"JEM": "JemCash",
"JINY": "JinyCoin",
"JOYS": "Joys Digital",
"KAW": "Kawkaw",
"KCN": "KylaCoin",
"KDA": "Kadena",
"KLR": "Klaro",
Expand Down Expand Up @@ -345,7 +346,7 @@
"ONION": "Deeponion",
"ONX": "Onix",
"ORB": "OrbitCoin",
"PAC": "Paccoin",
"PAC": "PacCoin",
"PASC": "PascalCoin",
"PBTC": "PhotonicBitcoin",
"PCOIN": "PioneerCoin",
Expand Down Expand Up @@ -374,7 +375,7 @@
"PWR": "PwrCoin",
"PXC": "PhoenixCoin",
"PYRK": "Pyrk",
"QBC": "Quebecoin",
"QBC": "QuebeCoin",
"QBS": "Qbase",
"QKC": "QuarkChain",
"QOGE": "QogeCoin",
Expand Down Expand Up @@ -425,7 +426,7 @@
"SIN": "Sinovative",
"SKC": "SkeinCoin",
"SMART": "SmartCash",
"SMLY": "Smileycoin",
"SMLY": "SmileyCoin",
"SONO": "Sono",
"SOV": "Sovereign",
"SPDR": "Spider",
Expand Down Expand Up @@ -555,6 +556,7 @@
"XZX": "Zixx",
"YDA": "YadaCoin",
"YEC": "YCash",
"YERB": "Yerbas",
"YOC": "YoCoin",
"YTN": "Yenten",
"ZANO": "Zano",
Expand Down
3 changes: 3 additions & 0 deletions Data/CurrencyAlgorithm.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"IMGC": "X11",
"IQ": "Neoscrypt",
"ISO": "YespowerIc",
"KAW": "KawPoW",
"KCN": "Sha3d",
"KMD": "Equihash",
"KZC": "X11",
Expand All @@ -95,6 +96,7 @@
"OCP": "Sha256t",
"OMEGA": "X11",
"ONION": "X13",
"ONX": "Yespower",
"PGC": "Ethash",
"PGN": "X21s",
"PHL": "X16r",
Expand Down Expand Up @@ -151,6 +153,7 @@
"XSH": "Blake2s",
"XVG": "Blake2s",
"YEC": "Equihash1927",
"YERB": "Ghostrider",
"YTN": "YespowerR16",
"ZANO": "ProgPowZ",
"ZCH": "Equihash1445",
Expand Down
Loading

0 comments on commit 4adeb9c

Please sign in to comment.