Skip to content

ZenProtocol-Pool/node-open-mining-portal

 
 

Repository files navigation

ZenProtocol Mining Pool


Node Open Mining Portal consists from 3 main modules:

Stratum Pool can be replaced with node-merged-pool (it's made in UNOMP) Adding new algos threw Node Multihashing libraries.

Current version: v1.0.11


Install

git clone https://github.com/ZenProtocol-Pool/node-open-mining-portal.git pool
cd pool
npm install
node init.js

Requirements

  • Node 8.x.x or higher
  • Coin daemon
  • Redis Server

Run in Docker

  1. Correct configs appropriately to your environment in docker directory
  2. cd docker
  3. docker build -t nomp .
  4. docker run -d --name nomp -v $(pwd)/config:/opt/config nomp

You will need to expose some ports to make it accessible from outside. You can achieve this by adding option -p HOST_PORT:CONTAINER_PORT in 4th step

You can see the logs of the server with docker logs -f nomp, or jump into container with docker exec -it nomp.


Credits


License

Released under the GNU General Public License v2 http://www.gnu.org/licenses/gpl-2.0.html

About

ZenProtocol Pool - https://zp.leafpool.com

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.2%
  • HTML 40.6%
  • Other 1.2%