GithubHelp home page GithubHelp logo

snoby / miningcore.webui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minernl/miningcore.webui

0.0 0.0 1.0 3.64 MB

WebUI made for https://github.com/minernl/miningcore

Home Page: https://miningcore.com

JavaScript 43.64% CSS 48.71% HTML 7.66%

miningcore.webui's Introduction

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

  • Download the Miningcore.WebUI files
  • Save them on your webserver and point your webserver config to the index.html

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

  • open the WebUI config file in you editor: js/miningcore.js
  • change the following:

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:

  • add multiple single miningcore pool servers in one website
  • add more color skins out off the box
  • add last time block found (sec / min / hours)
  • add blockchain height (number)
  • add current round variance (in %)
  • add pool fee (in %)
  • add block maturity (number blocks)
  • add payment frequency (hours)
  • add payment threshold

Changes:
Version 1.0 (1 jul 2019)

  • simple and fast WebUI (html and javascript)
  • one file website displays selected info block and hides the rest
  • one modern colorfull look

miningcore.webui's People

Contributors

gsdbot avatar minernl avatar snoby avatar

Forkers

havekhd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.