Skip to content

A clean docker instance for xmr-stak miner that compiles for nvidia-docker use on CUDA

Notifications You must be signed in to change notification settings

minkymorgan/clean-xmr-stak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clean-xmr-stak

xmr-stak miner compiled from source into a nvidia-docker image you can use locally.

Because the docker files define the process to fetch and compile xmr-stak from source, you can be assured that there is no funny business going on when you pull and use this docker to mine XMR using Cuda.

How to use

# check your version of cuda
nvcc --version

# note: the next steps are for version 8.+ 
# if you have a different cuda version, alter the Dockerfile to pull the correct nvidia-docker base image to one matching your version.
# if all is well, continue:

git clone 
cd clean-xmr-stak
nvidia-docker build -t clean-xmr-stak .

# nvidia-docker run clean-xmr-stak POOL WALLET PASSWORD 
nvidia-docker run -d -p 8011:8011 clean-xmr-stak pool.minexmr.com:3333 4A2tCSUY17JJ1zVRLuYV9tU93orLA1SLEVzrdjLeMmUDSBt927LgRSTho66EdPH98F1GTPzuqFfRh52kBbz4xRzkGviiJSY x

## note you may need to expose port 8011 so you can connect to it over newtorks

Donate

XMR: 4A2tCSUY17JJ1zVRLuYV9tU93orLA1SLEVzrdjLeMmUDSBt927LgRSTho66EdPH98F1GTPzuqFfRh52kBbz4xRzkGviiJSY

About

A clean docker instance for xmr-stak miner that compiles for nvidia-docker use on CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages