Skip to content

Commit

Permalink
Merge pull request #7 from Gershon-A/upgrade-to-0.26.8
Browse files Browse the repository at this point in the history
Upgrade to t-rex-0.26.8
  • Loading branch information
Gershon-A authored Dec 3, 2022
2 parents 6a1543c + 8743e5e commit 15f3f26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#FROM ubuntu:18.04
FROM nvidia/cuda:11.1-base-ubuntu18.04
FROM nvidia/cuda:11.8.0-base-ubuntu22.04

LABEL Gershon <gershon@medooza.io>

WORKDIR /root

RUN apt update
RUN apt -y install wget
RUN wget https://trex-miner.com/download/t-rex-0.19.14-linux-cuda11.1.tar.gz
RUN apt -y install wget
RUN wget https://trex-miner.com/download/t-rex-0.26.8-linux.tar.gz

RUN tar -xzf t-rex-0.19.14-linux-cuda11.1.tar.gz
RUN tar -xzf t-rex-0.26.8-linux.tar.gz

ENV ETH_ADDRESS=0x1Fa418c70C5f14b21D00c242Bf369A875F129d12
ENV SERVER=us1.ethermine.org
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Original repository
https://github.com/trexminer/T-Rex

This image build [T-Rex CUDA miner] t-rex-0.19.14-linux-cuda11.1 from https://trex-miner.com/.
This image build [T-Rex CUDA miner] t-rex-0.26.8 from https://trex-miner.com/.
It requires a CUDA compatible docker implementation so you should probably go
for [nvidia-docker].

Expand Down Expand Up @@ -95,7 +95,7 @@ You can check CUDA usage enter to running container and run `nvidia-smi` there:

```
nvidia-smi
Sat Jan 9 12:17:02 2021
Sat Jan 9 12:17:02 2021
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.51.06 Driver Version: 450.51.06 CUDA Version: 11.1 |
|-------------------------------+----------------------+----------------------+
Expand All @@ -107,7 +107,7 @@ Sat Jan 9 12:17:02 2021
| N/A 49C P0 73W / 150W | 7618MiB / 7618MiB | 100% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ WORKER_NAME=$HOSTNAME

cd "$(dirname "$0")"

/root/t-rex -a ethash -o stratum+tcp://$SERVER -u $ETH_ADDRESS -p x -w $WORKER_NAME
/root/t-rex -a ethash -o stratum+tcp://$SERVER -u $ETH_ADDRESS -p x -w $WORKER_NAME

0 comments on commit 15f3f26

Please sign in to comment.