develsoftware / GMinerRelease

Ethash, ProgPoW, Equihash, CuckooCycle GPU Miner
https://bitcointalk.org/index.php?topic=5034735.0
1.95k stars 330 forks source link

--tfan is not accurate on rtx3080 #263

Open LiGithubYu opened 3 years ago

LiGithubYu commented 3 years ago

My setting is --tfan 50, the temperature is 51.6, the fan speed is 84% and don't add again.

igoralebar commented 3 years ago

it's not supposed to be "accurate" this is done to prevent fan ramping up and down constantly to meet the target temperature it won't adjust if whole value of temperature differs from target by only 1 degree

LiGithubYu commented 3 years ago

it's not supposed to be "accurate" this is done to prevent fan ramping up and down constantly to meet the target temperature it won't adjust if whole value of temperature differs from target by only 1 degree

51.6-50=1.6>1, that means removing the decimal? Phoenixminer and t-rex are both more accurate.

igoralebar commented 3 years ago

yes, that what I mean by “whole value” gminer displays temperature without decimals, so whenever you see a temperature in gminer that is lower or higher by more than 1 degree, it will cause fan adjustment

On Tue, 18 May 2021 at 06:03, LiGithubYu @.***> wrote:

it's not supposed to be "accurate" this is done to prevent fan ramping up and down constantly to meet the target temperature it won't adjust if whole value of temperature differs from target by only 1 degree

51.6-50=1.6, it means removing the decimal? phoenixminer and t-rex are both more accurate.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/develsoftware/GMinerRelease/issues/263#issuecomment-842789758, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASZO6IZF23MXERAQH5IA5XLTOHKJVANCNFSM446YL3SA .

LiGithubYu commented 3 years ago

yes, that what I mean by “whole value” gminer displays temperature without decimals, so whenever you see a temperature in gminer that is lower or higher by more than 1 degree, it will cause fan adjustment

Ok, thank you.