Bitcoin Forum
November 14, 2024, 01:14:29 PM *
News: Check out the artwork 1Dq created to commemorate this forum's 15th anniversary
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining support / Re: How To Overclock Your S9/T9+,T9,R4 To 18TH/s Free. on: September 23, 2020, 11:39:42 AM
If you have set 300mhz, replace 0706 by 790mv, on all m'y test 790mw IS lower value stable... Make 790mv and you see you low power and lower temp ! Wink

what is the relationship between frequency and voltage? Also how directly does it relate to the power consumption? I tried to find information about such things but the web has too many documents discussing other stuff but using these words so search engines are net helpful. Would be really grateful for some hints / pointers or explaination as I am obviously trying to find a sweetspot of low enegery consumption and less noise fan speed.
2  Bitcoin / Mining support / Re: How To Overclock Your S9/T9+,T9,R4 To 18TH/s Free. on: September 22, 2020, 07:16:21 PM
I have not been able to underclock my T9+ with the supposed settings that were suggested here but playing around with the ideas from here I found a solution that I wanted to post / share.

So the problem was that that my miner also already had autotuning available and changing "bitmain-freq": "some_value" would be ignored after rebooting.

So first I recognized using top that there was a process /usr/bin/bmminer --version-file /usr/bin/compile_time --api-listen --default-config /config/bmminer.conf running.

Thus I checked /usr/bin/bmminer --help to recognize that there is an option --fixed-freq        Set bitmain miner use fixed freq which probably could also be set in /config/bmminer.conf.

Thus I added the line "fixed-freq":true, to the bmminer.conf so that in total it looked like that:

Code:
{
"pools" : [
{
"url" : "",
"user" : "",
"pass" : ""
}
]
,
"api-listen" : true,
"api-network" : true,
"api-groups" : "A:stats:pools:devs:summary:version",
"api-allow" : "A:0/0,W:*",
"fixed-freq" : true,
"bitmain-fan-ctrl": true,
"bitmain-fan-pwm": "50",
"bitmain-use-vil" : true,
"bitmain-freq" : "300",
"bitmain-voltage" : "0706",
"multi-version" : "1"
}

In this way I was able to underclock the miner and tune down the fan. actually the PSU is now more noise as it's fan cannot be regulated by the software (what a pitty because it still produces 50db).

running the following firmware:

Code:
Miner Type	Antminer T9+
Hostname miner2
Model GNU/Linux
Hardware Version 16.0.1.3
Kernel Version Linux 3.14.0-xilinx-ge8a2f71-dirty #82 SMP PREEMPT Tue May 16 19:49:53 CST 2017
File System Version Wed Nov 15 17:18:06 CST 2017
Logic Version T9+_V2.40
BMminer Version 2.0.0
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!