Bitcoin Forum
May 05, 2024, 09:14:32 AM *
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 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
  Print  
Author Topic: Efudd Z-Series Fuddware 2.3 -Z11/Z11e/Z11j/Z9/Mini  (Read 45450 times)
efudd (OP)
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
May 02, 2019, 04:24:22 PM
 #681


...snip crap...

Located at 00049764 is the first byte of the running voltage and is 4 bytes to the code.
Change the 0x366 to 0x370 and you have now increased the voltage by .01 mV
If you set that over 0x370 (880mV) say to 0x371 (881mV) you get illegal voltage message even if you raise the high limit
Now you can change the 0x348 to increase the default from 840mV to whatever you want but if it is still out of the 800-880
you will get an illegal voltage message and the default is set. Even though you raise the default the pic is rejecting it and
automatically setting the 840mV



It is not the PIC returning the "illegal voltage" message -- it is cgminer.

-j

In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
efudd (OP)
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
May 02, 2019, 04:35:20 PM
 #682


Hello Jason.

1. Would you able to oc a9,a9+,a9++ to get at least 10% increase?
2. Any news about oc z11?

Thank you.


@algcool - there is a tuning guide for A9 pinned in the #a9-discussion on discord. I'd start there and see how it works for you.

Further details will be posted soon regarding Z11.

-j

chipless
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
May 02, 2019, 04:41:31 PM
 #683

So I hear you want to give me a fucked up image.... Thats pretty sad and low of anyone to sit and play games with someones machine like that. I dont care what your intention was or is. Thats fucking sad and your users need to be aware of sick thoughts or ideas. Whats to say you wont do that to them if you dont like what they say.

I am trying to help people and your out to fuck them so your gonna send me fucked up files trying to make it look like I dont know jack about whats going on so you can get more users.....I have seen it before and will probly see it again. I told you I have been messing with code since the age of 12 and it dont take long to get back into the groove of things. Well, I am back!!

And your the fucking idiot who wants to think he is a know it all. I will explain the voltage to your good and quick with the locations to test even... This is how to change a 7 to a 8 and get a little more speed.

In the image i started with 3/12/19 use ida do a search for 0x348 located at 3 places that is the default voltage of 840mV
Next search for 0X320 that is the low volt of 800mV located at least 6 places
Next do a search for 0x366 that is the current voltage of 870mV
Now search for 0x370 that is the high volt of 880mV

Located at 00049764 is the first byte of the running voltage and is 4 bytes to the code.
Change the 0x366 to 0x370 and you have now increased the voltage by .01 mV
If you set that over 0x370 (880mV) say to 0x371 (881mV) you get illegal voltage message even if you raise the high limit
Now you can change the 0x348 to increase the default from 840mV to whatever you want but if it is still out of the 800-880
you will get an illegal voltage message and the default is set. Even though you raise the default the pic is rejecting it and
automatically setting the 840mV

You can take a stock image change the 0x366 to 0x370 at 49764 and will automatically get an increase over the 142k
You can also undervolt them this way but may lose speed depending on the clocking.

Now anyone with winSCP and a hex editor can try it for themselves and see what they get. They can also look for the speeds like the default at location 4985C change the first or second byte of that 4 byte block and the default is now changed....And so on




Dear sir.

You dont oc the miners according to the source code of bmminer or cgminer.
But you directly edit the binary file?

Really cool.

Yes I have been editing the binary directly. No source needed only a disassembly of the file to follow the trail.

Here is the Z11 files I have been working on
https://bitcointalk.org/index.php?topic=5132758.0

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

Activity: 559
Merit: 4


View Profile
May 02, 2019, 04:55:22 PM
 #684


...snip crap...

Located at 00049764 is the first byte of the running voltage and is 4 bytes to the code.
Change the 0x366 to 0x370 and you have now increased the voltage by .01 mV
If you set that over 0x370 (880mV) say to 0x371 (881mV) you get illegal voltage message even if you raise the high limit
Now you can change the 0x348 to increase the default from 840mV to whatever you want but if it is still out of the 800-880
you will get an illegal voltage message and the default is set. Even though you raise the default the pic is rejecting it and
automatically setting the 840mV



It is not the PIC returning the "illegal voltage" message -- it is cgminer.

-j


No shit ...the pic isnt accepting the volt above 880 and resorts back to 840 so when cgminer reads the voltage at start it triggers the error and so on.....Either way you will find 7-8 gives you more speed. Just like any binary it has to have a trigger to set the message and these the trigger comes from the pic/settings and so on ....Either way you figure it out ... I guess I will have to run it and show you the log so you can see that the voltage can be forced above 840 but it does no good.


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

Activity: 812
Merit: 105



View Profile
May 02, 2019, 04:59:11 PM
 #685

the knowledge you provide is very useful to me,
I have tried it and the results are very good because you explain the steps in detail. this is very helpful for me and others, I'm sure more and more people are using the Z9 application.

efudd (OP)
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
May 02, 2019, 05:21:55 PM
Last edit: May 02, 2019, 05:45:12 PM by efudd
 #686


...snip crap...

Located at 00049764 is the first byte of the running voltage and is 4 bytes to the code.
Change the 0x366 to 0x370 and you have now increased the voltage by .01 mV
If you set that over 0x370 (880mV) say to 0x371 (881mV) you get illegal voltage message even if you raise the high limit
Now you can change the 0x348 to increase the default from 840mV to whatever you want but if it is still out of the 800-880
you will get an illegal voltage message and the default is set. Even though you raise the default the pic is rejecting it and
automatically setting the 840mV



It is not the PIC returning the "illegal voltage" message -- it is cgminer.

-j


No shit ...the pic isnt accepting the volt above 880 and resorts back to 840 so when cgminer reads the voltage at start it triggers the error and so on.....Either way you will find 7-8 gives you more speed. Just like any binary it has to have a trigger to set the message and these the trigger comes from the pic/settings and so on ....Either way you figure it out ... I guess I will have to run it and show you the log so you can see that the voltage can be forced above 840 but it does no good.



Good Grief. I am telling you the PIC *WILL* accept higher voltages!

The control flow around 0x3E390 is as follows in psuedo-code:

if ( requested_voltage is not between 800 and 880 ) { set to 840 and continue } else { send to pic }


-j

chipless
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
May 02, 2019, 07:59:40 PM
 #687


...snip crap...

Located at 00049764 is the first byte of the running voltage and is 4 bytes to the code.
Change the 0x366 to 0x370 and you have now increased the voltage by .01 mV
If you set that over 0x370 (880mV) say to 0x371 (881mV) you get illegal voltage message even if you raise the high limit
Now you can change the 0x348 to increase the default from 840mV to whatever you want but if it is still out of the 800-880
you will get an illegal voltage message and the default is set. Even though you raise the default the pic is rejecting it and
automatically setting the 840mV



It is not the PIC returning the "illegal voltage" message -- it is cgminer.

-j


No shit ...the pic isnt accepting the volt above 880 and resorts back to 840 so when cgminer reads the voltage at start it triggers the error and so on.....Either way you will find 7-8 gives you more speed. Just like any binary it has to have a trigger to set the message and these the trigger comes from the pic/settings and so on ....Either way you figure it out ... I guess I will have to run it and show you the log so you can see that the voltage can be forced above 840 but it does no good.



Good Grief. I am telling you the PIC *WILL* accept higher voltages!

The control flow around 0x3E390 is as follows in psuedo-code:

if ( requested_voltage is not between 800 and 880 ) { set to 840 and continue } else { send to pic }


-j

And so far I have tried that and still get the return data as 840. I have told it ignore the 840 and continue anyways the pic is always returning 840 on anything above 880. I have set it to 900 but there is a return from the pic still as 840 if you set it out of the 880 range......I tried many combinations. I had a test image set to where I can see what is going on..... If I am missing something ok but I will say drop the 870 down to undervolt and immediately you lose speed bump it to the 880 and you gain speed. I have changed the 800-880 limit and it still has same results  

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

Activity: 504
Merit: 51


View Profile
May 02, 2019, 08:01:42 PM
 #688


...snip crap...

Located at 00049764 is the first byte of the running voltage and is 4 bytes to the code.
Change the 0x366 to 0x370 and you have now increased the voltage by .01 mV
If you set that over 0x370 (880mV) say to 0x371 (881mV) you get illegal voltage message even if you raise the high limit
Now you can change the 0x348 to increase the default from 840mV to whatever you want but if it is still out of the 800-880
you will get an illegal voltage message and the default is set. Even though you raise the default the pic is rejecting it and
automatically setting the 840mV



It is not the PIC returning the "illegal voltage" message -- it is cgminer.

-j


No shit ...the pic isnt accepting the volt above 880 and resorts back to 840 so when cgminer reads the voltage at start it triggers the error and so on.....Either way you will find 7-8 gives you more speed. Just like any binary it has to have a trigger to set the message and these the trigger comes from the pic/settings and so on ....Either way you figure it out ... I guess I will have to run it and show you the log so you can see that the voltage can be forced above 840 but it does no good.



Good Grief. I am telling you the PIC *WILL* accept higher voltages!

The control flow around 0x3E390 is as follows in psuedo-code:

if ( requested_voltage is not between 800 and 880 ) { set to 840 and continue } else { send to pic }


-j

And so far I have tried that and still get the return data as 840. I have told it ignore the 840 and continue anyways the pic is always returning 840 on anything above 880. I have set it to 900 but there is a return from the pic still as 840 if you set it out of the 880 range......I tried many combinations. I had a test image set to where I can see what is going on..... If I am missing something ok but I will say drop the 870 down to undervolt and immediately you lose speed bump it to the 880 and you gain speed. I have changed the 800-880 limit and it still has same results  

*shrug*.

-j

chipless
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
May 03, 2019, 06:14:36 AM
 #689

https://bitcointalk.org/index.php?topic=5132758

The image will be updated by tomorrow evening with an even faster version......

** Latest Speed Update  5/3/2019 12:59 CST ***
Elapsed      KSol/S(RT)           KSol/S(avg)
36m57s      153                     149.08

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

Activity: 504
Merit: 51


View Profile
May 06, 2019, 06:18:31 AM
 #690

Z11 Update:

Apologies for the delay folk.

Originally I had planned for the Z9/Mini/Z11 to all be like for like feature-wise, but I've made reasonable progress on the Z11 so it will be ahead of the Z9/Mini for a while. I'll try to catch the Z9/Mini up as I can.

Over the last week I have not been happy with the consistency of the results so I have not released anything publicly.  The consistency of results have now improved so a release will be happening just as soon as I can close out a couple of details and finish the integration testing.

The upcoming release will include full control for frequency and voltages on a per-hashboard basis. I can actually control frequencies and voltages on a per-ASIC basis, but I do not intend to implement that in a release unless there I can identify a need for it.

This release is happening in partnership with one of the top pools which will mean lower overall fees for users of my firmware.

What does this mean for you, the user?

Stable supported firmware + lower pool fees (horizen, zcash, pirate) + no dev fees (when used with partner pools) + increased hash rates = happy users with maximum returns.

Thank you,

Jason


cokewithanr
Newbie
*
Offline Offline

Activity: 18
Merit: 1


View Profile
May 06, 2019, 07:15:49 PM
 #691

Jason,

I posted these same questions in one of chip's threads and thought I might post it here as well. I am running several z9 mini's and saw a chip tear down post that shows the memory is built into the chip.. (My Dad said the only dumb question was the one not asked..so..here it goes.) Does the freq and voltage change you guys are working on also effect the memory that is built in to the asic? or is this something that is a given and I am just not catching it?

 ...on another note is there a way to unlock the controller for the 4th hash board, and a gui update to show the 4th board?( I saw another post somewhere else that mentions you and a certain unlocked firmware that may accomplish this) I had several v9's that I flashed, made some mod's to the cases and am running the 2 of the mini boards in each case, but would like to combine them in a custom case with more than 3 boards to a controller.

If I have posted anything that has been answered before I apologize and I did some searching before asking, but I have ADHD and sometimes its best to just get it out..look a squirrel...

Thanks for all the hard work,
efudd (OP)
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
May 06, 2019, 07:22:11 PM
 #692

Jason,

I posted these same questions in one of chip's threads and thought I might post it here as well. I am running several z9 mini's and saw a chip tear down post that shows the memory is built into the chip.. (My Dad said the only dumb question was the one not asked..so..here it goes.) Does the freq and voltage change you guys are working on also effect the memory that is built in to the asic? or is this something that is a given and I am just not catching it?

 ...on another note is there a way to unlock the controller for the 4th hash board, and a gui update to show the 4th board?( I saw another post somewhere else that mentions you and a certain unlocked firmware that may accomplish this) I had several v9's that I flashed, made some mod's to the cases and am running the 2 of the mini boards in each case, but would like to combine them in a custom case with more than 3 boards to a controller.

If I have posted anything that has been answered before I apologize and I did some searching before asking, but I have ADHD and sometimes its best to just get it out..look a squirrel...

Thanks for all the hard work,


re: 4th hashboard -- Yeah. It actually works with my firmware, but is not present in the UI... I have someone running a custom case to run 4 that way... the only trick is I didn't yet expose frequency controls for board4 directly, but you can use the global frequency setting for that board.

As far as the built in memory, no idea. It's just as possible that it is yes as it is no. In either case, I don't expect that memory on the ASIC is a bottleneck.

-j

cokewithanr
Newbie
*
Offline Offline

Activity: 18
Merit: 1


View Profile
May 06, 2019, 07:54:03 PM
 #693

Jason,

The memory question was just something that came to mind I thought I would share, I am not as well versed as others, but I am willing to learn...I thought as much about the 4th board from my reading, but did not want to try it without asking. It would be nice to have the gui show the 4th board stats if it is found. Will give it a try sometime this week...damm a butterfly...lol

Thanks for the quick reply,

Keith
chipless
Jr. Member
*
Offline Offline

Activity: 559
Merit: 4


View Profile
May 06, 2019, 08:11:26 PM
 #694

Jason,

I posted these same questions in one of chip's threads and thought I might post it here as well. I am running several z9 mini's and saw a chip tear down post that shows the memory is built into the chip.. (My Dad said the only dumb question was the one not asked..so..here it goes.) Does the freq and voltage change you guys are working on also effect the memory that is built in to the asic? or is this something that is a given and I am just not catching it?

 ...on another note is there a way to unlock the controller for the 4th hash board, and a gui update to show the 4th board?( I saw another post somewhere else that mentions you and a certain unlocked firmware that may accomplish this) I had several v9's that I flashed, made some mod's to the cases and am running the 2 of the mini boards in each case, but would like to combine them in a custom case with more than 3 boards to a controller.

If I have posted anything that has been answered before I apologize and I did some searching before asking, but I have ADHD and sometimes its best to just get it out..look a squirrel...

Thanks for all the hard work,


The V9 should show 4th board if you use the web gui /www/pages/cgi-bin/status.html  from the Z9 full. the 4th board should show in the overall speed just not the web gui but it is working on the v9.....the z9 full web gui will show all the boards on a z9 or v9 with the 4th brd.

I have ran 4 boards on minis full and v9's


Also here is the PIC code for the Z9 Mini Batch 1

:020000040000FA
:1000000080310F28FF3FFF3F7E14803120007F08A2
:10001000F000042E70082000FF007E1009008031DF
:100020001128FB01FC0158308400003085000F309E
:1000300085315C258031A03084000030850050304F
:1000400085315C25803120308400013085002030EE
:1000500085315C257E10200084316C2CF800F9017C
:10006000FA01F401F501F601F701E8290130200059
:10007000A00020082100A0007808033E8600870128
:1000800001082000A000A1017808023E8600870137
:100090000108A200A3012208A300A2012008220453
:1000A000F90021082304FA0006307A02003003190F
:1000B000790203185E282100A1016E2878088600C5
:1000C0008701423F2000DD00780886008701433F1A
:1000D000DC000130A00020082100A1000230200037
:1000E000A0002008FB00E4010130A0002008E5008A
:1000F0000800F901FA0100307A0210300319790280
:1001000003189D287908023E78072000A0002008E7
:10011000860087010108A1007908E03E860087017A
:10012000210881000130F9070030FA3D00307A02E1
:10013000103003197902031C822802302000A0002D
:1001400020082100A00001302000A000200821008C
:10015000A10002302000A0002008FB00E4010130D3
:10016000A0002008E500080014302000A0002008AE
:100170002100A00003302000A00020082100A100E1
:10018000200821072000A000A101A10D2008F600F1
:100190002108F700F901FA0100307A021030031942
:1001A0007902031818295D08F2005C08F100853116
:1001B000262580317208F5007108F40075082000CA
:1001C000A0007908023EA03E860087012008810039
:1001D0007408A0007908033EA03E8600870120082D
:1001E00081000130DC070030DD3D7908023EA03E91
:1001F000860087010108A000A1012008F607210858
:10020000F73D7908033EA03E860087010108A00063
:10021000A1012008F6072108F73D0230F907003058
:10022000FA3D00307A02103003197902031CD328FA
:100230007708A00020082100B20076082000A00066
:1002400020082100B30014302000A0002008FB008B
:10025000E4010130A0002008E5000800043020007F
:10026000A00020082100A00001302000A0002008EC
:100270002100A10002302000A0002008FB00E401C2
:100280000130A0002008E5000130A0002008E000B7
:10029000080005302000A00020082100A000013047
:1002A0002000A00020082100A10002302000A000B2
:1002B0002008FB00E4010130A0002008E500013027
:1002C000A0002008DF00080006302000A000200861
:1002D0002100A00001302000A00020082100A10082
:1002E00002302000A0002008FB00E4010130A00043
:1002F0002008E5000130A0002008E10008000730D8
:100300002000A00020082100A00001302000A00053
:1003100020082100A10002302000A0002008FB00DE
:10032000E4010130A0002008E5000130A000200811
:10033000E200080006302000A00020082100A000F4
:1003400008302000A00020082100A10020005D0846
:10035000A00020082100A20020005C08A0002008C6
:100360002100A30023082000A000A10121002208F1
:100370002000A200A3012100200821072000A400E2
:10038000A501A50D22082407A6002308253DA700E6
:1003900020082607A8002108273DA9002808F90001
:1003A0002908FA007A08A00020082100A400790892
:1003B0002000A00020082100A50006302000A00099
:1003C0002008FB00E4010130A0002008E50008003F
:1003D000780A860087010108FF3E031C080084009C
:1003E000083004020318080085310435163E8200E7
:1003F00008002000CC01CD01D001D101CE01CF01F8
:1004000020308600013087002C30840000308500C9
:100410002030AA0016001A00AA0B0A2A6308031942
:100420000800E301FC01210042082000AA00AB0102
:100430002A08CE002B08CF00D001D1014F0851026D
:10044000031D242A4E08500203183D2A5008023E7C
:10045000C03E860087010108AA0050082C3E860095
:1004600087012A0881005008C03E8600870181016B
:100470000130D0070030D13D1E2A2100C001C1014A
:100480005530853155258131AA3085315525813149
:100490002000D001D1014F085102031D512A4E08FE
:1004A00050020318612A50082C3E8600870101087B
:1004B00085315525813101302000D0070030D13DF4
:1004C0004B2AD001D1014E08FE3EAA00FF304F3D1D
:1004D000AB002B085102031D6F2A2A085002031893
:1004E000812A50082C3E860087010108AA00AB0132
:1004F0002A08CC072B08CD3D0130D0070030D13D74
:10050000632A4E08FE3E2C3E860087014D08AB0054
:100510004C08AA002B08AA00AB012A080106031DFB
:10052000BE2A4E08FF3E2C3E8600870101084C067D
:10053000031DBE2AD001D101003051022030031921
:1005400050020318B62A4530AA005008A03E860083
:1005500087012A0881000130D0070030D13D0030EA
:100560005102203003195002031CA32A4E08AA008E
:100570002A08F3002C3080312E200800FC30853111
:10058000552520002D08AA002A082100A000A1015D
:1005900002302000AA002A08FB00E4010130AA0072
:1005A0002A08E50008002000911D08002400141905
:1005B000F62A941AE22A11082000D2005208D30029
:1005C00024001516941EF62A951FEE2A1108200005
:1005D000D2005208D30024009513F42A83316F23EC
:1005E00082318131F921823124001516141D6C2BC2
:1005F000941A682B8431392482312000620803194F
:100600001C2B7B08031D1C2BE201DE01E601D4013B
:10061000D50100305502FF300319540203181B2B7B
:100620000130D4070030D53D00305502FF300319AA
:100630005402031C102B010020005F080319342B07
:100640007B08031D342BDF015D08F2005C08F1001C
:10065000E030D2005208F3008331B62382310830F3
:100660002000DC070030DD3D60080319472B7B08C4
:10067000031D472BE0015D08F2005C08F1008431A6
:10068000D224823120302000DC070030DD3D6108BB
:100690000319682B7B08031D682BE10191112400CD
:1006A000951615162000D401D50100305502FF30F3
:1006B000031954020318672B0130D4070030D53DCD
:1006C00000305502FF3003195402031C5C2B002E2E
:1006D0002400941E6C2B1516200091110800240094
:1006E0001108F1007108F3007C08031D7B2B5530C5
:1006F0007306031D822B7C03031D882BAA3073060F
:100700000319882BFC0120001C119A01E601B32B70
:100710007C08031D8E2B20009A011C157308F10024
:100720007C08C03E86008701710881000130F1001D
:100730007108FC0703307C02031CB32B2100420824
:10074000023EF100003003180130F2007C0871060F
:100750007204031DB32B20001C119A01E601013025
:10076000F1007108E300240015160800063072023B
:100770000030031971020318C12B0030F10006305C
:10078000F20072082300920071089100951615136B
:100790001515F501103075020318FA2B750873074B
:1007A000F40074088600870101082300940075088E
:1007B000013E7307F4007408860087010108930066
:1007C0000E3075020318951285314C2583310000D7
:1007D00000000E3075020318F22B01302300910740
:1007E0000030923D0230F4007408F50710307502B5
:1007F000031CCE2B230015110800F3012000911CCF
:10080000080091109A010130F2007208E6071930D1
:100810006602031C0800FC01F30120307302031878
:100820001E2C7308C03E8600870181010130F20052
:100830007208F30720307302031C112C20001C11D6
:10084000E6015430853155258331493085315525B0
:1008500083314D30853155258331453085315525DE
:1008600083315230853155258331323085315525DC
:10087000080024001108F2007208F3002000650847
:100880000319622C7B08031908006408A03E860047
:100890008701010885315525843120006408A03E78
:1008A000860087010108853143250130F200720876
:1008B0002000E4070130FB027B080319E501240056
:1008C00015160800FF30853143258431FF3085310E
:1008D00055252400151608002000D601D701133035
:1008E00057028830031956020318812C0130D607AD
:1008F0000030D73D13305702883003195602031CCD
:10090000762C853102258431853136258431843138
:10091000952484318431B524843164008231D3221A
:1009200084318331FD2384318D2C14303D009100BE
:1009300023001E159F1522309B009C011E129D173F
:100940009E1605308431EC2484315530853155258F
:1009500084314130853155258431523085315525DA
:100960008431543085315525080010303D00A000F9
:100970001130A1002400910120000E08F200033084
:10098000F236890BC02C720807390907A0382400F9
:1009900092003630950016141716971512088531F7
:1009A0005525080006307202003003197102031841
:1009B000DD2C0030F1000630F200720823009200B6
:1009C0007108910015131516151585314C25000079
:1009D0000000230015110800F2000430F100710836
:1009E000F300FA30F1007108F4000130F402031D45
:1009F000F52C0130F302031DF12C0130F202031932
:100A00000800ED2C7A3021009900043023008E007C
:100A1000FB3021008E0020008E0123008C01C930A4
:100A200021008C0020008C010C1508008031362834
:100A3000803179288031B42881312E2981314929AA
:100A40008131642981317F2981319A2972082300FB
:100A50009200710891001513951215140000000002
:100A600023001408F2001308F10008007830200079
:100A70009C0403309C0426309B0021009110200030
:100A80009110E6010800F10024009513710891000F
:100A9000951B442D15160800553023009600AA30EA
:100AA00096009514000000000800F10023009E1C31
:100AB000562D71089A000800640080010131890BED
:100AC0005D2D0034FF3FFF3FFF3FFF3FFF3FFF3FF4
:100AD000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F26
:100AE000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F16
:100AF000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F06
:100B0000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FF5
:100B1000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FE5
:100B2000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FD5
:100B3000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FC5
:100B4000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FB5
:100B5000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FA5
:100B6000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F95
:100B7000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F85
:100B8000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F75
:100B9000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F65
:100BA000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F55
:100BB000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F45
:100BC000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F35
:100BD000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F25
:100BE000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F15
:100BF000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F05
:100C00008631022E8731D42F10303D00A0001130E4
:100C1000A1002400910120000E08F1000330F136FC
:100C2000890B0F2E710807390907A038240092009C
:100C300036309500161417169715120889311A21A7
:100C400008002000911D080024001419442E941A55
:100C5000302E11082000E7006708E900240015166F
:100C6000941E442E951F3C2E11082000E7006708B3
:100C7000E90024009513422E8B31A623863186315C
:100C8000F326863124001516141DF02E941AED2E2D
:100C90008A31A222863121004C0803196D2E2000D2
:100CA0006F08031D6D2E2100CC01C801D00120006A
:100CB000EA01EB0100306B02FF3003196A020318EE
:100CC0006C2E0130EA070030EB3D00306B02FF3044
:100CD00003196A02031C612E01002100430842042B
:100CE000410440040319A32E20006F08031DA32E06
:100CF00000302100C3000030C2000030C1000030CD
:100D0000C000530822009900210053082000E7008A
:100D1000E80167082200C000200068082200C10026
:100D20003F30C2000030C300E030F8000F30F9005F
:100D30004030FA000130FB000130FC000030FD00C3
:100D40008C31D124863121004B080319BC2E2000A0
:100D50006F08031DBC2E2100CB01FF30F8000F30BF
:100D6000F900D430FA000030FB000130FC00003004
:100D7000FD008C31D124863121004A080319D52E7B
:100D800020006F08031DD52E2100CA01F030F800A5
:100D90000F30F9004030FA000130FB000C30FC004D
:100DA0000030FD008C31D12486312100490803191F
:100DB000ED2E20006F08031DED2E2100C901E1304A
:100DC000F8000F30F9004030FA000130FB00043029
:100DD000FC000030FD008C31D1242400941A15163B
:100DE0002000911108002000C901CA01CD01CE01E7
:100DF000CB01CC01A030860001308700293084006F
:100E0000003085002030A70016001A00A70B042F21
:100E100021004D0803190800CD012000EE01220039
:100E200022082000A700A8012708CB002808CC0032
:100E3000CD01CE014C084E02031D202F4B084D0260
:100E400003183B2F4D08023E203E860001308700EC
:100E50000108A7004D08293E860087012708810068
:100E60004D08203E86000130870081010130CD070A
:100E70000030CE3D1A2F2200A001A101553089314A
:100E80001A218631AA3089311A2186312000CD01FC
:100E9000CE014C084E02031D4F2F4B084D02031884
:100EA0005F2F4D08293E86008701010889311A21EC
:100EB000863101302000CD070030CE3D492FCD01D5
:100EC000CE014B08FE3EA700FF304C3DA80028088D
:100ED0004E02031D6D2F27084D0203187F2F4D086A
:100EE000293E860087010108A700A8012708C90735
:100EF0002808CA3D0130CD070030CE3D612F4B0898
:100F0000FE3E293E860087014A08A8004908A7003E
:100F10002808A700A80127080106031DBC2F4B08BD
:100F2000FF3E293E8600870101084906031DBC2FAC
:100F3000CD01CE0100304E02203003194D020318BE
:100F4000B42F4530A7004D08A03E86008701270832
:100F500081000130CD070030CE3D00304E02203000
:100F600003194D02031CA12F4B08A7002708F2000C
:100F700029308A311F220800FC3089311A212000D3
:100F80002A08A70027082100A000A10102302000A4
:100F9000A7002708EF002100CE0101302000A700A4
:100FA00027082100CF0008000F3084008930850019
:100FB00021001200D1001200D2001200D300120052
:100FC000D4001200D5002000EE01EF01A030840013
:100FD0000030850031308931142187312030840080
:100FE000013085004030893114218731A0308400E0
:100FF0000130850020308931142120008C315C2C97
:10100000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FF0
:10101000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FE0
:10102000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FD0
:10103000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FC0
:10104000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FB0
:10105000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FA0
:10106000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F90
:10107000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F80
:10108000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F70
:10109000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F60
:1010A000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F50
:1010B000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F40
:1010C000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F30
:1010D000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F20
:1010E000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F10
:1010F000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F00
:10110000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FEF
:10111000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FDF
:10112000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FCF
:10113000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FBF
:10114000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FAF
:10115000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F9F
:10116000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F8F
:10117000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F7F
:10118000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F6F
:10119000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F5F
:1011A000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F4F
:1011B000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F3F
:1011C000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F2F
:1011D000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F1F
:1011E000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F0F
:1011F000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FFF
:10120000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FEE
:10121000FF3FFF3FFF3FFF3FFF3FFF3FFF3F3D34AB
:101220000034FF34F4340134640080010131890B4F
:1012300015290034F00023009E1C1B2970089A0019
:101240000800F0002400951370089100951B2229D6
:1012500015160800553023009600AA309600951404
:10126000000000000800783020009C0403309C043B
:1012700026309B0021009110200091102100D00108
:101280000800700823009100710892001513951250
:1012900015140000000023001408F1001308F000EA
:1012A0000800F1000430F0007008F200FA30F0009D
:1012B0007008F3000130F302031D5A290130F202D5
:1012C000031D56290130F102031908005229883004
:1012D00022009700FB30F000700823008E0592304A
:1012E0002A00910088302200980020000C15073059
:1012F000210095000B17911508000630710200308F
:1013000003197002031888290030F0000630F1003C
:101310007108230092007008910015131516151519
:1013200089312A2100000000230015110800143023
:101330003D00910023001E159F1522309B009C014B
:101340001E129D179E160530893151218931553065
:1013500089311A218931413089311A21893152303C
:1013600089311A218931543089311A210800F90153
:10137000FA01E030F0000F30F1007930F800780821
:10138000F2000130F3000030F4008A31422289314A
:101390007908F80078082100D300530A0319D229EC
:1013A0005308D3297F3022009900190889311A2166
:1013B000080020002508023E2207F300730886007B
:1013C00087010108031DE6290C15E7290C111530CA
:1013D000F30073082100A0000130F3007308A1009E
:1013E0000230F30073082000EF002100CE0101302D
:1013F000F3007308CF000800200022088600870150
:10140000423F2100D3001030F3007308A0000130E8
:10141000F3007308A1000230F30073082000EF000E
:101420002100CE010130F3007308CF000030C3006B
:101430000030C2000030C1000130C00008002000B0
:10144000A200A501A601A001A101A301A4018F3161
:10145000462F0730F30073082100A0000130F3008D
:101460007308A1000230F30073082000EF00210090
:10147000CE010130F3007308CF000130F300730890
:10148000CC00080071082300920070089100F70159
:101490007708F500F60174087602031D512A7308D7
:1014A00075020318080015131514000000007735A5
:1014B0007207F50075088600870123001308C03FF6
:1014C0001408C13F013091070030923D0130F50012
:1014D0007508F707482A0530F30073082100A000BB
:1014E0001730F3007308A1008130F3007308A200E5
:1014F0002208F300F40120082107F500F601F60D9B
:1015000073087507F7007408763DF8007708200027
:10151000A3007808A4002408F30073082100A300A6
:1015200020002308F30073082100A4000530F30015
:1015300073082000EF002100CE010130F300730892
:10154000CF00080024001108F1007108F20021000A
:101550004F080319D12A20006F0803190800210041
:101560004E08A03E86008701010889311A218A3180
:1015700021004E08A03E8600870101088931212103
:101580008A310130F10071082100CE0701302000BE
:10159000EF026F08031DCE2A2100CF01240015168B
:1015A0000800FF30893121218A31FF3089311A2129
:1015B000240015160800F2012000911C080091106B
:1015C0009A010130F10071082100D0071930500252
:1015D000031C08002000EE01F20120307202031803
:1015E000FF2A7208203E8600013087008101013009
:1015F000F1007108F20720307202031CF12A20006A
:101600001C112100D001543089311A218A3149300E
:1016100089311A218A314D3089311A218A31453078
:1016200089311A218A31523089311A218A31323076
:1016300089311A2108002000A501A60100302602E8
:101640000C30031925020318452B2508023E2207FA
:10165000F30073088600870100300104F4003F3076
:10166000F5002535403E8600013087007408C03FF4
:101670007508C13F0130A5070030A63D00302602A5
:101680000C3003192502031C252B1230F3007308BC
:101690002100A0000130F3007308A1000230F30024
:1016A00073082000EF002100CE010130F300730821
:1016B000CF000130F3007308CA0008002100D101F7
:1016C000D201C401C5010630F3007308A000163032
:1016D000F3007308A1000130F3007308A20048086A
:1016E000F3007308A3002308F300F4012208F500B7
:1016F000F60120082107F700F801F80D75087707B3
:10170000F9007608783DFA0073087907FB00740841
:101710007A3DFC007B082000A3007C08A40024087C
:10172000F30073082100A40020002308F3007308CD
:101730002100A5000630F30073082000EF0021000F
:10174000CE010130F3007308CF0008002400110817
:10175000F0007008F20020006E08031DB32B553016
:101760007206031DBA2B6E03031DC02BAA3072062E
:101770000319C02BEE011C119A012100D001ED2BA1
:1017800020006E08031DC62B9A011C157208F0007C
:101790006E08203E8600013087007008810001300D
:1017A000F0007008EE0703306E02031CED2B2200E0
:1017B0002208023EF000003003180130F100200042
:1017C0006E0870067104031DED2B1C119A01210097
:1017D000D0010130F0007008CD002400151608007B
:1017E0001030F30073082100A0001330F3007308D9
:1017F000A10020082107F300F401F40D7308200074
:10180000A3007408A400F0302100C6000F30C70008
:101810002000A501A601003026020C300319250284
:101820000318452C21004708F1004608F0008931D3
:1018300041218B3171082000A1007008A000200810
:10184000F3002508023EA03E860087017308810050
:101850002508023EA03E860087010108F300F4013E
:101860007308A3077408A43D01302100C6070030A7
:10187000C73D01302000A5070030A63D00302602FC
:101880000C3003192502031C122C2408F3007308E2
:101890002100AE0020002308F30073082100AF00F0
:1018A0001030F30073082000EF002100CE0101305A
:1018B000F3007308CF000800893167218C3189312A
:1018C00033218C31893197218C31863104268C313A
:1018D0008931B7218C3164000B1DCA2C20000C19F2
:1018E000CA2C0B1101302100D1020030D23B510A29
:1018F000031DCA2C520A031DCA2C3D30D1000030F2
:10190000D20045082000ED00210044082000EC0032
:101910002100C40A0319C50A003020006D023D30C1
:1019200003196C02031CCA2C0C15433089311A218F
:101930008C314C3089311A218C314F3089311A2148
:101940008C31533089311A218C31453089311A213B
:101950008C31203089311A218C31443089311A215F
:101960008C31433089311A218C312D3089311A2143
:101970008C31443089311A218C31433089311A211C
:101980008C312100C401C50101302000EC006C083D
:101990002100C800863121268C318A31DB228C312E
:1019A0006B2C063079020030031978020318DC2C06
:1019B0000030F8000630F900E03078052000E4003F
:1019C000FF307905E5006508F1006408F000243077
:1019D000A0002008F2002030F3000030F4008A312B
:1019E00042228C312000E6016608A000A1017D089A
:1019F0002102031DFD2C7C08200203181A2D660805
:101A0000A000A101A035A10D20087A0786002108B9
:101A10007B3D870078081F3966070907243E84004C
:101A20008501403F803F413F813F0130A0002008B9
:101A3000E607F42C6508F1006408F00089317D2187
:101A40008C3123001513200065082300920020002C
:101A50006408230091001512951615152000E60163
:101A60001F3066020318732D6635243E86008701F9
:101A7000403FA000413FA1002108A000A101FF308C
:101A80002005A20000302105A300003023024030D1
:101A900003192202031C592DAA3023009A002000AA
:101AA0006635243E86008701FF30810541313F3095
:101AB00081056635243E86008701403F2300930060
:101AC000413F940089312A218C3101302300910754
:101AD0000030923D01302000A0002008E6071F30B2
:101AE0006602031C342D6635243E86008701403F84
:101AF00023009300413F9400951289312A2123004D
:101B0000151108000530F30073082100A0001830FB
:101B1000F3007308A1005308F3007308A200220821
:101B2000F300F40120082107F500F601F60D730813
:101B30007507F7007408763DF80077082000A300C9
:101B40007808A4002408F30073082100A3002000F3
:101B50002308F30073082100A4000530F300730884
:101B60002000EF002100CE010130F3007308CF0008
:101B700008002000A501A601003026020430031948
:101B800025020318122E2535033E2207F3007308A1
:101B9000860087010108F400F5012535023E220781
:101BA000F6007608860087010108F700F80177083B
:101BB000F800F70100307705FA00FF307805FB00E8
:101BC00074087A04FC0075087B04FD002535403E4E
:101BD0008600013087007C08C03F7D08C13F253565
:101BE000023E2207F300730886008701010889314D
:101BF0001A218D3120002535033E2207F30073089A
:101C000086008701010889311A218D3101302000B9
:101C1000A5070030A63D0030260204300319250236
:101C2000031CC32D2230F30073082100A0000130F3
:101C3000F3007308A1000230F30073082000EF00E6
:101C40002100CE010130F3007308CF000130F30012
:101C50007308C90008000C30F30073082100A000CD
:101C60002330F3007308A10020082107F300F401DA
:101C7000F40D73082000A3007408A400E1302100D3
:101C8000C6000F30C7002000A501A60100302602C3
:101C90000430031925020318952E21004708F1008E
:101CA0004608F000893141218D3171082000A100E2
:101CB0007008A0002108F3002535023EA03E8600F2
:101CC0008701730881002008F3002535033EA03EFC
:101CD00086008701730881002535023EA03E8600FC
:101CE00087010108F300F4017308A3077408A43DF9
:101CF0002535033EA03E860087010108F300F4016C
:101D00007308A3077408A43D01302100C607003002
:101D1000C73D01302000A5070030A63D0030260257
:101D2000043003192502031C4D2E2408F300730808
:101D30002100AA0020002308F30073082100AB0053
:101D40000C30F30073082000EF002100CE010130B9
:101D5000F3007308CF00080020002208023E86002E
:101D60008701010889311A218D3120002208033EA4
:101D700086008701010889311A218D31200022084F
:101D8000033E860087010108F300F4012208023EA9
:101D9000860087010108F500F6017508F600F501D7
:101DA000730875042100D40074087604D50024302B
:101DB000F3007308A0000130F3007308A1000230A3
:101DC000F30073082000EF002100CE010130F30082
:101DD0007308CF000130F3007308CB000800063011
:101DE000F30073082100A0002530F3007308A10060
:101DF00020082107F300F401F40D73082000A3006C
:101E00007408A400FF302100C6000F30C700470847
:101E1000F1004608F000893141218D317108200020
:101E2000A1007008A0002108F30073082100A2009F
:101E300020002008F30073082100A3002208F3000B
:101E4000F40173082000A3077408A43D21002308AF
:101E5000F300F40173082000A3077408A43D2408CC
:101E6000F30073082100A40020002308F300730886
:101E70002100A5000630F30073082000EF002100C8
:101E8000CE010130F3007308CF0008002000220AC1
:101E9000860087010108073A0319712F173A0319C1
:101EA000732F023A0319752F013A0319772F063A57
:101EB0000319792F033A03197B2F013A03197D2F58
:101EC0000F3A0319822D3A3A0319B92D013A031931
:101ED0002B2E073A0319AC2E013A0319EF2E702F5F
:101EE00008008A31292A8931FC298B311B2B8B313F
:101EF000F02B8931D9298B315E2B8A316B2AFF3F38
:101F0000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FE1
:101F1000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FD1
:101F2000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FC1
:101F3000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FB1
:101F4000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FA1
:101F5000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F91
:101F6000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F81
:101F7000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F71
:101F8000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F61
:101F9000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F51
:101FA000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F41
:101FB000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F31
:101FC000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F21
:101FD000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F11
:101FE000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3F01
:101FF000FF3FFF3FFF3FFF3FFF3FFF3FFF3FFF3FF1
:020000040001F9
:04000E00943FFE1FFE
:08000000FF3FFF3FFF3FFF3F00
:00000001FF



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

Activity: 504
Merit: 51


View Profile
May 07, 2019, 05:29:43 AM
 #695

Z11:

I’ve been able to get a reasonably stable ~180kSol out of a Z11... unfortunately the power draw appears to be overrunning an APW7.

~150kSol seems to be readily doable and stable, but the power efficiency seems to fade relative to stock systems.

I’m currently working to both try to ensure power efficiency around 150 is in line with the baseline system, as well as stress test for maximum OC ignoring power efficiency (temporarily).

-j

cokewithanr
Newbie
*
Offline Offline

Activity: 18
Merit: 1


View Profile
May 07, 2019, 05:16:31 PM
Last edit: May 07, 2019, 07:55:59 PM by cokewithanr
 #696

RE: 4th hash board

    I tried the 2.1d dev fee version for the mini last night and it works great, but the 4th board did not appear to be found. I tried viewing the stats with SSH and watched for a bit poolside with no luck. Looking at the kernel log it never picked up the 4th board. is it possible I did something wrong with the down load or the flash. It could have been something on my end so I decided to try the 2.2 Z9 big on the mini and it amazed pushing 27-28 KS/s on (4) batch 4 mini boards so I did not think it was a local issue while I was running the mini firmware (probably just a user issue..) they settled at around 22-24 KS/s after about 30 minutes, the temps did not show but it did work and ran both fans. For anyone else that tries this and for your information Jason the dev fee seemed to run every other 10 min when you try to run the z9 big on a mini...not 100% sure about that as I know it was not intended to be run on a mini, but it did zero out and the log showed a pool switch. I was running it on prohashing..Just thought I would share. Any thoughts on what I might have done wrong with the mini version or does it need to be the paid version to pick up the fourth board. Will donate a little today (do you have new donation address or should I just use the one on here?) because its been fun and informative following the threads. I love to learn..hard way or easy way..anyway is still learning. Hope to pick up a Z11 soon and try that out...wife says if I get rid of 9 more L3+ I can have one..oh boy!

Thanks and keep up the good work,
Keith

* edit, I have looked and cannot find a donation address for you Jason, Have I over looked it somewhere?
efudd (OP)
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
May 08, 2019, 02:20:35 AM
Last edit: May 08, 2019, 02:19:49 PM by efudd
 #697

RE: 4th hash board

    I tried the 2.1d dev fee version for the mini last night and it works great, but the 4th board did not appear to be found. I tried viewing the stats with SSH and watched for a bit poolside with no luck. Looking at the kernel log it never picked up the 4th board. is it possible I did something wrong with the down load or the flash. It could have been something on my end so I decided to try the 2.2 Z9 big on the mini and it amazed pushing 27-28 KS/s on (4) batch 4 mini boards so I did not think it was a local issue while I was running the mini firmware (probably just a user issue..) they settled at around 22-24 KS/s after about 30 minutes, the temps did not show but it did work and ran both fans. For anyone else that tries this and for your information Jason the dev fee seemed to run every other 10 min when you try to run the z9 big on a mini...not 100% sure about that as I know it was not intended to be run on a mini, but it did zero out and the log showed a pool switch. I was running it on prohashing..Just thought I would share. Any thoughts on what I might have done wrong with the mini version or does it need to be the paid version to pick up the fourth board. Will donate a little today (do you have new donation address or should I just use the one on here?) because its been fun and informative following the threads. I love to learn..hard way or easy way..anyway is still learning. Hope to pick up a Z11 soon and try that out...wife says if I get rid of 9 more L3+ I can have one..oh boy!

Thanks and keep up the good work,
Keith

* edit, I have looked and cannot find a donation address for you Jason, Have I over looked it somewhere?

t1JcCaPb...snip...aQg9LSBg

-j

cokewithanr
Newbie
*
Offline Offline

Activity: 18
Merit: 1


View Profile
May 08, 2019, 12:42:16 PM
 #698

Sent...

After doing some more reading I saw that most of what I said in that last post had already been covered, sorry for cluttering up the thread.

I still have had no luck with the 4th board on the mini..I will keep tinkering with it as time allows..moving on.

Thank you for your efforts and keep it up,

Keith

efudd (OP)
Member
**
Offline Offline

Activity: 504
Merit: 51


View Profile
May 08, 2019, 02:05:56 PM
 #699

Sent...

After doing some more reading I saw that most of what I said in that last post had already been covered, sorry for cluttering up the thread.

I still have had no luck with the 4th board on the mini..I will keep tinkering with it as time allows..moving on.

Thank you for your efforts and keep it up,

Keith



Thank you, greatly appreciated.

Regarding dev-fee on your test, the initial start up cycle is 10 minutes for you, 10 minutes for dev, then 280minutes/10minutes in a cycle. That may be what you were seeing; if not, I would love to see the support ID (from the summary page) for the system to see what is going on as I have not heard of that condition before.

I have a couple of individuals that do want me to add a 4th board support to the mini "officially" -- it's in the list, but is low priority at the moment.

Thank you,

Jason

stealth2600
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
May 08, 2019, 08:45:43 PM
Last edit: May 08, 2019, 09:09:49 PM by stealth2600
 #700


I have a couple of individuals that do want me to add a 4th board support to the mini "officially" -- it's in the list, but is low priority at the moment.


That would be an awesome feature and maybe extend the life of the z9 mini for a bit. I've been eagerly awaiting another release, I hope to see one in the future.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
  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!