Skip to content

Commit

Permalink
update to 1.82 and all versions since
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jan 10, 2024
1 parent 410accf commit 1f1b58b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- "1.74"
- "1.75"
- "1.76"
- "1.78"
- "1.79"
- "1.80"
- "1.81"
- "1.82"
runs-on: ubuntu-22.04
name: Build Nvidia Containers
steps:
Expand Down Expand Up @@ -74,6 +79,11 @@ jobs:
- "1.74"
- "1.75"
- "1.76"
- "1.78"
- "1.79"
- "1.80"
- "1.81"
- "1.82"
exclude:
- os: "ubuntu22.04"
- amd_driver: "21.30"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Tried to make it as simple as possible to run the miner without worrying about
drivers or the mining software (at least on amd). The docker images are named as follows:
`ubuntu<ubuntu-version>-<cuda/amd-version>-<lolminer version>`. For instance:
`ubuntu22.04-cuda-11.7.1-1.76` or `ubuntu22.04-amd-21.30-1.76`
`ubuntu22.04-cuda-11.7.1-1.82` or `ubuntu22.04-amd-21.30-1.82`

## amd:
Tested with Ubuntu 20.04 and 20.10 host operating systems without any special
Expand All @@ -15,12 +15,12 @@ For physical hardware, tested with rx580, rx480 gpus.
https://hub.docker.com/repository/docker/compscidr/lolminer-docker
From dockerhub:
```
docker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.76 <insert lolminer args>
docker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.82 <insert lolminer args>
```

For instance:
```
docker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.76 --coin ETH --pool eth.2miners.com --port 2020 --user 0x74ba897f65f04008d8eff364efcc54b0a20e17eb.amd-docker --apihost 0.0.0.0 --apiport 4069
docker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.82 --coin ETH --pool eth.2miners.com --port 2020 --user 0x74ba897f65f04008d8eff364efcc54b0a20e17eb.amd-docker --apihost 0.0.0.0 --apiport 4069
```

The only fees are the lolminer fees, I didn't add any additional fees.
Expand All @@ -38,7 +38,7 @@ sudo systemctl restart docker

Then you can run as follows:
```
docker run --gpus all compscidr/lolminer-docker:ubuntu22.04-cuda-11.7.1-1.76 --coin ETH --pool eth.2miners.com --port 2020 --user 0x74ba897f65f04008d8eff364efcc54b0a20e17eb.nvidia-docker --apihost 0.0.0.0 --apiport 4069
docker run --gpus all compscidr/lolminer-docker:ubuntu22.04-cuda-11.7.1-1.82 --coin ETH --pool eth.2miners.com --port 2020 --user 0x74ba897f65f04008d8eff364efcc54b0a20e17eb.nvidia-docker --apihost 0.0.0.0 --apiport 4069
```

Confirmed working with a ubuntu20.04 host and an nvidia rtx 3080 gpu. On a fresh
Expand Down

0 comments on commit 1f1b58b

Please sign in to comment.