https://github.com/wallneradam/docker-ccminer
CCMiner (tpruvot version) Docker Builder
https://github.com/wallneradam/docker-ccminer
ccminer cuda docker gpu litecoin miner monero nvidia nvidia-docker
Last synced: about 1 month ago
JSON representation
CCMiner (tpruvot version) Docker Builder
- Host: GitHub
- URL: https://github.com/wallneradam/docker-ccminer
- Owner: wallneradam
- License: mit
- Created: 2018-03-17T21:00:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T21:56:09.000Z (about 7 years ago)
- Last Synced: 2025-02-01T05:25:24.311Z (3 months ago)
- Topics: ccminer, cuda, docker, gpu, litecoin, miner, monero, nvidia, nvidia-docker
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCMiner (tpruvot version) Docker builder
It is a Docker image builder for CCMiner based on NVidia Cuda 6.5.
## Prerequisistes
- Recent Linux operating system
- Recent version of Docker
- GIT
- Nvidia Docker: https://github.com/NVIDIA/nvidia-docker
- Some gigs of hardrive space## Building
Edit cuda version of your GPU in `build.sh`. The default is 6.5 which is the minimum. (It is only tested with CUDA 6.5, higher versions may have other dependencies as well)
Then just start:
```bash
./build.sh
```This will install all prerequisites in a container then build CCMiner. After run, the built program will be in the dist directory.
From the dist directory the script will create a runtime image, without the build toolchain of CUDA and GCC, which this way will be much smaller.
## Usage
```bash
nvidia-docker run --rm -t wallneradam/docker-ccminer ccminer --help
```