Pages:
Author

Topic: [ANN] Technobit HEX16B(Bitfury based) 16 chip board design - page 29. (Read 56477 times)

newbie
Activity: 17
Merit: 0
I finally got my order!
I see a lot of default entry's in the tplink configuration of cgminer, is there any manual on how to safely overclock it?
legendary
Activity: 1610
Merit: 1000
It finally compiled and works now. And my single CPU control PC is at load 2.5. I will build a faster PC for this (just replaced bad caps on the motherboard) and it should work great. I will try overclocking.

How do I specify to cgminer that it should not use the bfl device? I could then run bfgminer for the Single.
As i sad ./autogen.sh --enable-heminerb Only. you will see BFL disabled in the summary Enable only what you need. About CPU usage - I have seen Tplink Cpu at load 45% with 10 HEXA boards....can you post top output? you will see what is loading your cpu but if cgminer was compiled for HEX boards only it shall load 2-5% you cpu assuming you do have one board only
full member
Activity: 126
Merit: 100
It finally compiled and works now. And my single CPU control PC is at load 2.5. I will build a faster PC for this (just replaced bad caps on the motherboard) and it should work great. I will try overclocking.

How do I specify to cgminer that it should not use the bfl device? I could then run bfgminer for the Single.
legendary
Activity: 1610
Merit: 1000
Finlay - Build two instances one for HEX boards (enable hex boards only) one for whatever you want not patched and run them simultaneously - two instances. USBPOOLING is disabled (commented out and thread will never start) and there is a big chance bfl not to work if it uses cancelable USB transfers and so on
legendary
Activity: 1190
Merit: 1000
Same here all us wasting time dude for free you know it right?

My comment was not meant to be directed at the lack of proper documentation (though technobit makes money selling the devices, they should in theory also provide support). It was directed at myself - I had a couple of weeks between ordering the devices and receiving them and I could not make sure that I have a version of the software that actually works. Sorry if I offended you.

I do not need the tp-link because:
1. If I order it now, it will be a day of two before I receive it.
2. The current PC I use for mining uses something like 30W anyway. Even if I used a different PC (that uses more power), it would still probably not pay off the price of the tp-link and I can use that PC for other things (like stats and control (remotely rebooting the miners) and so on) that could be a problem on the underpowered router (not that the PC I use is that more powerful).
3. My current control PC has TV output, so I do not have to lug a monitor to the basement to see its console (in case it crashes).

Thanks, Zich, I am following those instructions right now, we'll see if this works (I currently have my Single connected to a raspberry and the hex boards to the PC in question).

Of course it will work  Cool
Actually you can buy TPLINK TL-MR3020 in your local favorite computer shop & flash the firmware using image that available on technoBTCit download page. I don't own HEX16B but my HEX16A work great on Pi.

Forget to mention you if you want to overclock the board you need to add
Code:
sudo ./cgminer --hexminerb-voltage 900 --hexminerb-options 16:540
full member
Activity: 126
Merit: 100
Same here all us wasting time dude for free you know it right?

My comment was not meant to be directed at the lack of proper documentation (though technobit makes money selling the devices, they should in theory also provide support). It was directed at myself - I had a couple of weeks between ordering the devices and receiving them and I could not make sure that I have a version of the software that actually works. Sorry if I offended you.

I do not need the tp-link because:
1. If I order it now, it will be a day of two before I receive it.
2. The current PC I use for mining uses something like 30W anyway. Even if I used a different PC (that uses more power), it would still probably not pay off the price of the tp-link and I can use that PC for other things (like stats and control (remotely rebooting the miners) and so on) that could be a problem on the underpowered router (not that the PC I use is that more powerful).
3. My current control PC has TV output, so I do not have to lug a monitor to the basement to see its console (in case it crashes).

Thanks, Zich, I am following those instructions right now, we'll see if this works (I currently have my Single connected to a raspberry and the hex boards to the PC in question).
legendary
Activity: 1190
Merit: 1000
How to apply cgminer patch from technoBTCit

Code:
1. mkdir cgminer
2. cd cgminer
3. wget https://github.com/ckolivas/cgminer/archive/v3.8.1.tar.gz
4. tar -xvf v3.8.1.tar.gz
5. cd cgminer-3.8.1
6. wget https://www.dropbox.com/s/5suzudn2t06087u/2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
7. patch -p1 < 2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
8. ./autogen.sh --enable-avalon --enable-bitfury --enable-hexminerb --enable-bflsc
9. make

You can skip step 6 if can copy the file to 3.8.1 folder or upload yourself the patch
legendary
Activity: 1190
Merit: 1000

That's it, there is no driver for HEX16B on patch for cgminer 3.6.4. It's was available from version 3.8.1  Smiley

Where did you find that? I can only find the patch for 3.6.4 in the Downloads section in technobit.eu website. I guess the newer patch is hidden somewhere.


New download page: Download Page

cgminer patch for v3.8.1: 3.8.1 Patch

Edit: There is no cgminer patch for v 3.8.2
       The latest is v 3.8.3 but i hate it  Angry
legendary
Activity: 1610
Merit: 1000

That's it, there is no driver for HEX16B on patch for cgminer 3.6.4. It's was available from version 3.8.1  Smiley

Where did you find that? I can only find the patch for 3.6.4 in the Downloads section in technobit.eu website. I guess the newer patch is hidden somewhere.

Hint to build patched cgminer use ./autogen.sh
hmm. autogen.sh was not part of the tar file I downloaded. I guess I have to download cgminer from git.


I wasted so much time (each compile/make takes my control PC about an hour) just because I could not find proper instructions...
Same here all us wasting time dude for free you know it right?
All the info is here and there in the forums. You are on your own from now on.
Good Luck....
If i was you i would go with tp-link it will pay you off from electricity savings just for a month

full member
Activity: 126
Merit: 100

That's it, there is no driver for HEX16B on patch for cgminer 3.6.4. It's was available from version 3.8.1  Smiley

Where did you find that? I can only find the patch for 3.6.4 in the Downloads section in technobit.eu website. I guess the newer patch is hidden somewhere.

Hint to build patched cgminer use ./autogen.sh
hmm. autogen.sh was not part of the tar file I downloaded. I guess I have to download cgminer from git.


I wasted so much time (each compile/make takes my control PC about an hour) just because I could not find proper instructions...
legendary
Activity: 1190
Merit: 1000
I received my HEX16B boards, but cannot make cgminer detect them. Linux detects them as ttyACM0 to 2

Here's what I did:
1. Download cgminer 3.6.4 and the patch for it from technobit.eu
2. applied the patch, it was successful.
3. ./configure --enable-bflsc --enable-hexminer
4. make && make install
5. ran cgminer - it detected my Single, but did not detect the HEX boards.
6. saw that the patch did not patch the configure script, so I edited the config.h to add #define USE_HEXMINER 1
7. ran make - linking failed.
8. I edited the Makefile, copied all lines containing driver-bflsc and changed that to driver-hexminer
9. ran make && make install - this time it went OK.
10. ran cgminer - the boards are still not detected.


Does anyone have the complete source for cgminer that I could compile or just the i486 binaries for Debian7?


That's it, there is no driver for HEX16B on patch for cgminer 3.6.4. It's was available from version 3.8.1  Smiley

Code:
0.0.5:
* cgminer updated to 3.6.4 rev 273b04be62a69b2fcfa95790b99822a0bcfd8e75
* cgminer patch to cgminer 3.6.4 rev 273b04be62a69b2fcfa95790b99822a0bcfd8e75.patch
  - various code cleanup and optimization needs to be done
* openwrt updated to r38461

0.0.6:
* cgminer updated to 3.8.1 rev 2e9afa38e39678a5dc5bf8be6d20baf1849b548c
* cgminer patch to cgminer 3.8.1 rev 2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
  - various code cleanup and optimization needs to be done
* openwrt updated to r38808
* cgminer usb_poll_thread has been disabled - buggy. WARNING this can/will break something with other mining devices supported.
  If you want it (async cancelable usb transfers) enable it. Check the patch for more details.
  Besides it reduces CPU usage (Tplink) with 30+%
* cgminer Added suport for HEX16B - Bitfury(--enable-hexminerb) and HEH16C(--enable-hexminerc) - Avalon2 TechnoBit boards
* cgminer BIG FAT NOTE -  i am talking about our code only. A ton of bugs (mutex locks, memory corruption, usb locks, hotplug and so on)
  were fixed. They were discovered with dgb client/server + TpLink/I386
* cgminer – monitoring script fixed so that it will not restart cgminer when you are watching deteched cgminer session.
* Factory default is recommended when doing upgrade. Otherwise it is a !!MUST!! HAX16B and C to be configured in the web.
  Not doing so will prevent cgminer from starting.
  HEX16B defaults: chips 16, clock 540, voltage 900.
  HEX16C defaults: chips 16, clock 1500, voltage 1100

0.0.7:

* cgminer fix HEX16C support - some debug left
* cgminer updated to 3.8.2 rev 0ed1828bd47282218c2bb130fd03737ed2c51a5e
* cgminer patch to cgminer 3.8.2 rev 0ed1828bd47282218c2bb130fd03737ed2c51a5e.patch
- various code cleanup and optimization needs to be done
* openwrt updated to r38818
sr. member
Activity: 392
Merit: 250
legendary
Activity: 1610
Merit: 1000
I received my HEX16B boards, but cannot make cgminer detect them. Linux detects them as ttyACM0 to 2

Here's what I did:
1. Download cgminer 3.6.4 and the patch for it from technobit.eu
2. applied the patch, it was successful.
3. ./configure --enable-bflsc --enable-hexminer
4. make && make install
5. ran cgminer - it detected my Single, but did not detect the HEX boards.
6. saw that the patch did not patch the configure script, so I edited the config.h to add #define USE_HEXMINER 1
7. ran make - linking failed.
8. I edited the Makefile, copied all lines containing driver-bflsc and changed that to driver-hexminer
9. ran make && make install - this time it went OK.
10. ran cgminer - the boards are still not detected.


Does anyone have the complete source for cgminer that I could compile or just the i486 binaries for Debian7?
It will never work that way. What you need to do is to run two instances of cgminer. One Patched for HEX boards (only hex borads enabled) - use latest and one original version for the rest. The main reason for that is that some of the USB original code is completely disabled like usbpooling and other stuff. Please read the changelog
Hint to build patched cgminer use ./autogen.sh
full member
Activity: 126
Merit: 100
I received my HEX16B boards, but cannot make cgminer detect them. Linux detects them as ttyACM0 to 2

Here's what I did:
1. Download cgminer 3.6.4 and the patch for it from technobit.eu
2. applied the patch, it was successful.
3. ./configure --enable-bflsc --enable-hexminer
4. make && make install
5. ran cgminer - it detected my Single, but did not detect the HEX boards.
6. saw that the patch did not patch the configure script, so I edited the config.h to add #define USE_HEXMINER 1
7. ran make - linking failed.
8. I edited the Makefile, copied all lines containing driver-bflsc and changed that to driver-hexminer
9. ran make && make install - this time it went OK.
10. ran cgminer - the boards are still not detected.


Does anyone have the complete source for cgminer that I could compile or just the i486 binaries for Debian7?
newbie
Activity: 58
Merit: 0
Hi,

How do you setup the tp link to mine more than one board?
Trough a usb hub, but how to setup the config and what are the settings to overclock?
If you use a USB hub CGMiner will see multiple boards but I do not think you can set separate overclock rates for multiple boards of the same type. The settings are available /etc/config/cgminer if you are comfortable using vi editor under SSH - or you can set them from the web gui.
Just change the pool and worker settings to yours and away you go (you will see the voltage and clock settings there too - although I prefer to run at standard clock speed rather than risk overheating and instability) - the TP-Link is one neat solution:)

Melb
newbie
Activity: 15
Merit: 0
Can you please check on my orders:

DRTYHYCSI
and
AXPOLDEBC

Both ordered on 11/21/13 and have not been asked to pay for shipping yet, and I dont want anything delayed on my part. I have also asked your support on the website a few times without a single response from ANYONE!!

Can you please tell me when I should expect these items to ship out?
newbie
Activity: 17
Merit: 0
NVM, ignore :-)
sr. member
Activity: 364
Merit: 250
As martin keeps ignoring my messages here, my emails and my support tickets on the website, does anyone have any other contact details? I am now looking at legal advice on this matter
before going to a lawyer just tell me your ref No. instead of calling me a scammer , because I'm not!!
If I have your order ref I'll just refund you and never accept an order from you again
Please understand that We are working in order to deliver already late orders and are changing our transport company, sorry for that.
If yo can not wait and your order is more than 2 weeks late I'll refund you immediately
Best Martin

When can I expect my order EVAEOQNVV - please check
newbie
Activity: 58
Merit: 0
Seriously, everybody here (including marto) are talking about november or even december delivery, but as for me, i'm still waiting for my OCTOBER delivery... (order EGRTGCXFP placed on 2013-10-03 for a last week of october delivery, marked as shipped since 2013-11-01, no news and no tracking number, no answer to PM or direct mail)

Seems to be something of a theme! I have received 1 order from Martin already and the products are good and well built. Everyone knows there is a big shortage of ASICS and the building of boards is obviously held back by knock on delays from these components. Most will understand this but unfortunately not answering messages or PM's is not the answer. My issue is to do with delivery - my order HHAHDTTXC was apparently shipped but then 'canceled' for no apparent reason... Martin has said the board was returned and he would send UPS Express on his account - that was a week ago, during which time I have requested confirmation of re-despatch, updated tracking numbers etc but received no answer. I am sorry for posting this here Martin but as you are not replying to my PM's you leave me little choice. If you gave me an idea of what is happening I would be more sympathetic. I appreciate you are very busy but to keep customers in the dark in this way is not being reasonable.


Melb
full member
Activity: 155
Merit: 100
Seriously, everybody here (including marto) are talking about november or even december delivery, but as for me, i'm still waiting for my OCTOBER delivery... (order EGRTGCXFP placed on 2013-10-03 for a last week of october delivery, marked as shipped since 2013-11-01, no news and no tracking number, no answer to PM or direct mail)
Pages:
Jump to: