Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 689 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 689 Bytes

Crypto Mining

Basic docker container for crypto mining using cpuminer.

Fork of https://github.com/wernight/docker-cpuminer-multi

Use it right now

Run

worker is set in cpuminer root directory so to start it :

docker run cpuminer -a ALGO -o URL -u USERNAME yo1l/crypto-mining -p PASSWORD

SWARM Service

docker service create --name miner yo1l/crypto-mining \
 cpuminer -a ALGO -o URL -u USERNAME - p PASSWORD

DIY : Build

docker build -t NAME .

References