Bitcoin Forum
September 23, 2024, 11:08:54 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.0e: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: July 20, 2020, 09:29:58 AM
Hello,

I have two 5700xt mining together.
I would like to put differents fan settings like that, but it's not working, only one card is working the first one (-gpus 1) :

Code:
PhoenixMiner.exe -pool pool -wal wallet -worker worker 
-gpus 1 -gt 55 -tt 67 -cvddc 750 -cclock 1300 -fanmin 75 -fanmax 100 -mclock 1850 -amd -mode 1 -clKernel 1 -clNew 1
-gpus 2 -gt 55 -tt 67 -cvddc 750 -cclock 1300 -fanmin 50 -fanmax 75 -mclock 1850 -amd -mode 1 -clKernel 1 -clNew 1

Is there a way to make different settings for each cards?

Thanks for any advice.  Smiley
   The way to specify different settings for each GPU is as follows:

Code:
PhoenixMiner.exe -pool pool -wal wallet -worker worker  -gt 55 -tt 67 -cvddc 750 -cclock 1300 -fanmin 50,75 -fanmax 75,100 -mclock 1850 -amd -mode 1 -clKernel 1 -clNew 1

   So, when the parameter is the same for all cards, just specify it once like thsi: -tt 67. When you want different values for each GPU, use it like this: -fanmin 50,75 - it this case the fanmin for the first card will be 50, for the second 75. Note that there must be no spaces between the comma and the numbers, and if you have more than two GPUs, you must specify a number for each of them.

Thank you so much <3 You made my life easier.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.0e: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: July 19, 2020, 12:39:33 AM
Hello,

I have two 5700xt mining together.
I would like to put differents fan settings like that, but it's not working, only one card is working the first one (-gpus 1) :

Code:
PhoenixMiner.exe -pool pool -wal wallet -worker worker 
-gpus 1 -gt 55 -tt 67 -cvddc 750 -cclock 1300 -fanmin 75 -fanmax 100 -mclock 1850 -amd -mode 1 -clKernel 1 -clNew 1
-gpus 2 -gt 55 -tt 67 -cvddc 750 -cclock 1300 -fanmin 50 -fanmax 75 -mclock 1850 -amd -mode 1 -clKernel 1 -clNew 1

Is there a way to make different settings for each cards?

Thanks for any advice.  Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!