Skip to content

EKMN/Minestats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minestats JavaScript Style Guide

Ethereum mining dashboard Dashboard GUI

How to install

Clone the repo

git clone git@github.com:EKMN/Minestats.git

Install all dependencies

cd Minestats && npm install

Spawn a few slave instances

node server --slave --name miner01

Then start a master-controller

node server --master

This will start a server at http://localhost:3000

Available flags

  • --name miner01 ( string: app name )
  • --port 8080 ( integer: port )
  • --domain myhost.dev ( string: custom domain )
  • --standalone ( boolean: true/false )
  • --nologs ( boolean: true/false )

About

Ethereum mining dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published