Post
Topic
Board Mining (Altcoins)
Re: 【XWP】Swap Mining [Cuckaroo29s] [Micropool] ⛏
by
Initech
on 18/07/2019, 04:59:03 UTC
Quote
Note: The Micropool software can be also built to run on Linux.

How can run it on Linux?

Sorry, we forgot to place instructions to build for Linux on README.md. The instructions are commited now. There are two ways:

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

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

To build the micropool as a standalone executable:

Code:
$ npm install electron-builder -g
$ git clone https://github.com/swap-dev/micropool-gui.git
$ cd micropool-gui
$ electron-builder --linux
$ electron-builder --window
$ electron-builder --mac