Search content
Sort by

Showing 3 of 3 results by komalige
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.7.17 - Nimiq/Kawpow/Ethash/Cryptonight and More
by
komalige
on 27/11/2020, 23:10:21 UTC
Hi, can someone please tell me if there is in TRM intensity control for single GPU?
And could someone give me and full example how to use --fan_control, cos i didnt understand it from usage.txt
Thanks in advance.

If I assume you're meaning intensity for ethash, you use --eth_config=Axyz where xyz is a number between 0 and 16 x Compute Units available on the gpu. For a 470/570, the range is 0-512, 480/580 0-576, Vega 56 0-896, Vega 64 0-1024, Navi 5700XT 0-640, Navi 5700/5600XT 0-576, etc.

The first char also denotes the "mode" we're using. It doesn't matter for most gpus atm, it's mostly for the Radeon VIIs these days. You can see what mode the auto-tuner chooses for you in the stats output every 30s and use that as a base. Lower the number to decrease the intensity. What gpu type are you looking to control the intensity for?

For fan control, you add --fan_control to enable it. For a single gpu, you can just add a custom config directly with the same argument: --fan_control=45:::50 would be "keep core temp at 45C, start the fans at 50% of max". If you have a gpu with mem temp sensors (check the stats output if there's any value reported in that column or not for the gpu), you can rather use that temp as the target: --fan_control=45::70:50 would add the condition "...also keep mem temp <= 70C" to the previous example.

@kerney666 you answered very clearly, thanks a lot. By the way i'm using RX 580.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.7.17 - Nimiq/Kawpow/Ethash/Cryptonight and More
by
komalige
on 25/11/2020, 11:08:33 UTC
Can I set cclock, mclock, cvddc, mvddc with this miner or do I need extra tool for that?

Hi, i think you can do it with OverdriveNTool or similar 3rd party soft. I guess you cannot mine with claymore same as me Smiley
Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.7.17 - Nimiq/Kawpow/Ethash/Cryptonight and More
by
komalige
on 25/11/2020, 10:39:32 UTC
Hi, can someone please tell me if there is in TRM intensity control for single GPU?
And could someone give me and full example how to use --fan_control, cos i didnt understand it from usage.txt
Thanks in advance.