Bitcoin Forum
May 05, 2024, 04:58:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 »  All
  Print  
Author Topic: S17+ S9k/SE T17 S17/Pro DR5 B7 Others All Overclock per chip and Voltage Control  (Read 10181 times)
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 10, 2019, 09:06:21 PM
 #281

Your ignorance tests the heck out of my patience.

change the line from:

if [ ant_freq_user > "776" ]; then {

to

if [ ${ant_freq_user} -gt 776 ]; then {

The first is comparing a non-evaluated variable name to a string called "776".

The contents of ${ant_freq_user} are *NOT* being substituted in on that if. They should be.

The one I gave you actually compares the _value_ you've assigned to ant_freq_user as a numeric comparison to the number 776... which is what you really want.

I don't know how you function.

-j

It can be coded either way. Not sure if you knew that or not but its working just fine. If you dont believe me instead of reading the files load it and try it. Because the limits on the public version are all working

edit...
I am not just comparing I am stating if the value is less than 776 do 1 thing and if not do another. It works. I dont care if it is locked up or not. Any fw can be modded even with security protocols in place

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714928282
Hero Member
*
Offline Offline

Posts: 1714928282

View Profile Personal Message (Offline)

Ignore
1714928282
Reply with quote  #2

1714928282
Report to moderator
1714928282
Hero Member
*
Offline Offline

Posts: 1714928282

View Profile Personal Message (Offline)

Ignore
1714928282
Reply with quote  #2

1714928282
Report to moderator
1714928282
Hero Member
*
Offline Offline

Posts: 1714928282

View Profile Personal Message (Offline)

Ignore
1714928282
Reply with quote  #2

1714928282
Report to moderator
efudd
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
July 10, 2019, 09:14:01 PM
 #282

Sigh.

A broken clock is correct twice a day.

I give up.

-j

chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 10, 2019, 09:20:46 PM
 #283

Sigh.

A broken clock is correct twice a day.

I give up.

-j

When the facts show it is working the way I intended it to then I dont know what to tell you. It is reading the variable just fine

I just tried every way to bypass the limit and it wont let you set it below 260 or above 775. Again all I can say is load it and try it then you will see it is working fine. The private version is different coding

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
creadersback
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
July 11, 2019, 08:16:30 PM
 #284

.....and SD card recovery image. Updated all updated to v2.2


Hi can you explain what you update in the SD Card recovery V2.2.
Have i use this file again after i used your "old" SD card file? i have signature disabled and SSH access. Or is this new file neccessary for the new FW2.x ?

Have you fixed the fanspeed issue in your new FW? I will adjust my fanspeed manually and not by software.
I will try your new FW maybe tomorrow.

I used your FW 1.9 and 2.0 but i never could set higher frequency because of autotune. I hope you have fixed this now in your new FW.
I use your FW 2.0 now because i can use sometimes nicehash, but overclocking like you have discribed, would be nice.
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 11, 2019, 08:30:48 PM
 #285

.....and SD card recovery image. Updated all updated to v2.2


Hi can you explain what you update in the SD Card recovery V2.2.
Have i use this file again after i used your "old" SD card file? i have signature disabled and SSH access. Or is this new file neccessary for the new FW2.x ?

Have you fixed the fanspeed issue in your new FW? I will adjust my fanspeed manually and not by software.
I will try your new FW maybe tomorrow.

I used your FW 1.9 and 2.0 but i never could set higher frequency because of autotune. I hope you have fixed this now in your new FW.
I use your FW 2.0 now because i can use sometimes nicehash, but overclocking like you have discribed, would be nice.


The Sd image was updated to load the newest 2.2 public version, which in return unlocks the SSH, disables sig checking, and adds the 2.2 public features. So if you have used the 2.2 sd you dont need to do anything else other then mine.

The fan speed issue will be updated later today as well as support added for the Z11e and Z11j models it will be release 2.3. At this point all the bugs and quirks should be gone. I have been testing it since yesterday and the fan can be put in manual or auto mode once again....Yay!!! I will post once it is ready for download.

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
creadersback
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
July 11, 2019, 08:51:02 PM
 #286

Quote

The Sd image was updated to load the newest 2.2 public version, which in return unlocks the SSH, disables sig checking, and adds the 2.2 public features. So if you have used the 2.2 sd you dont need to do anything else other then mine.

The fan speed issue will be updated later today as well as support added for the Z11e and Z11j models it will be release 2.3. At this point all the bugs and quirks should be gone. I have been testing it since yesterday and the fan can be put in manual or auto mode once again....Yay!!! I will post once it is ready for download.

ahh ok. I understand now, so i have to use the new SD file for using your FW2.x.
I will try your V2.3 when you release. I hope the best...
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 11, 2019, 09:29:38 PM
 #287

Quote

The Sd image was updated to load the newest 2.2 public version, which in return unlocks the SSH, disables sig checking, and adds the 2.2 public features. So if you have used the 2.2 sd you dont need to do anything else other then mine.

The fan speed issue will be updated later today as well as support added for the Z11e and Z11j models it will be release 2.3. At this point all the bugs and quirks should be gone. I have been testing it since yesterday and the fan can be put in manual or auto mode once again....Yay!!! I will post once it is ready for download.

ahh ok. I understand now, so i have to use the new SD file for using your FW2.x.
I will try your V2.3 when you release. I hope the best...

As long as you have signature checking already disabled you can use any fw. The sd version is only so you can unlock the ssh and disable sig checking then use whatever fw you choose. I added the 2.2 to kmage to it to save people 1 step of updating again after unlocking the miner

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 17, 2019, 06:20:21 AM
 #288



Now Available Z11 v2.3 Chipless Nitrous 100% Free Version
  Features...
  Supports ALL Z11 Series Miners ( Z11/Z11e/Z11j )
  Nicehash Support
  Support overclock and underclock
  Supports Full voltage control from 262mv to over 1500mv
  Manual or Auto Fan Control is Working
  Speeds as high as 161 k/sol @800m Gain +4% in speed over factory speeds
  Free Version Frequency is limited to 775 .... If you would like higher you must purchase the Private Version


Now Available for Purchase Z11 v2.3 Chipless Nitrous Private
  Features...
  Supports ALL Z11 Series Miners ( Z11/Z11e/Z11j )
  Nicehash Support
  Support overclock and underclock
  Supports Full voltage control from 262mv to over 1500mvv
  Speeds as high as 161 k/sol @800m
  Gain +4% in speed over factory speeds
  Choose any voltage or any frequency you want
  Manual or Auto Fan Control is Working
  PM for purchase details

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 21, 2019, 08:46:19 AM
 #289

Now Available Z11 v2.4 Chipless Nitrous 100% Free Version
  Features...
  Supports ALL Z11 Series Miners ( Z11/Z11e/Z11j )
  Nicehash Support
  Support overclock and underclock
  Supports Full voltage control from 262mv to over 1500mv
  Manual or Auto Fan Control is Working
  Auto-Tune completely removed
  Speeds as high as 161 k/sol @800m Gain +4% in speed over factory speeds
  Free Version Frequency is limited to 775 .... If you would like higher you must purchase the Private Version



Now Available for Purchase Z11 v2.4 Chipless Nitrous Private
  Features...
  Supports ALL Z11 Series Miners ( Z11/Z11e/Z11j )
  Nicehash Support
  Support overclock and underclock
  Supports Full voltage control from 262mv to over 1500mvv
  Speeds as high as 161 k/sol @800m
  Gain +4% in speed over factory speeds
  Choose any voltage or any frequency you want
  Manual or Auto Fan Control is Working
  Auto-Tune completely removed
  PM for purchase details

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 26, 2019, 07:14:05 AM
 #290

S17/S17 Pro ..... Free..... Unlock SSH and disable signature checking on the S17 and S17Pro.

Get your miner ready for the upcoming releases of custom firmware on the S17 Series miners.

This is a SD card image, extract all files to a formatted SD card insert the card into your miner and power on. Wait about 2 minutes then power down the miner remove the sd card and power the miner back up.

You should now have the latest from Bitmain loaded into your miner with SSH enabled and Signature checking disabled.

There is nothing more done to the file as of yet. Future plan is to add oc and voltage control. ( I am waiting on a S17 controller for testing or the whole miner. It is being supplied by one of the mining farms which uses my Z11 firmware )

S17 SD image
https://drive.google.com/file/d/1Nkrv7mEtONnCxS1x-1NyFUij_2t1uNiR/view?usp=sharing

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
supersonic
Full Member
***
Offline Offline

Activity: 195
Merit: 104



View Profile
July 27, 2019, 12:03:44 PM
 #291

S17/S17 Pro ..... Free..... Unlock SSH and disable signature checking on the S17 and S17Pro.

Get your miner ready for the upcoming releases of custom firmware on the S17 Series miners.

This is a SD card image, extract all files to a formatted SD card insert the card into your miner and power on. Wait about 2 minutes then power down the miner remove the sd card and power the miner back up.

You should now have the latest from Bitmain loaded into your miner with SSH enabled and Signature checking disabled.

There is nothing more done to the file as of yet. Future plan is to add oc and voltage control. ( I am waiting on a S17 controller for testing or the whole miner. It is being supplied by one of the mining farms which uses my Z11 firmware )

S17 SD image
https://drive.google.com/file/d/1Nkrv7mEtONnCxS1x-1NyFUij_2t1uNiR/view?usp=sharing
Tested on S17 and S17Pro twice, SSH still locked.

Nice from far but far from nice
OnlyBestMiners
Newbie
*
Offline Offline

Activity: 5
Merit: 4


View Profile
July 27, 2019, 12:09:02 PM
 #292

same here unfortunately :/
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 27, 2019, 06:21:29 PM
 #293

S17/S17 Pro ..... Free..... Unlock SSH and disable signature checking on the S17 and S17Pro.

Get your miner ready for the upcoming releases of custom firmware on the S17 Series miners.

This is a SD card image, extract all files to a formatted SD card insert the card into your miner and power on. Wait about 2 minutes then power down the miner remove the sd card and power the miner back up.

You should now have the latest from Bitmain loaded into your miner with SSH enabled and Signature checking disabled.

There is nothing more done to the file as of yet. Future plan is to add oc and voltage control. ( I am waiting on a S17 controller for testing or the whole miner. It is being supplied by one of the mining farms which uses my Z11 firmware )

S17 SD image
https://drive.google.com/file/d/1Nkrv7mEtONnCxS1x-1NyFUij_2t1uNiR/view?usp=sharing
Tested on S17 and S17Pro twice, SSH still locked.


What version firmware is on the miner now. Bitmain has 2 different ones

Try this if you would for me. Insert the SD and power up. Once powered up see if you can access the web gui and if you have ssh then. At that point the miner should be loaded with the sd and be unlocked. I need to figure out if the problem is that it isnt copying the files.

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 27, 2019, 06:21:58 PM
 #294

same here unfortunately :/

What version firmware is on the miner now. Bitmain has 2 different ones

Try this if you would for me. Insert the SD and power up. Once powered up see if you can access the web gui and if you have ssh then. At that point the miner should be loaded with the sd and be unlocked. I need to figure out if the problem is that it isnt copying the files.

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
supersonic
Full Member
***
Offline Offline

Activity: 195
Merit: 104



View Profile
July 27, 2019, 06:47:50 PM
 #295

btw, it took over 20mins after i took out sd for miner to get up and ready to mine
thats what i have on S17Pro atm
Hardware Version   17.10.1.3
Kernel Version   Linux 4.6.0-xilinx-gff8137b-dirty #25 SMP PREEMPT Fri Nov 23 15:30:52 CST 2018
File System Version   Mon May 27 10:57:13 CST 2019
CGminer Version   1.0.0


this one is untouched

Hardware Version   17.10.1.3
Kernel Version   Linux 4.6.0-xilinx-gff8137b-dirty #25 SMP PREEMPT Fri Nov 23 15:30:52 CST 2018
File System Version   Tue Apr 16 19:05:06 CST 2019
CGminer Version   4.9.0

before update it was the same version

and i couldnt access web during firmware update, or via ssh. Red led constantly light up during update and looong 20+mins after

Nice from far but far from nice
efudd
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
July 27, 2019, 06:54:20 PM
 #296

Yeah.... my bet is chipless doesn’t understand how the ssh config file is saved in /config.

After you install his stuff via SD, try installing again via web interface (chipless, release an image for upload installs if you haven’t already) and check the box to not save config.

Bet that fixes it for him.

-j


chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 27, 2019, 07:04:19 PM
 #297

btw, it took over 20mins after i took out sd for miner to get up and ready to mine
thats what i have on S17Pro atm
Hardware Version   17.10.1.3
Kernel Version   Linux 4.6.0-xilinx-gff8137b-dirty #25 SMP PREEMPT Fri Nov 23 15:30:52 CST 2018
File System Version   Mon May 27 10:57:13 CST 2019
CGminer Version   1.0.0


this one is untouched

Hardware Version   17.10.1.3
Kernel Version   Linux 4.6.0-xilinx-gff8137b-dirty #25 SMP PREEMPT Fri Nov 23 15:30:52 CST 2018
File System Version   Tue Apr 16 19:05:06 CST 2019
CGminer Version   4.9.0

before update it was the same version

and i couldnt access web during firmware update, or via ssh. Red led constantly light up during update and looong 20+mins after

Some of the problem might be that Bitmain has on their site that if the firmware is April 16 or earlier you have to upgrade to the May 24 version then to the May 27th version. This Sd image is based off the May 27th version.

I am going to have to look at some things closer because if you updated the the 27 with the sd then it did copy but why dont you have ssh is my question. Everything is set to enable it and disable signature checking. So I will have to look into what is so important between the April versions and the May version which are the only ones on their site. If anyone has earlier releases then I would do a image from it.

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 27, 2019, 07:08:08 PM
 #298

Yeah.... my bet is chipless doesn’t understand how the ssh config file is saved in /config.

After you install his stuff via SD, try installing again via web interface (chipless, release an image for upload installs if you haven’t already) and check the box to not save config.

Bet that fixes it for him.

-j




This is what I have in the bitmainer_setup.sh file. Which should do like the other miners and enable the ssh or am I wrong.

I dont need to release another one he can take the uramdisk image from the sd and use it


###########################
# dropbear
NO_START=0
#if [ ! -f /config/dropbear ] ; then
#    echo NO_START=1 > /config/dropbear
#else
#    rm /config/dropbear
#    sync
#    echo NO_START=1 > /config/dropbear
#fi
echo NO_START=0 > /config/dropbear
cp /config/dropbear /etc/default/dropbear
###########################


Share your results with others on my Discord channel
https://discord.gg/6t62apJ
supersonic
Full Member
***
Offline Offline

Activity: 195
Merit: 104



View Profile
July 27, 2019, 07:17:13 PM
 #299

When i uploaded it on S17(non pro) with may 17'th firmware already on it the effect was the same and no ssh unlock

Nice from far but far from nice
chipless (OP)
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
July 27, 2019, 07:31:20 PM
 #300

When i uploaded it on S17(non pro) with may 17'th firmware already on it the effect was the same and no ssh unlock

If you take the uramdisk.image.gz from the SD bin folder can you upload it thru the web gui upgrade on the miner we are talking about.

Share your results with others on my Discord channel
https://discord.gg/6t62apJ
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 »  All
  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!