Skip to content

dpanchenko/jscoin-miner-pool

Repository files navigation

jscoin nodes pool manager

Description

Simple server which manage all started mining nodes Collecting all started nodes and sending list of currenctly active nodes to everyone Also listen notifications from nodes and notify others if someone added new block to chain

PS. No test coverage. No API documantation. Just as is:)

Environment

Node >= 8.11.2

export DEBUG=jscoin*                              # debug information in console
export PORT=8080                                  # application server port

Start

  • Clone or download this repository
git clone
  • Enter your local directory, and install dependencies:
npm i

Commands

# run server in development mode
npm run dev
# build documentation
npm run doc
# run linter
npm run lint
# run tests
npm test

Docker

  • For start application inside docker container use command
docker run -d --name=jscoin-miner-pool \
  -p 8285:8080 \
  -e DEBUG="jscoin*" \
  --restart=always dpanchenko/jscoinminerpool:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published