Skip to content

Releases: MrPlusGH/NPlusMiner

NPlusMiner 2.0.3

12 Mar 18:42
cda6286
Compare
Choose a tag to compare
  • GPU count detection
    • NPlusMiner will detect GPU count at start if not set in config
  • Disable GPU0 option
    • Ability to use all GPU but 0 per our users request
  • "-ConfigFile" at launch
    • Allows to run with different prepared configurations
    • To use different config files. NPlusMiner can be launched with -config
    • See example in "NPlusMiner With ConfigFile.bat"
    • -ConfigFile is optional, it defaults to ".\Config\config.json"
  • BTC Price information added
  • Added NPlusMiner-ConsoleUp for console lovers
    • Use this to launch the Application with the Console UI
  • Fixed error raised after miners download
  • Renamed "\prerun\default.bat" to "default-Example.bat" to avoid launching an empty bat if prerun is not used

NPlusMiner 2.0.2

09 Mar 18:11
fe76be2
Compare
Choose a tag to compare

NPlusMiner 2.0.2

  • Added support for zergpool EU stratum servers
  • Fixed exception when pools API not working first time (Thanks MarinoOG)
  • Changed location logic
    • Location in config is now a preference. If stratum exist in the region, it will be selected, if not US is default
    • Previously was ignoring other regions

If you want to avoid benchmarks. It is safe to copy your stats folder over.

NPlusMiner 2.0.1

08 Mar 18:20
33d4026
Compare
Choose a tag to compare

supports x16r

NPlusMiner 2.0

07 Mar 19:24
d1f672f
Compare
Choose a tag to compare

NPlusMiner now has a GUI !
- Added GUI
- Console still available for console lovers
- Relies on Config files (no .bat editing)
- Track earnings in GUI. (Per address / Pool)

NPlusMiner 1.3.3

25 Feb 14:13
16a8bf4
Compare
Choose a tag to compare

Earnings Tracker

  • Bug fix - Divide by zero error
  • Bug fix - Handle cases when pool API returns blank results

BrainPlus

  • Changed scheduling to reduce pool API load
  • Changed polling interval from 120 to 60 sec (More reactive)

NPlusMiner 1.3.2

23 Feb 20:23
b2bafbf
Compare
Choose a tag to compare

Change NeoScrypt Miner to HSRMiner (thanks jrafaelmdo)

NPlusMiner 1.3.1

23 Feb 08:50
d542742
Compare
Choose a tag to compare

Fixes Miners download problem

GitHub switched to TSL v1.2 Only on Feb 22 which breaks miners downloads
https://githubengineering.com/crypto-removal-notice/

Added Window title info

Product
Version
Runtime (Time since start)
Path (Script location. Useful if several copies on same rig)

NPlusMiner 1.3

22 Feb 13:39
e83cc20
Compare
Choose a tag to compare

Change log

Get stats only for selected pools

Previous version were getting every pools stats each cycle.
Will now only get stats for currently selected pools.

Plus logic fixes

Minor bug fixes. No impacts on calculations.
Implemented web request caching bypass so data refreshes correctly. (Thanks GraySergey and dwellhurtyswan)
Was hanging in some scenarios. Fixed

Blazepool now supported for earnings tracking

thanks blazepool

Ahashpool divisors updated

Thanks ahashpool

Blazepool divisors updated

Thanks blazepool

Earnings tracker

Fixed cases where Earning tracker might stop updating

Logs

Added stratum to switching.log. (requires existing switching.log deletion)

Minor bugs fixes