Post
Topic
Board Mining (Altcoins)
Re: [ANN] T-Rex 0.5.1 Nvidia GPU miner (Windows & Linux)
by
trexminer
on 23/07/2018, 05:53:58 UTC
Testing version 0.5.1 hash rate is 17% higher than ccminer 2.3, but I need improvements in the API before I can deploy t-rex to my machines:

1. Need to add GPU Temperature to the API.  I have had fans already fail and this is my only indication that is GPU is over-heating.  The increased profit is not worth the risk of burring up a $600 GPU.  ccminer does this already, you can check the code to see where to get the information.

2. Need to add URL to the API.  I switch coins.  I mine multiple coins.  I use the API to double check what each miner is doing.  I need to be able to extract the server name and port from the API (for example: mine.loki.fairpool.xyz:5577).

I also noticed that "gpus" "intensity" is always zero in the API.

We will add this in the future releases with json response. Do you use HTTP api or telnet?