Bitcoin Forum
July 07, 2024, 06:31:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: T17 ssh configuration  (Read 47 times)
User_777 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 29, 2023, 02:27:06 PM
 #1

Yo
I need to do fixed-frequency mod on original bitmain firmware antminer t17, to be able choose 650 frequency and 17 voltage
If disable display:none in browser you can choose this settings but they dont apply and t17 start auototuning as usual with reboot
because of that you have to edit cgminer files through ssh

Which files and how must be edited?

it may be here /www/pages/cgi-bin/set_miner_conf.cgi

strings from 65 to 75


fi

        echo "\"bitmain-work-mode\" : \"${ant_work_mode}\","                    >> /config/cgminer.conf
        echo "\"bitmain-freq\" : \"${ant_freq}\","                              >> /config/cgminer.conf
        echo "\"bitmain-voltage\" : \"${ant_voltage}\""                         >>/config/cgminer.conf

        echo "}"                                                                >> /config/cgminer.conf
        sync &
        sleep 1s

}

https://imgur.com/FUOJOT3
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!