Skip to content

Commit

Permalink
v3.9.9.44
Browse files Browse the repository at this point in the history
Fixes:
- Includes\PoolData.json structure was broken
Enhancement:
- ProHashing balances: Update balance on each poll, not only on payout
- Prohashing pool: PPS & PPLNS mode selection
Miner Updates:
- SRBMinerMulti-v0.7.4
  • Loading branch information
UselessGuru committed May 17, 2021
1 parent 93c6506 commit cdf8864
Show file tree
Hide file tree
Showing 62 changed files with 133 additions and 119 deletions.
4 changes: 2 additions & 2 deletions Balances/AHashPool.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: AHashPool.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Balances/BlockMasters.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: BlockMasters.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Includes\Include.psm1
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: NemosMiner
File: HiveON.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

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: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

$Name = Get-Item $MyInvocation.MyCommand.Path | Select-Object -ExpandProperty BaseName
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: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

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: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

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 External.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

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: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

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: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

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: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Brains/ahashpool/Brains.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: Brains.ps1
version: 3.9.9.43
version date: 15 May 2021
version: 3.9.9.44
version date: 17 May 2021
#>

Set-Location ($args[0])
Expand Down
4 changes: 2 additions & 2 deletions Brains/blockmasters/Brains.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: Brains.ps1
version: 3.9.9.43
version date: 15 May 2021
version: 3.9.9.44
version date: 17 May 2021
#>

Set-Location ($args[0])
Expand Down
4 changes: 2 additions & 2 deletions Brains/nlpool/Brains.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: Brains.ps1
version: 3.9.9.43
version date: 15 May 2021
version: 3.9.9.44
version date: 17 May 2021
#>

Set-Location ($args[0])
Expand Down
4 changes: 2 additions & 2 deletions Brains/zergpool/Brains.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: Brains.ps1
version: 3.9.9.43
version date: 15 May 2021
version: 3.9.9.44
version date: 17 May 2021
#>

Set-Location ($args[0])
Expand Down
4 changes: 2 additions & 2 deletions Brains/zergpoolcoins/Brains.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: Brains.ps1
version: 3.9.9.43
version date: 15 May 2021
version: 3.9.9.44
version date: 17 May 2021
#>

Set-Location ($args[0])
Expand Down
4 changes: 2 additions & 2 deletions Brains/zpool/Brains.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: Brains.ps1
version: 3.9.9.43
version date: 15 May 2021
version: 3.9.9.44
version date: 17 May 2021
#>

Set-Location ($args[0])
Expand Down
14 changes: 14 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Breaking changes (from main code base):
- PowerShell 7.x is required, older PowerShell versions are no longer supported
- Balances & Earnings files from versions older than 3.9.9.18 are no longer compatible

Changelog NemosMiner 3.9.9.44 17.05.2021
========================================

Fixes:
- Includes\PoolData.json structure was broken

Enhancement:
- ProHashing balances: Update balance on each poll, not only on payout
- Prohashing pool: PPS & PPLNS mode selection

Miner Updates:
- SRBMinerMulti-v0.7.4


Changelog NemosMiner 3.9.9.43 15.05.2021
========================================

Expand Down
4 changes: 2 additions & 2 deletions Includes/API.psm1
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: API.psm1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

Function Start-APIServer {
Expand Down
4 changes: 2 additions & 2 deletions Includes/BalancesTracker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<#
Product: NemosMiner
File: BalancesTracker.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

# Start the log
Expand Down
4 changes: 2 additions & 2 deletions Includes/Charting.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: Charting.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

param(
Expand Down
4 changes: 2 additions & 2 deletions Includes/Core.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: Core.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module .\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/Downloader.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: Downloader.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module .\Includes\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/GetMinerData.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: GetMinerData.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ".\Include.psm1"
Expand Down
4 changes: 2 additions & 2 deletions Includes/Include.psm1
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: include.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

Class Device {
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/BMiner.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: BMiner.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/Cast.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: Cast.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/Ccminer.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: CCminer.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/Dstm.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: Dstm.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/Eminer.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: EMiner.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/EthMiner.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: EthMiner.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/FireIce.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: FireIce.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/Gminer.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: GMiner.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/MiniZ.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: MiniZ.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/NBMiner.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: NBMiner.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
4 changes: 2 additions & 2 deletions Includes/MinerAPIs/NanoMiner.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: NanoMiner.ps1
Version: 3.9.9.43
Version date: 15 May 2021
Version: 3.9.9.44
Version date: 17 May 2021
#>

using module ..\Include.psm1
Expand Down
Loading

0 comments on commit cdf8864

Please sign in to comment.