Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.8.9 NVIDIA GPU miner with web monitoring page and auto-updates
by
bc77
on 31/12/2018, 20:09:58 UTC
Hi!

T-Rex miner for modern NVIDIA GPUs - Maxwell and newer

To get the full list of supported options run:
Code:
t-rex -h

It dont work on my debian 9 machine. I solved the dependency for deprecated library libssl.so.1.0.0 and libcrypto.so.1.0.0 (no updates since 3. Dezember 2015).

The next dependency is libcurl3

Code:
./t-rex -h
./t-rex: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./t-rex)

If i try to install libcurl3, apt want to remove libcurl4 and depencies

Code:
apt-get install libcurl3
The following packages will be REMOVED:
  [list of packages i need <-- no option for me]

Can you please update all libraries to up2date version?

Thank you