Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 508 Bytes

Docker image for running nheqminer with CPU

Start mining in 5 steps!

  1. Build an image locally

    make
  2. Create a Makefile

    cp Makefile.dist Makefile
  3. Prepare the options you want to pass to nheqminer. (For instance, check piratepool.io)

  4. Open Makefile in a text editor and in the last line replace -b with the options that you have prepared.

  5. Start the docker container

    make run