Docker container for cudominer. This image supports Nvidia devices.
docker build -t cudominer .
- Run the container
docker run --gpus all -d --rm -h <LABEL> --name cudo cudominer
Set <LABEL>
to distinguish your workers from one another.
- Set organization
docker exec -it cudo cudominercli login <ORGANIZATION_NAME>