Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Minimal Solo-Mining-Pool Windows GUI

Notifications You must be signed in to change notification settings

BitTubeCash/micropool

 
 

Repository files navigation

micropool-gui

Minimal BittubeCash Stratum Server (solopool)

screenshot

To run micropool-gui as a nodejs/electronjs app:

$ npm install electron -g
$ git clone https://github.com/BitTubeCash/micropool-gui.git
$ cd micropool-gui
$ npm install
$ npm start

To build the micropool as a standalone executable:

$ npm install electron-builder -g
$ git clone https://github.com/BitTubeCash/micropool-gui.git
$ cd micropool-gui
$ npm install
$ electron-builder --linux
$ electron-builder --windows
$ electron-builder --mac

About

Minimal Solo-Mining-Pool Windows GUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.8%
  • HTML 31.8%
  • CSS 5.6%
  • C 1.8%