Author

Topic: T17 ssh configuration (Read 72 times)

newbie
Activity: 2
Merit: 0
April 29, 2023, 09:27:06 AM
#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
Jump to: