Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: smartass111 on October 01, 2018, 07:51:41 PM



Title: unlocked frequencies Z9 firmware (free)
Post by: smartass111 on October 01, 2018, 07:51:41 PM
Hi all

Z9 (not Z9 mini) FW with unlocked frequencies is available for community for free

ANY OVERCLOCKING YOU TRY - ON YOUR OWN RISK
Original frequencies are 500 and 550 MHz. But almost all Z9 from first batches are good at 650 MHz (+20% hashrate)

It is based on bitmain Antminer-Z9-DEFAULT-500-DUAL-MODE-201808280957.tar.gz firmware, only minor modifications were made - freq unlocking, adding freq list, adding links and donation addresses
here they are at a glance:
Code:
# diff -qr --no-dereference z9_orig/tmp z9_mod/tmp
File z9_orig/tmp/dev/initctl is a fifo while file z9_mod/tmp/dev/initctl is a fifo
Files z9_orig/tmp/usr/bin/cgminer and z9_mod/tmp/usr/bin/cgminer differ
Files z9_orig/tmp/usr/bin/compile_time and z9_mod/tmp/usr/bin/compile_time differ
Files z9_orig/tmp/www/pages/cgi-bin/minerAdvanced.cgi and z9_mod/tmp/www/pages/cgi-bin/minerAdvanced.cgi differ
Files z9_orig/tmp/www/pages/cgi-bin/minerConfiguration.cgi and z9_mod/tmp/www/pages/cgi-bin/minerConfiguration.cgi differ
Files z9_orig/tmp/www/pages/minerStatus.html and z9_mod/tmp/www/pages/minerStatus.html differ
cgminer is modified using disassembler and bytes patching

My collegue, efudd https://bitcointalk.org/index.php?action=profile;u=2271429 (https://bitcointalk.org/index.php?action=profile;u=2271429) is working on the same task, but with more features/support etc. So you have an option to have a deal with him - check topic nearby

Download https://yadi.sk/d/8XVjwLbqUzSybg (https://yadi.sk/d/8XVjwLbqUzSybg)
here is sha1sum of original file 5f84317263cc875fa729547d78e4384e6f811391
Update process is the same as for original firmware

You can click "thank you" here, or make donation to keep people motivated to share such things in future
BTC: 1HHzcJjKgKvs5HakqgGzsNXZ3sL6A6pJuK
ZEC: t1ZZkYfnSGrXjVP371s7Uoembu2PQAqkGeG

Please post your feedback, thank you
PS I'm not a Z9 owner, and had a chance to test modified cgminer only at 1 machine.
PPS Provided as is, no modifications or further improvements planned as for now

PPPS
I was really interested if donation system work or not, here are stats for everyone, so make your own conclusions )
as for 11/14/18
downloaded times from origin link - 423
donations received - 0,0154BTC, 0.1 ZEC, 0.1 ZEC, 0.1 ZEC, 0.5 ZEC, 0.1 ZEC, 0.1 ZEC


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: chain86 on October 01, 2018, 07:56:13 PM
I will waiting to try. Just write link please.
best regard.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 01, 2018, 08:07:32 PM
Awesome! Thank you for sharing freely and openly.

.... and for the record, any one responding to my post and providing feedback, did it of their own volition. While that was 'good marketing', it was not driven by me and was completely organic.
.... and as far as comments about donations, you can see for yourself by checking the addresses for donation. The only funds sent to those were funds I mined myself during testing, and funds someone sent before talking to me asking to get the full version..

I've updated my post pointing people to you. Enjoy!

I'll stop working on per-hashboard-frequency management that would have worked on every single cgminer based miner Bitmain has released.

To do it, just add 2 more segments to cgminer, code up the frequency management reading functions back from cgminer.conf, then go into the main loop that handles frequency setting for the hashboards, jump the current function into your code, set up the same registers, and jump back into the function that actually sets the board frequencies.
Second, modify cgminer to support updating the frequencies across the boards by not having it restart. To do this, hook into bitmain_ZCASH_reinit_chain, but don't step on the functionility int he check_miner_status() function.

Also, please update the image to support auto-tuning of the frequencies once you have this done so the end users do not have to worry about the clocking manually. Many do not know how to SSH/etc.

Back to my day job!

-j


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: chain86 on October 01, 2018, 08:12:44 PM
I test it but give me error on 675.. I drop down to 650.. again error on 1 bord chip. no  I make 643 and waiting..

https://www.imageupload.co.uk/images/2018/10/01/ScreenShot2018-10-01at23.08.03.png

ang again on 643 error . Now test on 631 :)


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: hashestohashes on October 01, 2018, 08:22:44 PM
Awesome! Thank you for sharing freely and openly.

.... and for the record, any one responding to my post and providing feedback, did it of their own volition. While that was 'good marketing', it was not driven by me and was completely organic.
.... and as far as comments about donations, you can see for yourself by checking the addresses for donation. The only funds sent to those were funds I mined myself during testing, and funds someone sent before talking to me asking to get the full version..

I've updated my post pointing people to you. Enjoy!

I'll stop working on per-hashboard-frequency management that would have worked on every single cgminer based miner Bitmain has released.

To do it, just add 2 more segments to cgminer, code up the frequency management reading functions back from cgminer.conf, then go into the main loop that handles frequency setting for the hashboards, jump the current function into your code, set up the same registers, and jump back into the function that actually sets the board frequencies.
Second, modify cgminer to support updating the frequencies across the boards by not having it restart. To do this, hook into bitmain_ZCASH_reinit_chain, but don't step on the functionility int he check_miner_status() function.

Also, please update the image to support auto-tuning of the frequencies once you have this done so the end users do not have to worry about the clocking manually. Many do not know how to SSH/etc.

Back to my day job!

-j

There goes your Millions man.

Also, releasing it for free is great (really) but throwing mud at the other developer isn't kosher.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: smartass111 on October 01, 2018, 08:23:52 PM
Awesome! Thank you for sharing freely and openly.
<cut>
Back to my day job!

-j


I posted it as is, will not do any other modifications
So feel free to improve your version - looks like many people need it. And it's always a big advantage to have different firmwares


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 01, 2018, 08:59:11 PM
smartass111,

To get you started on adding additional functionality, here is a quick summary of what I did, and what you would need to add in.

A PE file has many segments in it (varies by file), like .data, .bss, .text ... .text is where strings are stored. From the .text segment, with a good disassembler will break those out and point you back to the assembly for the function(s) that reference those strengths.

So, I started backward.

.text -> "frequency" -> function calling it. Then I spent some time exploring that function, it's callers and callees, and started mapping out the code path around it.

In that, I found the setup functions which took in the frequency and passed it down to a function I could readily tell was calld "set_frequency_chain". Using hexrays I was able to track that back to the fact it takes a chain and a frequency as an argument (as an aside...).

The fact that bitmain limited this to 2 frequencies made it easier than it should have been.  In the calling function, I found their 2 hardcoded constansts for 500 and 550.

Initially I just modified 550 to 650 (simplest byte changes), and realized it could do 650/500 -- that's basically what the free one is. 575+500.

The "paid" version is different in that the constants are not changed, but rather the conditionals that limit it are removed.
That allows you to pass anything you want down to set_frequency_chain.

Now, to enable per-board frequency control, we can continue from there.

That same set_frequency_chain has a calling function (this is about the per-board stuff) which bitmain neutered. Right now it iterates over 4 boards (a constant) and calls set_frequency_chain for eacho f those 4 boards with the frequency passsed in.

To enable per-board freuqency, that function calling set_frequency_chain needs to be completely rewritten and the binary patched. From some research papers, I found how how to add segments to a PE file (this wasn't possible a couple of years ago). So a new function can be written to read the config file, just reeanble finding/processing bitmain-freqX, then simply iterate over the number of boards and initialize each chain. The original iterator has to be skipped, so you have to jump into what you add, then jump back.

That'll enable freq-per-board. For bonus points, an API call can be added to enable calling bitmain_ZCASH_reinit_chain on a given chain if you change the frequency. That'll overload the 'reset' condition for a board to enable changing frequency on the fly.

Add some intelligence to tune the frequencies based on observations of the data in the system, and boom, you'll have a self-tuning, maximally overclockable image.

Some of these tactics will work for any cgminer reverse engineering activity.

Thanks,

Jason


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 01, 2018, 09:18:29 PM
..snip...

There goes your Millions man.

Also, releasing it for free is great (really) but throwing mud at the other developer isn't kosher.

hashestohashes - I am unsure how I've thrown mud at another developer, and will fix it if I have. Please point me to it.

... as far as millions, don't we all wish...

I can't speak to the capabilities of others, but I spent a reasonable amount of time on my work (if others can do it faster, that is awesome!) and actually acquired licensed copies of IDA Professional and Hex-Rays ARM32 compiler to support this work, that alone cost $4100 USD plus tax. I also had to import a Z9, which after customs/taxes/shipping cost $4179. So before I even started the work, I was out $8279.

I've also spent numerous hours responding to email inquiries and PMs to provide support for installation, for overclocking, etc. I've spent a couple of hours this past week in 'teamviewer' helping another individual load on 8 machines....

I definitely didn't do this to "get rich". I only hacked this because I was frustrated that bitmain had locked 'my unit' after delaying it 3+ weeks. :)

-j


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: hashestohashes on October 01, 2018, 09:48:34 PM
..snip...

There goes your Millions man.

Also, releasing it for free is great (really) but throwing mud at the other developer isn't kosher.

hashestohashes - I am unsure how I've thrown mud at another developer, and will fix it if I have. Please point me to it.

... as far as millions, don't we all wish...

I can't speak to the capabilities of others, but I spent a reasonable amount of time on my work (if others can do it faster, that is awesome!) and actually acquired licensed copies of IDA Professional and Hex-Rays ARM32 compiler to support this work, that alone cost $4100 USD plus tax. I also had to import a Z9, which after customs/taxes/shipping cost $4179. So before I even started the work, I was out $8279.

I've also spent numerous hours responding to email inquiries and PMs to provide support for installation, for overclocking, etc. I've spent a couple of hours this past week in 'teamviewer' helping another individual load on 8 machines....

I definitely didn't do this to "get rich". I only hacked this because I was frustrated that bitmain had locked 'my unit' after delaying it 3+ weeks. :)

-j
I forgot who I was quoting, the first part was directed at you (the millions lol which was sarcasm). The second half was directed at OP. Fail on my part lol


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: yrk1957 on October 02, 2018, 03:42:15 PM

You can click "thank you" here, or make donation to keep people motivated to share such things in future
BTC: 1HHzcJjKgKvs5HakqgGzsNXZ3sL6A6pJuK
ZEC: t1ZZkYfnSGrXjVP371s7Uoembu2PQAqkGeG

Please post your feedback, thank you
PS I'm not a Z9 owner, and had a chance to test modified cgminer only at 1 machine.
PPS Provided as is, no modifications or further improvements planned as for now

Thanks! Working fine for me. Sent you 0.1 Zec.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 02, 2018, 04:22:13 PM
Your patch is interesting.

It looks like you actually left the conditional check for a maximum of 550Mhz in place, and simply changed the result call which otherwise would force 500, to force what the user put in... it looks like you just copied the opcode at the end of the subroutine to the previous opcode to make both results the same.

In mine, I simply removed the conditional checks, leaving the result in place.

I'm trying to understand why your resulting cgminer is 28kB smaller than stock, however. Can you help me understand why that is the case? What else did you change?

-j



Title: Re: unlocked frequencies Z9 firmware (free)
Post by: smartass111 on October 02, 2018, 06:23:43 PM
I'm trying to understand why your resulting cgminer is 28kB smaller than stock, however. Can you help me understand why that is the case? What else did you change?

exactly, prefer to keep things simple.
nothing else, only 2 bytes changed

may be you tried to compare with cgminer from another fw version, I got source from bitmain site.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 02, 2018, 07:49:41 PM
I'm trying to understand why your resulting cgminer is 28kB smaller than stock, however. Can you help me understand why that is the case? What else did you change?

exactly, prefer to keep things simple.
nothing else, only 2 bytes changed

may be you tried to compare with cgminer from another fw version, I got source from bitmain site.

Nod - ok. That was the conclusion I came to, different starting firmware.

Thank you.

-j


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: Zeus30mhThunder on October 03, 2018, 02:18:56 AM
Able to have a look at the E3 - or is that still a closely guarded secret until the profit dies in the arse and someone finally releases it for the community ....


yeah that happens too with software - we can blame bitmain etc for mining months in advance only to sell off them when the profit dies but these firmware tweaks are done exactly the same way.   Now that the z9s are no longer great - these software hacks are coming out now.

Ironic much.  (looking at you l3+) etc

However to the OP ..thanks.... i guess.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 03, 2018, 02:30:15 AM
Able to have a look at the E3 - or is that still a closely guarded secret until the profit dies in the arse and someone finally releases it for the community ....


yeah that happens too with software - we can blame bitmain etc for mining months in advance only to sell off them when the profit dies but these firmware tweaks are done exactly the same way.   Now that the z9s are no longer great - these software hacks are coming out now.

Ironic much.  (looking at you l3+) etc

However to the OP ..thanks.... i guess.

I released my Z9 hack basically the same day I got my Z9, so, unsure about the "hack coming out after z9 no longer great" -- if it did, it's cause of bitmain. :)



Title: Re: unlocked frequencies Z9 firmware (free)
Post by: mondychan on October 03, 2018, 11:35:55 AM
getting wrong temp readings , (0° ; 13° ; 15° etc, all over the place) with this fw, was ok on stock fw


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: smartass111 on October 03, 2018, 12:36:59 PM
Please compare only with bitmain FW https://file11.bitmain.com/shop-product/firmware/Antminer%20Z9/Firmware/00720180828134924801AEF4xGBj066F/Antminer-Z9-DEFAULT-500-DUAL-MODE-201808280957.tar.gz (https://file11.bitmain.com/shop-product/firmware/Antminer%20Z9/Firmware/00720180828134924801AEF4xGBj066F/Antminer-Z9-DEFAULT-500-DUAL-MODE-201808280957.tar.gz)

It's just a bit modified source (2 bytes instruction with frequency check removed), nothing to do with temp etc.
I never had a chance to check "stock FW"


Also I deleted paragraph about efudd, looks I was wrong and he worked much harder than me. I'm sorry mate, probably I was impolite
So if you want guys to have additional support and features - pay him per fw copy

But I still believe people should have free basic version


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: mondychan on October 04, 2018, 01:43:12 PM
using this : antminer-z9-mini-201805262047-500m.tar.gz my miners are OC-able and have no problem with temp readings, just FYI


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: mineshop.eu on October 04, 2018, 03:53:34 PM
Hi all


My collegue, efudd https://bitcointalk.org/index.php?action=profile;u=2271429 (https://bitcointalk.org/index.php?action=profile;u=2271429) is working on the same task, but with more features/support etc. So you have an option to have a deal with him - check topic nearby

Download https://yadi.sk/d/8XVjwLbqUzSybg (https://yadi.sk/d/8XVjwLbqUzSybg)
here is sha1sum of original file 5f84317263cc875fa729547d78e4384e6f811391
Update process is the same as for original firmware

You can click "thank you" here, or make donation to keep people motivated to share such things in future
BTC: 1HHzcJjKgKvs5HakqgGzsNXZ3sL6A6pJuK
ZEC: t1ZZkYfnSGrXjVP371s7Uoembu2PQAqkGeG

Please post your feedback, thank you
PS I'm not a Z9 owner, and had a chance to test modified cgminer only at 1 machine.
PPS Provided as is, no modifications or further improvements planned as for now

Great work thank you!


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: d.v. on October 04, 2018, 06:07:20 PM
using this : antminer-z9-mini-201805262047-500m.tar.gz my miners are OC-able and have no problem with temp readings, just FYI

are you saying you used the mini firmware on the non-mini and it worked?


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 04, 2018, 06:20:51 PM
using this : antminer-z9-mini-201805262047-500m.tar.gz my miners are OC-able and have no problem with temp readings, just FYI

are you saying you used the mini firmware on the non-mini and it worked?

It will not work properly. It will only initialize 4 of the 16 ASICs.

Otherwise, yes, the mini firmware will work on the Z9, just not to potential.

-j


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: lanotrader on October 15, 2018, 09:45:12 PM
getting wrong temp readings , (0° ; 13° ; 15° etc, all over the place) with this fw, was ok on stock fw

Same here. Temperatures don't change and one is showing 0°.
Efudds version works ok.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: eurodi on October 16, 2018, 10:44:44 AM
Hello friend,

I have problem with your FW. FAN speed = 100% and temp is bad

https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png (https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png)

Please help me


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: imine2 on October 16, 2018, 01:40:48 PM
Hello friend,

I have problem with your FW. FAN speed = 100% and temp is bad

https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png (https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png)

Please help me


Do you understand this thread is for the Z9 (not Z9 mini) ? ? ?

And for z9 mini you should be in this thread:
https://bitcointalk.org/index.php?topic=4610213.msg46938023#msg46938023
and there you will find permanent link to the may 26 firmware for the z9 MINI.



Title: Re: unlocked frequencies Z9 firmware (free)
Post by: eurodi on October 16, 2018, 02:08:41 PM
Hello friend,

I have problem with your FW. FAN speed = 100% and temp is bad

https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png (https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png)

Please help me


Do you understand this thread is for the Z9 (not Z9 mini) ? ? ?

And for z9 mini you should be in this thread:
https://bitcointalk.org/index.php?topic=4610213.msg46938023#msg46938023
and there you will find permanent link to the may 26 firmware for the z9 MINI.


Ou ups! Thx for info ;-) For Z9 mini is same problem :-( after flash FW from batch 1 is temp 0 C and fan on maximal rpm


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: imine2 on October 16, 2018, 03:19:37 PM
Hello friend,

I have problem with your FW. FAN speed = 100% and temp is bad

https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png (https://www.imageupload.co.uk/images/2018/10/16/z9mini2.png)

Please help me


Do you understand this thread is for the Z9 (not Z9 mini) ? ? ?

And for z9 mini you should be in this thread:
https://bitcointalk.org/index.php?topic=4610213.msg46938023#msg46938023
and there you will find permanent link to the may 26 firmware for the z9 MINI.


Ou ups! Thx for info ;-) For Z9 mini is same problem :-( after flash FW from batch 1 is temp 0 C and fan on maximal rpm

Have you UNchecked "keep settings" ?
Does it help ?

Have you downloaded latest from Bitmain and tested with UNchecked "keep settings" ?
https://service.bitmain.com/support/download?product=Antminer%20Z9%20mini

carefully Jiggle cables at fan connector on controllerboard, does it help with fan ?

If problem reading temp for system I guess it will run fan at 100% to protect components so...
carefully jiggle cables from hashboard at connector both on hashboard's AND connectors on controllerboard.

does anything help?

did problem occur when you flashed new firmware ?

try hardware factory restore:
https://enforum.bitmain.com/bbs/topics/3957


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: dohckiller on October 27, 2018, 05:37:06 AM
how is everyone doing with this firmware?


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 27, 2018, 02:32:07 PM
how is everyone doing with this firmware?

I may be wrong, and I definitely have a personal bias here, but I think many are using my firmware after having issues of various sorts with this one. If you have a different experience, please do share!

Jason


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: lanotrader on October 28, 2018, 01:48:08 PM
I have miner from batch 2 and this firmware does not work properly on it - showing 0 degree temperatures causing fan speed 100%.
I think this modification was made on latest firmware-batch 3, and efudds was made from previos firmware.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: imine2 on October 28, 2018, 02:33:43 PM
I have miner from batch 2 and this firmware does not work properly on it - showing 0 degree temperatures causing fan speed 100%.
I think this modification was made on latest firmware-batch 3, and efudds was made from previos firmware.

https://bitcointalk.org/index.php?topic=5041859.msg46952536#msg46952536

This is for Z9 and NOT z9 mini !!!

efudd's is for Z9 and NOT z9 mini !!!


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: lanotrader on October 28, 2018, 06:57:11 PM
I have miner from batch 2 and this firmware does not work properly on it - showing 0 degree temperatures causing fan speed 100%.
I think this modification was made on latest firmware-batch 3, and efudds was made from previos firmware.

https://bitcointalk.org/index.php?topic=5041859.msg46952536#msg46952536

This is for Z9 and NOT z9 mini !!!

efudd's is for Z9 and NOT z9 mini !!!

Yes I know and the topic is also for Z9 and not Z9 mini.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: dohckiller on October 30, 2018, 08:53:48 PM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 31, 2018, 01:47:59 AM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.

Awesome -- hope it works out well for you! If not, you know where to look. :-)

Jason


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: dohckiller on October 31, 2018, 03:05:07 AM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.

Awesome -- hope it works out well for you! If not, you know where to look. :-)

Jason
24hr using this firmaware with around 56k avg @650m and made the same as using the original firmware with turbo mode 46k avg @550m.

something not right i guess, gonna try your firmware tonight at 12 and let it run for a day and see the difference.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 31, 2018, 06:07:17 AM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.

Awesome -- hope it works out well for you! If not, you know where to look. :-)

Jason
24hr using this firmaware with around 56k avg @650m and made the same as using the original firmware with turbo mode 46k avg @550m.

something not right i guess, gonna try your firmware tonight at 12 and let it run for a day and see the difference.


That's weird, regardless of the firmware -- are you on antpool, by chance?

Jason


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: dohckiller on October 31, 2018, 06:42:28 AM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.

Awesome -- hope it works out well for you! If not, you know where to look. :-)

Jason
24hr using this firmaware with around 56k avg @650m and made the same as using the original firmware with turbo mode 46k avg @550m.

something not right i guess, gonna try your firmware tonight at 12 and let it run for a day and see the difference.


That's weird, regardless of the firmware -- are you on antpool, by chance?

Jason
prohashing, it made $15 in 24hr . is that even good ?


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on October 31, 2018, 01:20:23 PM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.

Awesome -- hope it works out well for you! If not, you know where to look. :-)

Jason
24hr using this firmaware with around 56k avg @650m and made the same as using the original firmware with turbo mode 46k avg @550m.

something not right i guess, gonna try your firmware tonight at 12 and let it run for a day and see the difference.


That's weird, regardless of the firmware -- are you on antpool, by chance?

Jason
prohashing, it made $15 in 24hr . is that even good ?

I don’t look at it in USD... what was your coin earning and which coin?


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: dohckiller on October 31, 2018, 08:04:08 PM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.

Awesome -- hope it works out well for you! If not, you know where to look. :-)

Jason
24hr using this firmaware with around 56k avg @650m and made the same as using the original firmware with turbo mode 46k avg @550m.

something not right i guess, gonna try your firmware tonight at 12 and let it run for a day and see the difference.


That's weird, regardless of the firmware -- are you on antpool, by chance?

Jason
prohashing, it made $15 in 24hr . is that even good ?

I don’t look at it in USD... what was your coin earning and which coin?
0.00242502 BTC -
the settings are to were it switch to the highest coin at the moment . so random coins.
im using your firmware since 12am to test it out. do you recommend mining a specific coin instead of the auto switching ?


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on November 01, 2018, 12:27:52 AM
i have been running this FW on a Z9 batch 2 @650m for 17hrs to test it out, so far no errors here everything working as normal including temps.

Awesome -- hope it works out well for you! If not, you know where to look. :-)

Jason
24hr using this firmaware with around 56k avg @650m and made the same as using the original firmware with turbo mode 46k avg @550m.

something not right i guess, gonna try your firmware tonight at 12 and let it run for a day and see the difference.


That's weird, regardless of the firmware -- are you on antpool, by chance?

Jason
prohashing, it made $15 in 24hr . is that even good ?

I don’t look at it in USD... what was your coin earning and which coin?
0.00242502 BTC -
the settings are to were it switch to the highest coin at the moment . so random coins.
im using your firmware since 12am to test it out. do you recommend mining a specific coin instead of the auto switching ?

Yeah, I suggest not auto switching... switching takes time, costs hash, and is often more gimmick than success with asic miners.... my personal experience at least. I personally mine just ZEC and sell it when it makes sense to.

-j


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: Fidget_2018 on November 09, 2018, 06:05:10 PM
Hi all

Z9 (not Z9 mini) FW with unlocked frequencies is available for community for free

ANY OVERCLOCKING YOU TRY - ON YOUR OWN RISK
Original frequencies are 500 and 550 MHz. But almost all Z9 from first batches are good at 650 MHz (+20% hashrate)

It is based on bitmain Antminer-Z9-DEFAULT-500-DUAL-MODE-201808280957.tar.gz firmware, only minor modifications were made - freq unlocking, adding freq list, adding links and donation addresses
here they are at a glance:
Code:
# diff -qr --no-dereference z9_orig/tmp z9_mod/tmp
File z9_orig/tmp/dev/initctl is a fifo while file z9_mod/tmp/dev/initctl is a fifo
Files z9_orig/tmp/usr/bin/cgminer and z9_mod/tmp/usr/bin/cgminer differ
Files z9_orig/tmp/usr/bin/compile_time and z9_mod/tmp/usr/bin/compile_time differ
Files z9_orig/tmp/www/pages/cgi-bin/minerAdvanced.cgi and z9_mod/tmp/www/pages/cgi-bin/minerAdvanced.cgi differ
Files z9_orig/tmp/www/pages/cgi-bin/minerConfiguration.cgi and z9_mod/tmp/www/pages/cgi-bin/minerConfiguration.cgi differ
Files z9_orig/tmp/www/pages/minerStatus.html and z9_mod/tmp/www/pages/minerStatus.html differ
cgminer is modified using disassembler and bytes patching

My collegue, efudd https://bitcointalk.org/index.php?action=profile;u=2271429 (https://bitcointalk.org/index.php?action=profile;u=2271429) is working on the same task, but with more features/support etc. So you have an option to have a deal with him - check topic nearby

Download https://yadi.sk/d/8XVjwLbqUzSybg (https://yadi.sk/d/8XVjwLbqUzSybg)
here is sha1sum of original file 5f84317263cc875fa729547d78e4384e6f811391
Update process is the same as for original firmware

You can click "thank you" here, or make donation to keep people motivated to share such things in future
BTC: 1HHzcJjKgKvs5HakqgGzsNXZ3sL6A6pJuK
ZEC: t1ZZkYfnSGrXjVP371s7Uoembu2PQAqkGeG

Please post your feedback, thank you
PS I'm not a Z9 owner, and had a chance to test modified cgminer only at 1 machine.
PPS Provided as is, no modifications or further improvements planned as for now

PPPS
I was really interested if donation system work or not, here are stats for everyone, so make your own conclusions )
as for 11/02/18
downloaded times from origin link - 343
donations received - 0,0154BTC, 0.1 ZEC, 0.1 ZEC, 0.1 ZEC, 0.5 ZEC, 0.1 ZEC
Smartass111,
I sent you 0.01543597 BTC on October 2.  I assume that it is the 0,0154 that you have listed.  Thank you for the work on the firmware.

-Fidget


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: chipless on November 21, 2018, 03:08:39 PM
I have working batch 4 firmware for the z9 mini unlocked with working temp and fan.

I am not asking for dev fee and only ask for donations if you find it helpful for your Batch 4 Z9 mini. This is a one time fix no further updates for this firmware Efudd has the furture updates covered with his projects.

I am only releasing this because the fan noise on the batch 4's suck.

Donations Zcash only can be sent to:  t1e4Dmr5RBgnWqTN2mAmZ6JzGavW7qxA4P1

THIS IS FOR MINI ONLY WILL RUN ON ALL BATCHES 1-4

https://drive.google.com/file/d/1fSrEopPWO5nChvphh7zvIT_3zj4DI4t5/view?usp=sharing


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on November 21, 2018, 05:28:40 PM
I have working batch 4 firmware for the z9 mini unlocked with working temp and fan.

I am not asking for dev fee and only ask for donations if you find it helpful for your Batch 4 Z9 mini. This is a one time fix no further updates for this firmware Efudd has the furture updates covered with his projects.

I am only releasing this because the fan noise on the batch 4's suck.

Donations Zcash only can be sent to:  t1e4Dmr5RBgnWqTN2mAmZ6JzGavW7qxA4P1

THIS IS FOR MINI ONLY WILL RUN ON ALL BATCHES 1-4

https://drive.google.com/file/d/1fSrEopPWO5nChvphh7zvIT_3zj4DI4t5/view?usp=sharing

This is a thread about Z9s, not minis.

Jason


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: chipless on November 21, 2018, 07:41:51 PM
I have working batch 4 firmware for the z9 mini unlocked with working temp and fan.

I am not asking for dev fee and only ask for donations if you find it helpful for your Batch 4 Z9 mini. This is a one time fix no further updates for this firmware Efudd has the furture updates covered with his projects.

I am only releasing this because the fan noise on the batch 4's suck.

Donations Zcash only can be sent to:  t1e4Dmr5RBgnWqTN2mAmZ6JzGavW7qxA4P1

THIS IS FOR MINI ONLY WILL RUN ON ALL BATCHES 1-4

https://drive.google.com/file/d/1fSrEopPWO5nChvphh7zvIT_3zj4DI4t5/view?usp=sharing

This is a thread about Z9s, not minis.

Jason

If the thread starter has a problem he will say something. Your mad because another free release was put out so you might lose some money because users have analternative


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: dohckiller on January 01, 2019, 12:39:04 PM
this is the best free no dev fee overclocked firmware. i have tried efudds and whateva i make extra goes for his dev fee so its a waste of time using.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: efudd on January 01, 2019, 03:46:38 PM
this is the best free no dev fee overclocked firmware. i have tried efudds and whateva i make extra goes for his dev fee so its a waste of time using.

Agreed. If I were you I wouldn't use it either.

In fact, I think I agreed with you when you posted that this "dev fee was killing you" on NOVEMBER 10th on the other thread here: https://bitcointalk.org/index.php?topic=5036968.msg47756458#msg47756458

So I guess that 3% was such a waste of your time you had to wait nearly two months to come back and tell us again?

Or were you that _ONE_ Z9 that didn't upgrade to 2.1d until last night and so was offline for a couple of days since you didn't pay attention to the notice(s)?

Great feedback. Thank you and have a happy new year!

-j


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: dohckiller on January 02, 2019, 01:15:44 PM
this is the best free no dev fee overclocked firmware. i have tried efudds and whateva i make extra goes for his dev fee so its a waste of time using.

Agreed. If I were you I wouldn't use it either.

In fact, I think I agreed with you when you posted that this "dev fee was killing you" on NOVEMBER 10th on the other thread here: https://bitcointalk.org/index.php?topic=5036968.msg47756458#msg47756458

So I guess that 3% was such a waste of your time you had to wait nearly two months to come back and tell us again?

Or were you that _ONE_ Z9 that didn't upgrade to 2.1d until last night and so was offline for a couple of days since you didn't pay attention to the notice(s)?

Great feedback. Thank you and have a happy new year!

-j

lol are you butt hurt? i came here to vouch for this firmware, dont you have your own thread?


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: marceluk on June 21, 2020, 11:02:38 AM
Any Working Firmware Link ?is not the mini Thank you.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: antminerguruguy on July 01, 2020, 03:46:16 AM
Any Working Firmware Link ?is not the mini Thank you.

I would like to pay more for " The coming "

Where do I send the moolah...



Title: Re: unlocked frequencies Z9 firmware (free)
Post by: antminerguruguy on July 09, 2020, 05:00:31 PM
Hi all

Z9 (not Z9 mini) FW with unlocked frequencies is available for community for free

ANY OVERCLOCKING YOU TRY - ON YOUR OWN RISK
Original frequencies are 500 and 550 MHz. But almost all Z9 from first batches are good at 650 MHz (+20% hashrate)

It is based on bitmain Antminer-Z9-DEFAULT-500-DUAL-MODE-201808280957.tar.gz firmware, only minor modifications were made - freq unlocking, adding freq list, adding links and donation addresses
here they are at a glance:
Code:
# diff -qr --no-dereference z9_orig/tmp z9_mod/tmp
File z9_orig/tmp/dev/initctl is a fifo while file z9_mod/tmp/dev/initctl is a fifo
Files z9_orig/tmp/usr/bin/cgminer and z9_mod/tmp/usr/bin/cgminer differ
Files z9_orig/tmp/usr/bin/compile_time and z9_mod/tmp/usr/bin/compile_time differ
Files z9_orig/tmp/www/pages/cgi-bin/minerAdvanced.cgi and z9_mod/tmp/www/pages/cgi-bin/minerAdvanced.cgi differ
Files z9_orig/tmp/www/pages/cgi-bin/minerConfiguration.cgi and z9_mod/tmp/www/pages/cgi-bin/minerConfiguration.cgi differ
Files z9_orig/tmp/www/pages/minerStatus.html and z9_mod/tmp/www/pages/minerStatus.html differ
cgminer is modified using disassembler and bytes patching

My collegue, efudd https://bitcointalk.org/index.php?action=profile;u=2271429 (https://bitcointalk.org/index.php?action=profile;u=2271429) is working on the same task, but with more features/support etc. So you have an option to have a deal with him - check topic nearby

Download https://yadi.sk/d/8XVjwLbqUzSybg (https://yadi.sk/d/8XVjwLbqUzSybg)
here is sha1sum of original file 5f84317263cc875fa729547d78e4384e6f811391
Update process is the same as for original firmware

You can click "thank you" here, or make donation to keep people motivated to share such things in future
BTC: 1HHzcJjKgKvs5HakqgGzsNXZ3sL6A6pJuK
ZEC: t1ZZkYfnSGrXjVP371s7Uoembu2PQAqkGeG

Please post your feedback, thank you
PS I'm not a Z9 owner, and had a chance to test modified cgminer only at 1 machine.
PPS Provided as is, no modifications or further improvements planned as for now

PPPS
I was really interested if donation system work or not, here are stats for everyone, so make your own conclusions )
as for 11/14/18
downloaded times from origin link - 423
donations received - 0,0154BTC, 0.1 ZEC, 0.1 ZEC, 0.1 ZEC, 0.5 ZEC, 0.1 ZEC, 0.1 ZEC

Im scared hold me.


Title: Re: unlocked frequencies Z9 firmware (free)
Post by: antminerguruguy on July 09, 2020, 05:37:57 PM
Please anything evil temp 3 and fan overlord please anything I will do anything just let me live.... let me live and let me have the 650 option I dont want to be tortured again with fuddware and stealing hashrate scandals anything anything.

You will see me many places its just like old times cum over everything....