All Projects → selaux → miner-dashboard

selaux / miner-dashboard

Licence: other
Node.js based app to show the current status of your miner in a browser.

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
stylus
462 projects
Dockerfile
14818 projects

miner-dashboard

This project is no longer maintained, if you want to see development continued please create an issue

Build Status Build Status

Node.js based app to show the current status of your miner in a browser.

Features

  • Display miner information
  • Display market information
  • Display revenue
  • E-Mail-Notifications when miner falls below hashrate

Screenshot

Miner Dashboard

Installation

Requirements: nodejs >= 12

Step 1: Clone the repository or download the current version and extract it.

git clone https://github.com/selaux/miner-dashboard.git

Step 2: Copy example configuration

cd miner-dashboard
mv config/config.example.js config/config.js

Step 3: Adapt config/config.js to match your mining setup. The Module List to shows available modules and how they are set up.

Step 4: Start the application

npm start

Step 5: Visit url and check if everything works.

http://localhost:3000

Run with Docker

docker run -t -i --rm -p 3000:3000 -v /path/to/your/config.js:/app/config/config.js:ro selaux/miner-dashboard:latest

Make sure you make the dashboard listen to port 3000 in your configuration or adapt the docker port forwarding to your liking.

In most docker installations you can reference the host by using the ip 172.17.42.1in your configuration.

Modules

Note: Each module can have an unique id assigned in the configuration object, so it can be referenced by another module.

Miners

Markets

Notifications

Revenue

  • Solo Mining (Allows aggregation, also usable as an estimate when mining in a pool)

Technical Info

Changelog

In master

  • Some dependency upgrades to work with node 12 / 14 and fix some security vulns

0.4.1

  • Adds possibility for running miner-dashboard in a Docker container
  • Adds support for node 0.12
  • Fix cryptocoincharts API url
  • Fix overlapping labels
  • Fix eventemitter warnings
  • Fix warnings for missing grunt modules

0.4.0

  • Breaking change: Remove undocumented triplemining revenue module
  • Deprecation: Use new configuration format for revenue modules, the old one is deprecated now
  • Adds cryptocoinchartsInfo as a new market module
  • Adds coinchooseCom as a new technical module
  • Adds aggregation possibilities for hashrates and revenue
  • Adds new logging facility via winston
  • Fix updates for multiple bitcoincharts modules
  • Fix python dependency for the dashboard on Windows

0.3.0

  • Adds charts to a lot of modules
  • Fix issues with Antminer cgminer version
  • Now shows device temperatures and uptime per miner
  • Now shows current hashrate instead of average
  • It's now possible to install over npm

0.2.0

  • a bunch of stability enhancements
  • pools are displayed for each miner
  • devices have better style (especially when having a lot of them)
  • hardware error percentage is taken from miner response if included
  • better number / hashrate / date formatting
  • triplemining.com revenue module

0.1.2

  • improves stability when public apis are not available or return erronous responses

0.1.1

  • fixes #1: crash when log interval of cg/bfgminer is set to something else then 5min
  • fixes #2: crash when cg/bfgminer does not send full payload in a single packet

License

(The MIT License)

Copyright (c) 2013-2021 Stefan Lau [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].