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
- Host: GitHub
- URL: https://github.com/duckzland/jxdashboard
- Owner: duckzland
- Created: 2018-08-19T16:52:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T19:31:13.000Z (over 3 years ago)
- Last Synced: 2024-05-29T19:01:58.517Z (about 2 years ago)
- Topics: cryptominer, gui, javascript, jxminer
- Language: JavaScript
- Homepage:
- Size: 2.38 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JXDashboard
Electron base apps for monitoring [ JXMiner ](https://github.com/duckzland/jxminer) instance via GUI
[](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