Skip to content

Commit

Permalink
added cuda 12
Browse files Browse the repository at this point in the history
  • Loading branch information
thelolagemann committed Mar 27, 2024
1 parent e26c0c4 commit 42e2cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cuda_base: [11.2.2, 11.3.1, 11.4.3, 11.5.2, 11.6.1]
cuda_base: [11.6.1, 12.3.2]
ubuntu_version: [20.04]
steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ docker run -d \
-e MINING_POOL="gulf.moneroocean.stream:11024" \
-e DWALLET_ADDRESS="EQDMgD4Gz-FEEgeQMEq24a3-2qE857yrlnvVngEP6obQJ8t3" \
-e DMINING_ALGO="ton" \
-e DMINING_POOL="wss://pplns.toncoinpool.io/stratum"
-e DMINING_POOL="wss://pplns.toncoinpool.io/stratum" \
--restart=always \
thelolagemann/gminer:latest-cuda-11.6.0
```
Expand Down

0 comments on commit 42e2cac

Please sign in to comment.