Pages:
Author

Topic: Re: [ANN] Technobit HEX16A2 - 24 Ghs - 50 EUR 48 h shippment - page 24. (Read 104884 times)

hero member
Activity: 490
Merit: 500
If your PSU has multiple rails one of the rails will be on the PCI-E 6/8 pin connector.

What I do is chop a molex off on an overloaded rails and wire it up to the PCI-E.
legendary
Activity: 1610
Merit: 1000
What exactly are dupe shares?

I seem to have quite a few of them - 21.61 GH/s   1619976 (99.82%)   2906 / 10924 / 0
Same shares submitted to the pool twice - you should see them like rejects R
you can calculate your actual hash rate as follows:


21.61 GH/s * (1-R/A)  =  PAID hash rate
Have in mind that Rejects are caused because of stales also.

for instance i mine at bitminter and my rejects are below 0.5%. It is normal to have rejects this is unavoidable

To make accurate calc run your miner for a day to avoid variance and be 100% sure that there were no pool/network issues Wink



Thanks for the calculation.

Miner been running for 3 days, so pretty accurate. I don't believe I have power issues either, so maybe a problem with the pool rather than the miner itself.
The problem with dupes is that they afect your hash rate and you can get false feeling that it works better when do not take in account rejects. Anyway watch technobit site for update fixing this it should be released soon
Once again rejects will be always there even dupe issue is fixed that is the way it works with other boards/vendors also. There is no workaround for this
And finally precise formula as suggested by kano

Paid shares
cgminer-api devs
[ASC1] =>
(
   [ASC] => 1
   [Name] => HEXc
   [ID] => 0
   [Enabled] => Y
   [Status] => Alive
   [Temperature] => 0.00
   [MHS av] => 22030.36
   [MHS 5s] => 19677.28
   [Accepted] => 179
   [Rejected] => 7
   [Hardware Errors] => 1245
   [Utility] => 0.57
   [Last Share Pool] => 0
   [Last Share Time] => 1389967128
   [Total MH] => 414125041.5510
   [Diff1 Work] => 96422
   [Difficulty Accepted] => 104448.00000000
   [Difficulty Rejected] => 524.00000000
   [Last Share Difficulty] => 512.00000000
   [No Device] => false
   [Last Valid Work] => 1389967232
   [Device Hardware%] => 1.2747
   [Device Rejected%] => 0.5434
   [Device Elapsed] => 18798


To be more precise as ugested by kano

2^32/[Device Elapsed]*[Difficulty Accepted]/10^9

My score is lucky though i rebooted cgminer but it shal give you almost same result as the 21.61 GH/s * (1-R/A)




full member
Activity: 125
Merit: 100
What exactly are dupe shares?

I seem to have quite a few of them - 21.61 GH/s   1619976 (99.82%)   2906 / 10924 / 0
Same shares submitted to the pool twice - you should see them like rejects R
you can calculate your actual hash rate as follows:


21.61 GH/s * (1-R/A)  =  PAID hash rate
Have in mind that Rejects are caused because of stales also.

for instance i mine at bitminter and my rejects are below 0.5%. It is normal to have rejects this is unavoidable

To make accurate calc run your miner for a day to avoid variance and be 100% sure that there were no pool/network issues Wink



Thanks for the calculation.

Miner been running for 3 days, so pretty accurate. I don't believe I have power issues either, so maybe a problem with the pool rather than the miner itself.
legendary
Activity: 1610
Merit: 1000
Hi,

i downloaded cgminer 3.8.5 and patched it with the patch from technobit. Then i did a configure with ./configure --enable-bflsc --enable-avalon --enable-hexminerc

When its done it shows me:
------------------------------------------------------------------------
cgminer 3.8.5
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses

  Avalon.ASICs.........: Enabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Enabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl  compat/jansson-2.5/src/.libs/libjansson.a -lpthread    -lm compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local


I don't see a hexmierc option and the miner, after i did a "make install" does not know the hexminerc options ->

 cgminer --hexminerc-voltage 900 --hexminerc-options 16:540
 [2014-01-16 16:12:09] cgminer: --hexminerc-voltage: unrecognized option

can anyone help with this?

Thanks Michael



Now i managed to compile it with the exact version pulled from the git repository and autogen but is it really true, that the hexminer patch breaks the butterfly support? So i have to compile 2 versions and let them run at the same time?

Bye
Michael

Yes it does for sure written in Changelog
If you have nanos use --enable-hexmineru (make sure stock bitfury is disabled though) works great otherwise compile and  run two instances with appropriate devs enabled only
Or better for other devs just compile stock version
newbie
Activity: 36
Merit: 0
Hi,

i downloaded cgminer 3.8.5 and patched it with the patch from technobit. Then i did a configure with ./configure --enable-bflsc --enable-avalon --enable-hexminerc

When its done it shows me:
------------------------------------------------------------------------
cgminer 3.8.5
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses

  Avalon.ASICs.........: Enabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Enabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl  compat/jansson-2.5/src/.libs/libjansson.a -lpthread    -lm compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local


I don't see a hexmierc option and the miner, after i did a "make install" does not know the hexminerc options ->

 cgminer --hexminerc-voltage 900 --hexminerc-options 16:540
 [2014-01-16 16:12:09] cgminer: --hexminerc-voltage: unrecognized option

can anyone help with this?

Thanks Michael



Now i managed to compile it with the exact version pulled from the git repository and autogen but is it really true, that the hexminer patch breaks the butterfly support? So i have to compile 2 versions and let them run at the same time?

Bye
Michael
legendary
Activity: 1610
Merit: 1000
What exactly are dupe shares?

I seem to have quite a few of them - 21.61 GH/s   1619976 (99.82%)   2906 / 10924 / 0
Same shares submitted to the pool twice - you should see them like rejects R
you can calculate your actual hash rate as follows:


21.61 GH/s * (1-R/A)  =  PAID hash rate
Have in mind that Rejects are caused because of stales also.

for instance i mine at bitminter and my rejects are below 0.5%. It is normal to have rejects this is unavoidable

To make accurate calc run your miner for a day to avoid variance and be 100% sure that there were no pool/network issues Wink

full member
Activity: 125
Merit: 100
What exactly are dupe shares?

I seem to have quite a few of them - 21.61 GH/s   1619976 (99.82%)   2906 / 10924 / 0
legendary
Activity: 1610
Merit: 1000
Yo, but i have 4 rail ^^

............
Why do u think that they can only maximum 2 board handle?
................


Cause one HEX16C used 9A  Cheesy

one rail is 19A, so only 2 board(2 X 9= 18A) per rail.
Read carefully what i post there, i am talking about per rail not all PSU.
That is why i am making my molexes by hand 2 mm wire crimp+soldered pins  Grin And i am making sure that from PSU site i have at least 2mm wires yellow + 2mm blacks

Apart of the jokes no serious

Lack of steady 12V to the board explains why it was disappearing BUT there is a bug which submits dup shares which is fixed and under testing. So watch technobit site for updates Wink dup shares were caused because of voltage problems Grin


 
legendary
Activity: 1190
Merit: 1000
Yo, but i have 4 rail ^^

............
Why do u think that they can only maximum 2 board handle?
................


Cause one HEX16C used 9A  Cheesy

one rail is 19A, so only 2 board(2 X 9= 18A) per rail.
Read carefully what i post there, i am talking about per rail not all PSU.
full member
Activity: 237
Merit: 100
Yo, but i have 4 rail ^^

............
Why do u think that they can only maximum 2 board handle?
................


Cause one HEX16C used 9A  Cheesy
legendary
Activity: 1190
Merit: 1000
............
Why do u think that they can only maximum 2 board handle?
................


Cause one HEX16C used 9A  Cheesy
full member
Activity: 237
Merit: 100
How about increase your worker difficulty to 64.

And your PSU, http://www.guru3d.com/articles_pages/gigabyte_odin_plus_700w_psu_review,2.html said that your PSU is four rail.
Each rail can supply 19A(HEX16C use 9A). This mean maximum 2 board, but personally i won't let the regulator run 24H on 90% load. I am more prefer to spread the load on four rail.

11.68 V is very bad you know, maybe the regulator already overloaded.

For best efficiency, it's best to choose single rail PSU.
Hey!
Yes u have right, the current PSU have 4 rail from 12 volt, and every rail can handle 19A. Why do u think that they can only maximum 2 board handle?
Today arrives the nwe PSU what i ordered.
There is:
Cooler Master GX 750W RS-750-ACAA-E3
http://www.xbitlabs.com/images/cases/psu-550w-850w/p19.jpg
One rail 60Amper. I would cut all other cables from it, and make for every board separated cable with molex. I hope thats help with.
The current USB HUB (xtrust) is today died. I have now a old HUB with 4 ports (Koenig USB HUB, its active, but i dont plugged in the power) . Its seems be good, with the Gigabyte PSU make power for 3 boards, and the boards is connected now to the 4 port usb hub.
Now work es nice, here is a screenshot:

legendary
Activity: 1190
Merit: 1000

I use the normal clock and volt, but they still doubling.. This should not ben happen.. and not spoken from the hash performance..
Any ideas?
I have a GigaByte Odin plus 700W Power supply: GE-G700-C1
They come with two cable of molex:
#1 cable, there are 3 molex connectors and i use only 2 from it
#2 cable, there are 1 molex connectors and i use this.
11.68 volt is end of the cable.

How about increase your worker difficulty to 64.

And your PSU, http://www.guru3d.com/articles_pages/gigabyte_odin_plus_700w_psu_review,2.html said that your PSU is four rail.
Each rail can supply 19A(HEX16C use 9A). This mean maximum 2 board, but personally i won't let the regulator run 24H on 90% load. I am more prefer to spread the load on four rail.

11.68 V is very bad you know, maybe the regulator already overloaded.

For best efficiency, it's best to choose single rail PSU.
legendary
Activity: 1190
Merit: 1000
Hi,

i downloaded cgminer 3.8.5 and patched it with the patch from technobit. Then i did a configure with ./configure --enable-bflsc --enable-avalon --enable-hexminerc

When its done it shows me:
------------------------------------------------------------------------
cgminer 3.8.5
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses

  Avalon.ASICs.........: Enabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Enabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl  compat/jansson-2.5/src/.libs/libjansson.a -lpthread    -lm compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local


I don't see a hexmierc option and the miner, after i did a "make install" does not know the hexminerc options ->

 cgminer --hexminerc-voltage 900 --hexminerc-options 16:540
 [2014-01-16 16:12:09] cgminer: --hexminerc-voltage: unrecognized option

can anyone help with this?

Thanks Michael



Are you sure that the patch work??? There must be a error message appear when run the patch.
There is no hex16 added in your summary. You must be use wrong patch for wrong cgminer version

For cgminer 3.8.5 afe7710858e4ce28bb60f6ae6e167a18d687634f.patch
For cgminer 3.10.0 87f0213112a3c69e2c55160b9c674b9de2cde996_u.patch
hero member
Activity: 840
Merit: 1000
ZCVYIHWDO    2013-12-04  still pending any news on that ??

Hi Braindead, if Jeffrey waits for an order made on 2013-11-28, I'm not too surprised yours isn't sent yet.
BTW, waiting for 4 boards too, order paid on 2013-12-01, I'll post here when they'll be sent, so people can estimate when they can expect their orders.
advertised 4 weeks delay is over, too bad.
But remember that as always, crypto is a gamble.

order shipped yesterday.
Hi, for those of you who haven't received their orders, here is the detail of my order:
2013-12-01 -> order paid
2014-01-10 -> order shipped
2014-01-16 -> order received at home (France). BTW, Speedy doesn't deserve its name  Wink

If orders are processed according to order date, you can estimate when yours wil be at home.

Marto, a different order labelling will help at least in communication.
You will be able to post fast and reliable status update of orders, something like this:
HEX16B-0000001 to HEX16B-0000256 Shipped today
HEX16A-0000001 to HEX16A-0000025 Going through testing
HEX16C-000001 to HEX16C-0000054 In assembly process

Note the bold "c" that will help you avoid confusion during shipping and inventory between the 2 generations of Avalon boards (Yes, I received a Gen 1 miner instead of a Gen 2 miner).

These a simple ideas, but they should help you a little.

Just as a sidenote, I'm employed on process improvement (Kaizen, Lean manufacturing) in aerospace, and some little tricks like the ones I gave here can really improve reliability and productivity at almost no cost. It works in bigger companies, but from my experience, it works even better on small ones.
legendary
Activity: 1610
Merit: 1000
Hi,

i downloaded cgminer 3.8.5 and patched it with the patch from technobit. Then i did a configure with ./configure --enable-bflsc --enable-avalon --enable-hexminerc

When its done it shows me:
------------------------------------------------------------------------
cgminer 3.8.5
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses

  Avalon.ASICs.........: Enabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Enabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl  compat/jansson-2.5/src/.libs/libjansson.a -lpthread    -lm compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local


I don't see a hexmierc option and the miner, after i did a "make install" does not know the hexminerc options ->

 cgminer --hexminerc-voltage 900 --hexminerc-options 16:540
 [2014-01-16 16:12:09] cgminer: --hexminerc-voltage: unrecognized option

can anyone help with this?

Thanks Michael


First autogen.sh dude instead of configure then make Smiley the. BFL and avalon will not work anyway so you can skip them and you can build 3.10 patch is available in technobit site
newbie
Activity: 36
Merit: 0
Hi,

i downloaded cgminer 3.8.5 and patched it with the patch from technobit. Then i did a configure with ./configure --enable-bflsc --enable-avalon --enable-hexminerc

When its done it shows me:
------------------------------------------------------------------------
cgminer 3.8.5
------------------------------------------------------------------------


Configuration Options Summary:

  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses

  Avalon.ASICs.........: Enabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Enabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl  compat/jansson-2.5/src/.libs/libjansson.a -lpthread    -lm compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local


I don't see a hexmierc option and the miner, after i did a "make install" does not know the hexminerc options ->

 cgminer --hexminerc-voltage 900 --hexminerc-options 16:540
 [2014-01-16 16:12:09] cgminer: --hexminerc-voltage: unrecognized option

can anyone help with this?

Thanks Michael

full member
Activity: 237
Merit: 100
As far as i understand pi can be powerd from usb only is that right? And work without external adapter
If yes
then 1. If your hub is powered one power it from PSU 5v then PI shal get power from HUB
2. If hub is not powered one cut usb cable Pi to Hub and feed red wire with 5V from PSU
OK?
And disable WiFi better to remove the card if it is not built in
 

If pi needs external adapter just take 12V or 5V or watever it needs from psu. Find a power jack and wire it accourdingly
In that case cut red - usb cable from pi to hub to avoid overfeeding
The RPI can power through miniUSB and normal USB too.
This is a Model A, i have only one USB port and i dont have ethernet.. i need the wifi.
The HUB is powered from the RPI AND from the hex16a2 boards. From the Hex16a2 miniUSB connector i can have 5v.
The RPI is powered from a seperate ~1A 5v power supply AND from the USB hub.
Ok start with removing separate ~1A 5v power supply that shall do the trick with common ground
If hub is crappy and Pi needs more power just gently cut usb Pi cable cut red wire +5V and spike it with Molex red from PSu or whatever you find is convenient for you
Are you in Germany?
PS: I am going dude see you later do not forget to test your boards one buy one first to see if all three are OK
Okay but i go too now. I dont do now nothing just run it. I think the PSU would the problem. Tomorrow arrives a better PSU to me.
Im from Hungary, but i speak good German too.
Thanks for help:)
Best Regards:
-iFA88
legendary
Activity: 1610
Merit: 1000
As far as i understand pi can be powerd from usb only is that right? And work without external adapter
If yes
then 1. If your hub is powered one power it from PSU 5v then PI shal get power from HUB
2. If hub is not powered one cut usb cable Pi to Hub and feed red wire with 5V from PSU
OK?
And disable WiFi better to remove the card if it is not built in
 

If pi needs external adapter just take 12V or 5V or watever it needs from psu. Find a power jack and wire it accourdingly
In that case cut red - usb cable from pi to hub to avoid overfeeding
The RPI can power through miniUSB and normal USB too.
This is a Model A, i have only one USB port and i dont have ethernet.. i need the wifi.
The HUB is powered from the RPI AND from the hex16a2 boards. From the Hex16a2 miniUSB connector i can have 5v.
The RPI is powered from a seperate ~1A 5v power supply AND from the USB hub.
Ok start with removing separate ~1A 5v power supply that shall do the trick with common ground
If hub is crappy and Pi needs more power just gently cut usb Pi cable cut red wire +5V and spike it with Molex red from PSu or whatever you find is convenient for you
Are you in Germany?
PS: I am going dude see you later do not forget to test your boards one buy one first to see if all three are OK
full member
Activity: 237
Merit: 100
As far as i understand pi can be powerd from usb only is that right? And work without external adapter
If yes
then 1. If your hub is powered one power it from PSU 5v then PI shal get power from HUB
2. If hub is not powered one cut usb cable Pi to Hub and feed red wire with 5V from PSU
OK?
And disable WiFi better to remove the card if it is not built in
 

If pi needs external adapter just take 12V or 5V or watever it needs from psu. Find a power jack and wire it accourdingly
In that case cut red - usb cable from pi to hub to avoid overfeeding
The RPI can power through miniUSB and normal USB too.
This is a Model A, i have only one USB port and i dont have ethernet.. i need the wifi.
The HUB is powered from the RPI AND from the hex16a2 boards. From the Hex16a2 miniUSB connector i can have 5v.
The RPI is powered from a seperate ~1A 5v power supply AND from the USB hub.
Pages:
Jump to: