Releases: brandon-barker/nodeminer
Releases · brandon-barker/nodeminer
v0.3.1-beta.4
Enhancements
- Updated UI theme and overhauled Dashboard appearance
- Active pool will now be shown by a tick in the dropdown list
- Added Global actions to Dashboard (Zero Stats / Change Pool)
- Miners, Pools & Coins will now be sorted by name by default
- Added filtering functionality to Existing Miners / Coins / Pools
- Added background gradient to toggle GPU column to make it more visible
- Separated Coin Details & Pools by tabs in Existing Coins panels
- Added installation steps and screenshots to README
Bug fixes
- Fixed bug where loading nodeminer on the Coins or Pools page fails to initialize Miners
- Fixed bug where Add Pool dropdown wouldn't get populated on Coins page
- Fixed bug where pool being displayed wasn't actually the active pool in some cases
- Fixed bug where existing Coins wouldn't be displayed when loading straight to the Coins page
- Fixed issue #2 - added 'ejs' as a dependency
v0.3.0-beta.3
Some big updates finally done, nearing first version of public release
- Core logic rewrite: nodeminer will now poll all configured miners every interval on the server side instead of spawning a new thread each time a client connects. Updates will only be emitted when a socket connection is created
- Scrapped the bfgminer module and implemented xgminer module for all interaction with c/bf/sgminer (module maintained separately)
- Made Dashboard page more mobile friendly, tables will now get a scrollbar when content doesn't fit the screen
- On-the-fly under/overclocking of GPUs from the Dashboard - you can now dynamically change the Engine Speed, Memory Clock, Voltage & Intensity
- Lots of visual tweaks and enhancements
- Validation added to all forms/input fields
- Added estimated rejected hashrate to Dashboard
- Bug fix: estimated hashrate will now adjust when a miner goes offline
v0.2.1-beta.2
Minor feature update
- Added 'Switch Pool' functionality
If a pool doesn't exist in the miner config nodeminer will attempt to add the pool and then switch to it.
v0.2-beta.1
Big update and first beta release! Still not quite production ready, but good enough for basic monitoring of your mining rigs.
- Added Add/Edit Coins functionality
- Added Add/Edit Pools functionality
- Added a check to handle when s/bfg/cgminer API returns Connection Refused
- Added error handling and message to table body if connection to miner times out
- Implemented Zero Stats functionality (per miner and globally)
- Added a call to update miner after successful action so that the UI updates immediately (after GPU Toggle / Zero Stats etc)
More updates coming real soon...
v0.1-alpha.2
Added Edit Miner functionality and notifications using Toastr
v0.1-alpha.1
Initial alpha release (basic functionality only)