Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 359 Bytes

MiningCore-Docker

Official MiningCore docker-image

Usage

The image expects a valid pool configuration file as volume argument:

$ docker run -d -p 3032:3032 -v /path/to/config.json:/config.json:ro coinfoundry/miningcore-docker

As shown in the example above you also need to expose all the stratum ports you've specified in config.json.