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?
Currently using HTTP. It was the quickest to get working with my custom scripts. But I could use either and you should add this information to both (for wider range to customers). The best solution would to to imitate ccminer's API. Every monitoring software works with ccminer.