Skip to content

dockerized cpuminer-opt with opinionated entrypoint

Notifications You must be signed in to change notification settings

knksmith57/docker-cpuminer-opt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerized JayDDee/cpuminer-opt with opinionated entrypoint.

Quickstart

## mine cryptonight on nicehash by default
❯ docker run \
    -d --restart always \
    -e wallet='your-wallet-address-here' \
      knksmith57/cpuminer-opt

## mine cryptonight on supportxmr with 4 threads
❯ docker run \
    -d --restart always \
    -e algo='cryptonight' \
    -e threads=4 \
    -e userpass='your-wallet-address-here:worker' \
    -e url='stratum+tcp://pool.supportxmr.com:80' \
      knksmith57/cpuminer-opt

Not exactly polished, but good enough to make you a few cents a day on a cheap VPS.

About

dockerized cpuminer-opt with opinionated entrypoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages