Bitcoin Forum
May 21, 2024, 12:25:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Google Chrome Access Locked Miner Features  (Read 247 times)
charbeln (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 4


View Profile
April 10, 2020, 09:10:57 PM
Last edit: April 11, 2020, 03:26:10 AM by frodocooper
 #1

How To Change Antminer Locked Settings (Fan+Freq+Temp Override) Running Official Antminer Firmware By Google Chrome, Just Follow Those Simple Steps :
1- Boot Your Miner
2- Go To Miner Config Page
3- Right Click Anywhere On The Page And Select Inspect (Or Press Ctrl+Shift+i)
4- Search For "none" In The Code Using CTRL+F
5- Your Aim Is To Find This Phrase In The Code And Delete it wherever you find it(style="display:none") you can edit code by double clicking then when selected press backspace or del.
6- When All Phrases Deleted Single Click Anywhere In The Code Then Close The Inspector Hidden Settings Will Appear
7- Edit The Settings To Your Preference Then Click Save Your Miner Will Reboot With Your New Settings

P.S: BE CAREFUL Not To Over Heat Your Miner And Keep The Over Temperature Protection Always On, Fan Changes Will Take Effect When Control Board Boots ~2 to 3 Minutes From When Plugged Enjoy And Happy Mining !

Currently I Am Working On Antminers and i succeeded to raise their efficiency to 53W/TH (Default Was 90W/TH), And working on miner management and locked settings access software (opensource and free), next step will be DIY water cooling system for S9, all info will be shared with community when projects completed.Aiming To Work On Other Miner Models Like S17's And T17's To Pull Out The Most Out Of Them As I Am Doing With The S9 but can't afford it right now.

If You Have Any Questions Or Need Any Support Regarding My Post I Will Be More Than Happy To Help You
Good Mining Everybody And Stay Home Safe ! <3
mikeywith
Legendary
*
Offline Offline

Activity: 2226
Merit: 6405


be constructive or S.T.F.U


View Profile
April 10, 2020, 10:50:48 PM
Last edit: April 12, 2020, 01:41:04 AM by mikeywith
 #2

5- Your Aim Is To Find This Phrase In The Code And Delete it wherever you find it(style="display:none") you can edit code by double clicking then when selected press backspace or del.

Well, not exactly that, you have to delete only "none" or ":none" whichever you prefer, but certainly not the "display" ( you can delete it but not needed), I would also add that you don't really "Delete it wherever you find it", that will be both a waste of time and effort, as it will show you all the things you don't need.

simply put, you just need to access the class code:



delete the "none" from the this line:

Code:
<fieldset class="cbi-section" id="cbi-cgminer-default" style="display:none">


and then only show whatever you need, if you want to control fans, then edit search for fan_ctrl ,.

Appreciate your efforts, Looking forward to this:

Quote
Currently I Am Working On Antminers and i succeeded to raise their efficiency to 53W/TH

And just to make things clear, you mean Antminer S9 judging by what you wrote in the other thread, am i right?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
charbeln (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 4


View Profile
April 10, 2020, 10:59:49 PM
 #3

exactly you can also delete the whole phrase too, deleting all none containing display phrases will show all settings (i said delete all to make it easier for users and not flood them with information and blur their thinking) anyways they can only edit after only the settings they need and if i'm not wrong there is around 5 nones to be deleted you can delete just the (none) word only or delete (style="display:none") and you can replace none by (all) too everything will work hope my tutorial was clear so everyone can benefit from it  Cheesy and yes mikey you're right i am speaking about antminer S9 (53W/TH Efficiency)
mikeywith
Legendary
*
Offline Offline

Activity: 2226
Merit: 6405


be constructive or S.T.F.U


View Profile
April 12, 2020, 02:01:06 AM
 #4

exactly you can also delete the whole phrase too,)

Actually you are right about this, you can delete the whole part and it will work, I have edited my previous post, the reason why I suggest not removing everything it creates confusion, for an instance if you delete the display:none from this part

Code:
<fieldset class="cbi-section" id="cbi_apply_bmminer_fieldset" style="">
                    <img src="/resources/icons/loading.gif" alt="Loading" style="vertical-align:middle">
                    <span id="cbi-apply-bmminer-status">Waiting for changes to be applied...</span>
                </fieldset>

it will show you "waiting for changes to be applied" which gives you a false positive that your settings were actually saved even before hitting the save button, the update notifications should only appear when you hit save as it changes the display setting in the above-coded part, to someone who has done this a few times, no problem, in fact, your way is way faster than mine, but I wouldn't suggest it to newbies for their own benefit.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
BitMaxz
Legendary
*
Offline Offline

Activity: 3262
Merit: 2974


Block halving is coming.


View Profile WWW
April 13, 2020, 12:00:18 AM
 #5

This is an old method to show up the hidden feature for antminer.


And there is another way to display the hidden feature by using stylus.
The method can be found here https://bitcointalk.org/index.php?topic=5038766.0

Or follow the guide under this post below.
- Enable extra feature without editing CSS

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
mikeywith
Legendary
*
Offline Offline

Activity: 2226
Merit: 6405


be constructive or S.T.F.U


View Profile
April 13, 2020, 03:28:32 AM
Last edit: April 16, 2020, 03:28:46 AM by frodocooper
Merited by BitMaxz (1)
 #6

Or follow the guide under this post below.
- Enable extra feature without editing CSS

This method will only work for S9 or older models, maybe S11/S15 too, but sure not on T17, S17, T17+, T17e, S17pro, S17+.

And there is another way to display the hidden feature by using stylus.

Unless they updated their code to alter this piece of the source

Code:
<fieldset class="cbi-section" id="cbi-cgminer-default" style="display:none">

The extension (Assuming it has no security threats) is the easiest way to go about this for those who have a lot of gears to work with, pretty neat way of doing things, to say the least.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
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!