minernl / Miningcore.WebUI

WebUI made for https://github.com/minernl/miningcore
https://miningcore.com
32 stars 80 forks source link

Miningcore.WebUI

Miningcore WebUI for the Coinfoundry Miningcore Pool

Miningcore is one of the best open source minning pools there are. To make this pool look good, you have to have a nice and fast user interface. Miningcore.WebUI does that for you and it open source. so you can change it as you want.

How to install & Configure This Miningcore WebUI need a working Miningcore Pool API

You should now see the site and live pool API info

Website is visible, but no live data is shown
Live info data is retrieved from the miningcore pool API.
The WebUI website default looks at the domain-name/api.
If this is not you api location, you need to edit the miningcore.js file.

Chang API location

var WebURL = window.location.protocol + "//" + window.location.hostname + "/";
var API = WebURL + "api/";
var stratumAddress = "stratum+tcp://" + window.location.hostname + ":";

it should be like this:
(replace domain-name.com is you own domain name)
var WebURL = "https://domain-name.com/";
var API = "https://domain-name.com/api/";
var stratumAddress = "stratum+tcp://domain-name.com:";

Live Miningcore.WebUI
My pool website can be found at https://miningcore.eu

Suggestion
Do you have any idea what to add more to the website, or you found a bug let me know and we will see what we can do.

Roadmap:

Changes:
Version 1.0 (1 jul 2019)