Sign inSign up

brahim7/brahimcp

By brahim7

Updated about 9 years ago

brahimcp

Image
0

259

brahim7/brahimcp repository overview

The container supports multiple pools, username, password by environment varibales. Container is preconfigured for Minergate.com Miner will be compiled at start time to get best out of your CPU arch.

Environment Variables with defaults

  • USERNAME=(mandatory)
  • PASSWORD=x (default: x)
  • ALGORITHM=cryptonight (currently only supporte one by Wolf's CPU miner)
  • URL=stratum+tcp://xmr.pool.minergate.com:45560 (default: Minergate)
  • PRIORITY=19 (defaule: nice value)
  • THREADS= (default: calculated by available CPUs or (L3 cache * sockets / 2) Note: smaller value wins

Pools

The container supports different pools by environment variable URL

Minergate

docker run -d -e USERNAME=username condevtec/xmr-miner-cpu

Other Pools

docker run -d -e USERNAME=otherpool-username -e PASSWORD=otherpool-password -e URL=stratum+tcp://otherpool.url:port condevtec/xmr-miner-cpu

Fix Threads

docker run -d -e USERNAME=username -e THREADS=4 condevtec/xmr-miner-cpu

Tag summary

Content type

Image

Digest

Size

137 MB

Last updated

about 9 years ago

docker pull brahim7/brahimcp