Skip to content

nzbrian/docker-claymore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Claymore Eth Miner for NVIDIA GPUs

This is a very crude container based on nvidia's cuda containers and the Claymore Eth miner.
If you need to mine something different or somewhere else you might need to modify some more env vars or even the entrypoint script.

Running

You need to specify a number or required env vars.

  • EWAL Ethereum wallet address.

Check out the Dockerfile for the rest of the optional env vars supported.
Claymore supports quite a few more that are not being used here.

Example

nvidia-docker run \
  -e "EWAL=0x123456789012345678" \
  nzbrian/docker-claymore

About

Claymore Eth dual miner docker container for NVIDIA

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%