diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01aa16a..80bfdf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -86,6 +88,8 @@ jobs: - "1.81" - "1.82" - "1.82a" + - "1.83" + - "1.84" exclude: - os: "ubuntu22.04" - amd_driver: "21.30" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f8d3dd2..5088f8e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: @@ -103,6 +105,8 @@ jobs: - "1.81" - "1.82" - "1.82a" + - "1.83" + - "1.84" exclude: - os: "ubuntu22.04" - amd_driver: "21.30" @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index a44f5cf..4b4f0f6 100644 --- a/README.md +++ b/README.md @@ -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--`. 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 @@ -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 +docker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.84 ``` 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. @@ -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