Skip to content

Commit

Permalink
Merge pull request #27 from compscidr/jason/update-1.84
Browse files Browse the repository at this point in the history
bump to 1.84
  • Loading branch information
compscidr authored Feb 14, 2024
2 parents 9846539 + 9d3919d commit ad34ca7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- "1.81"
- "1.82"
- "1.82a"
- "1.83"
- "1.84"
runs-on: ubuntu-22.04
name: Build Nvidia Containers
steps:
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
- "1.81"
- "1.82"
- "1.82a"
- "1.83"
- "1.84"
exclude:
- os: "ubuntu22.04"
- amd_driver: "21.30"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- "1.81"
- "1.82"
- "1.82a"
- "1.83"
- "1.84"
runs-on: ubuntu-22.04
name: Deploy Nvidia Containers
steps:
Expand Down Expand Up @@ -103,6 +105,8 @@ jobs:
- "1.81"
- "1.82"
- "1.82a"
- "1.83"
- "1.84"
exclude:
- os: "ubuntu22.04"
- amd_driver: "21.30"
Expand All @@ -123,4 +127,4 @@ jobs:
docker tag compscidr/lolminer-docker:${{ matrix.os }}-amd-${{ matrix.amd_driver }}-${{ matrix.lolminer }} compscidr/lolminer-docker:latest
docker push compscidr/lolminer-docker:latest
- name: Logout of Docker Hub
run: docker logout
run: docker logout
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.82a` or `ubuntu22.04-amd-21.30-1.82a`
`ubuntu22.04-cuda-11.7.1-1.84` or `ubuntu22.04-amd-21.30-1.84`

## 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.82a <insert lolminer args>
docker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.84 <insert lolminer args>
```

For instance:
```
docker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.82a--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.84--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.82a --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.84 --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 ad34ca7

Please sign in to comment.