Skip to content

CasperNaudts/nicehash-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NiceHash CPU Mining Container

A simple docker container image for the nheqminer Equihash miner.

https://github.com/nicehash/nheqminer

There are 4 ENVIRONMENT variables to configure (shown here with defaults):

BTC_PAYMENT_ADDRESS=3FnVBg4zFyJkRGmjuFg9sk5fAY7i6pdJXm
BTC_THREADS=4
BTC_WORKER_ID=`hostname`
BTC_SERVER=equihash.usa.nicehash.com:3357

Eg.

docker service create --mode global \
  --name nicehash-miner \
  -e BTC_PAYMENT_ADDRESS=3FnVBg4zFyJkRGmjuFg9sk5fAY7i6pdJXm \
  idstudios/nicehash-miner:latest

Example JSON configurations for DC/OS illustrate usage.

About

NiceHash EquiHash Mining Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages