An open API service indexing awesome lists of open source software.

https://github.com/duckzland/jxdashboard

Electron JS APPS for monitoring JXMiner
https://github.com/duckzland/jxdashboard

cryptominer gui javascript jxminer

Last synced: 5 months ago
JSON representation

Electron JS APPS for monitoring JXMiner

Awesome Lists containing this project

README

          


# JXDashboard

Electron base apps for monitoring [ JXMiner ](https://github.com/duckzland/jxminer) instance via GUI

[![JXDashboard Screenshot](docs/jxdashboard-screenshot.png?raw=true "JXDashboard Screenshot")](https://youtu.be/KmLtw80XKjE "JXDashboard Screenshot")

### Install Dependencies:
Node js and NPM packages is needed to build this package, in addition, Electron js packages is also needed.
Please consult with your Linux distro on how to install them.

### Installing the Javascript from package.json

```bash
npm install
```

### Starting the development environment
```bash
npm start
```

### Building binary (Linux) package
```bash
npm run linux
```

### Building deb package
```bash
npm run deb64
```

### Developing with webpack watch
```bash
npm run watch
```

## Authors

* **Jason Xie** - *Initial work* - [VicTheme.com](https://victheme.com)

## License

This project is licensed under the GNU General Public License - see the [LICENSE.md](LICENSE.md) file for details