Search content
Sort by

Showing 2 of 2 results by guyom78
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.0e: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
guyom78
on 20/07/2020, 09:29:58 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.0e: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
guyom78
on 19/07/2020, 00:39:33 UTC
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 (-gpus1) :

PhoenixMiner.exe -pool eth-eu1.nanopool.org:9999 -wal 0x2aA*****.*RiG -worker Worker
-gpus 1 -gt 55 -tt 67 -cvddc 750 -cclock 1300 -fanmin 75 -fanmax 10 -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

Can you help me please?

Thanks for any advice.  Smiley