Pages:
Author

Topic: [ANN] Technobit HEX8A1 -240 GHs Coincraft A1 board- Finished production - page 3. (Read 72425 times)

legendary
Activity: 3976
Merit: 2639
Hello THX for your answer,

you think so it's OK?

Quote
cd /usr/src

git clone http://ck.kolivas.org/apps/cgminer/4.4/cgminer-4.4.2.tar.bz2

tar xvf cgminer-4.4.2.tar.bz2

cd cgminer-4.4.2

wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/09/rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

git checkout 45dbbb4cac091e41b0123fd211b6293436921681

patch < rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

./autogen.sh --enable-icarus --enable-bitfury --enable-hexminer8

sudo make

Is it even possible to use the HEX8A1 with other USB Miner(Bitfury BFx2 and Antminer U2) on the same USB HUB?

regards
hero member
Activity: 547
Merit: 531
First bits: 12good
Good day,

i have a bought a HEX8A1 miner and i will install the miner with Bitfurys an Antminer sticks on my Pi, but yesterday i have problems with the new Cgminer:

Quote
Entering directory `/usr/src/cgminer-4.7.0'
  CC       cgminer-cgminer.o
  CC       cgminer-util.o
  CC       cgminer-sha2.o
  CC       cgminer-api.o
  CC       cgminer-logging.o
  CC       cgminer-klist.o
  CC       cgminer-noncedup.o
  CC       cgminer-usbutils.o
usbutils.c: In function ‘usb_cleanup’:
usbutils.c:3826: error: ‘DRIVER_hexminera’ undeclared (first use in this function)
usbutils.c:3826: error: (Each undeclared identifier is reported only once
usbutils.c:3826: error: for each function it appears in.)
usbutils.c:3827: error: ‘DRIVER_hexminerb’ undeclared (first use in this function)
usbutils.c:3828: error: ‘DRIVER_hexminerc’ undeclared (first use in this function)
usbutils.c:3829: error: ‘DRIVER_hexmineru’ undeclared (first use in this function)
usbutils.c:3830: error: ‘DRIVER_hexminer8’ undeclared (first use in this function)
make[2]: *** [cgminer-usbutils.o] Error 1
make[2]: Leaving directory `/usr/src/cgminer-4.7.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/cgminer-4.7.0'
make: *** [all] Error 2

so I think the older patch is't compatible with the new Cgminer version...

I hope the new commands are correct for the older Cgminer version 4.4.2??

Quote
apt-get install dh-autoreconf libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libonig2 libqdbm14 lsof curl libcurl3 libcurl3-dev libncurses-dev libudev-dev screen

cd /usr/src

wget http://ck.kolivas.org/apps/cgminer/4.4/cgminer-4.4.2.tar.bz2

tar xvf cgminer-4.4.2.tar.bz2

cd cgminer-4.4.2

wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/09/rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

git checkout 45dbbb4cac091e41b0123fd211b6293436921681

patch < rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

./configure --enable-icarus --enable-bitfury --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

sudo make

Quote
Configuration Options Summary:

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

  Antminer.S1.Bitmain..: Disabled
  Antminer.S2.Bitmain..: Disabled
  Avalon.ASICs.........: Disabled
  Avalon2.ASICs........: Disabled
  BlackArrowMinion.ASIC: Disabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Disabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Cointerra.ASICs......: Disabled
  Spond-sp10.ASICs.....: Disabled
  Spond-sp30.ASICs.....: Disabled
  Bitmine-A1.ASICs.....: Disabled
  Drillbit.BitFury.....: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled
configure: error: No mining configured in

Huh

THX for your help Wink

regards


Use git clone to download cgminer Wink
legendary
Activity: 3976
Merit: 2639
Good day,

i have a bought a HEX8A1 miner and i will install the miner with Bitfurys an Antminer sticks on my Pi, but yesterday i have problems with the new Cgminer:

Quote
Entering directory `/usr/src/cgminer-4.7.0'
  CC       cgminer-cgminer.o
  CC       cgminer-util.o
  CC       cgminer-sha2.o
  CC       cgminer-api.o
  CC       cgminer-logging.o
  CC       cgminer-klist.o
  CC       cgminer-noncedup.o
  CC       cgminer-usbutils.o
usbutils.c: In function ‘usb_cleanup’:
usbutils.c:3826: error: ‘DRIVER_hexminera’ undeclared (first use in this function)
usbutils.c:3826: error: (Each undeclared identifier is reported only once
usbutils.c:3826: error: for each function it appears in.)
usbutils.c:3827: error: ‘DRIVER_hexminerb’ undeclared (first use in this function)
usbutils.c:3828: error: ‘DRIVER_hexminerc’ undeclared (first use in this function)
usbutils.c:3829: error: ‘DRIVER_hexmineru’ undeclared (first use in this function)
usbutils.c:3830: error: ‘DRIVER_hexminer8’ undeclared (first use in this function)
make[2]: *** [cgminer-usbutils.o] Error 1
make[2]: Leaving directory `/usr/src/cgminer-4.7.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/cgminer-4.7.0'
make: *** [all] Error 2

so I think the older patch is't compatible with the new Cgminer version...

I hope the new commands are correct for the older Cgminer version 4.4.2??

Quote
apt-get install dh-autoreconf libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libonig2 libqdbm14 lsof curl libcurl3 libcurl3-dev libncurses-dev libudev-dev screen

cd /usr/src

wget http://ck.kolivas.org/apps/cgminer/4.4/cgminer-4.4.2.tar.bz2

tar xvf cgminer-4.4.2.tar.bz2

cd cgminer-4.4.2

wget -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' http://sven-goessling.de/wp-content/uploads/2014/09/rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

git checkout 45dbbb4cac091e41b0123fd211b6293436921681

patch < rev_45dbbb4cac091e41b0123fd211b6293436921681.patch

./configure --enable-icarus --enable-bitfury --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8

sudo make

Quote
Configuration Options Summary:

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

  Antminer.S1.Bitmain..: Disabled
  Antminer.S2.Bitmain..: Disabled
  Avalon.ASICs.........: Disabled
  Avalon2.ASICs........: Disabled
  BlackArrowMinion.ASIC: Disabled
  BlackArrow.ASICs.....: Disabled
  BFL.ASICs............: Disabled
  BitForce.FPGAs.......: Disabled
  BitFury.ASICs........: Disabled
  Cointerra.ASICs......: Disabled
  Spond-sp10.ASICs.....: Disabled
  Spond-sp30.ASICs.....: Disabled
  Bitmine-A1.ASICs.....: Disabled
  Drillbit.BitFury.....: Disabled
  Hashfast.ASICs.......: Disabled
  Icarus.ASICs/FPGAs...: Disabled
  Klondike.ASICs.......: Disabled
  KnC.ASICs............: Disabled
  ModMiner.FPGAs.......: Disabled
configure: error: No mining configured in

Huh

THX for your help Wink

regards
newbie
Activity: 65
Merit: 0
i dont like how u leave owner of older boards standing in the rain without support that threads too.....

please again give us settings for most powerefficent watt/hashrate clockrate
Hi,
You can try lower than 200 clock setting , but it is doubtful
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
i dont like how u leave owner of older boards standing in the rain without support that threads too.....

please again give us settings for most powerefficent watt/hashrate clockrate
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
so now that watt per hashrate is the weak part of this miner
how would be ideal power saving setting

i run now 200 at 860 mvolt

its imposible go below 860mvolt then only 1 of my 5 miners would even start mining

if i cant reduce volt more will reduce miner clockrate reduce power useage and increase hashrate per watt ?

where is the sweet spot with best watt per hashrate?

example if i lower to 180 or even 150 would i get lower watt per hashrate?

i think to be able run this miners as long as possible profitable we need to find the sweet spot in power useage

newbie
Activity: 2
Merit: 0
Hello

today recieved from eBay Technobit HEX8A1 -240 GHs Coincraft A1  board
want to start work, but seems package not full. Missing cables, instructions.

Can someone provide me link with instruction what i need to do to start mining of bitcoin
Link plese for software download too
Link from first post not valid.

Help pls

Thx <>
hero member
Activity: 924
Merit: 1000
Technobit  Up to 10 week delays in shipment of some customers Minion Group Buy Units.

The hurt / delays continue for some customers of Technobit who have paid substantial amounts for miners over 10 weeks ago.

I agree with scrappy here, Batch 1 should of been sent out by now. reading the thread its totally unprofessional sending out small orders first.
i see some people waiting 10 weeks now for there order to be shipped out and nothing. Seems people with large orders are getting shafted.

I think compensation is due MARTO!!!!

People have been patient with you since you had a problem with the boards, but this now seems to be resolved.
So what exactly is going on??

i do not what to take legal action as BFL are facing and now KNC miner, marto.
You really havent provided any updates to people with large orders on the forum at all.

Please provide a clear update on what is going on and when everyone's orders are going to be fulfilled and compensation package.
with have been patient, but you have taken are patience for granted now.

There is seriously something wrong with this thread. Folks Martin has yet to deliver batch one yet we have 3 confirmed cases of him shipping batch 2. He says "small orders" Fuck that shit. Mine may have been large and paid in fiat. I have as of to date received 6 of 50, and Marto has promised 6 shipping dates and only sent once!

 Guys, enough of the bullshit.

 I paid in fiat for a flat conversion, have been lied to about shipping, and seen batch 2 orders go out before mine. Check the thread, I was in page 2 and traded in 2 x3's and paid in fiat. I know I am not alone here as I have spoke to many of you in pm's. Enough with the BS, bring it.

scrappy do, dam so shipments are just trickling out. i would of thought at least batch 1 would of been completed by now

I haven't received a single one of my 88 boards. My chips have been at technobit since July 17th.

Marto any news when batch 2 will be shipped, its been over a month now since you received my chips. ive emailed you on your site, 2 weeks ago and no reply.
would like to know whats happening with those.

you going to be offering any compensation for late deliveries now. awaiting 25 boards  Angry and counting

 No offense Guyver, but he hasn't even shipped batch one out. Hopefully he will not ship out anymore batch 2 like the mistake made last week. I just got my first partial shipment today 6 of 50. I know its been over a month for you and I hate it, but it has been over 10 weeks for some of us.
newbie
Activity: 12
Merit: 0

Finally worked... burned a 500W after 30 seconds working... but I already had buying a corsair, so just need to wait for amazon to send me that lol

Thank you everyone that helped Smiley

Nice, don't forget to disable power saving on usb  Smiley

what is that and how do I do it?

I'm kind of a noob lol

Sorry, i am not clear enough. I mean your windows OS power saving options, there is setting for usb suspend setting.

oh that... that's done Wink thank you!
legendary
Activity: 1190
Merit: 1000

Finally worked... burned a 500W after 30 seconds working... but I already had buying a corsair, so just need to wait for amazon to send me that lol

Thank you everyone that helped Smiley

Nice, don't forget to disable power saving on usb  Smiley

what is that and how do I do it?

I'm kind of a noob lol

Sorry, i am not clear enough. I mean your windows OS power saving options, there is setting for usb suspend setting.
newbie
Activity: 12
Merit: 0

Finally worked... burned a 500W after 30 seconds working... but I already had buying a corsair, so just need to wait for amazon to send me that lol

Thank you everyone that helped Smiley

Nice, don't forget to disable power saving on usb  Smiley

what is that and how do I do it?

I'm kind of a noob lol
legendary
Activity: 1190
Merit: 1000

Finally worked... burned a 500W after 30 seconds working... but I already had buying a corsair, so just need to wait for amazon to send me that lol

Thank you everyone that helped Smiley

Nice, don't forget to disable power saving on usb  Smiley
newbie
Activity: 12
Merit: 0
I receive this today, and i'm trying to run it, I have already turn it on, but using this tutorial: https://bitcointalk.org/index.php?topic=586166.20
Cgminer says that failed to initialize the hexminer 3 and hexminer 8... what's happening? anyone can help me please?
you need to fill all boxes in cgminer setup including miners you do not have

How do I do that?

the error that I see is this in the image:

http://oi58.tinypic.com/o0dtao.jpg

Check this guide and download the latest build:
https://bitcointalksearch.org/topic/cgminer-windows-build-for-technobits-boards-569689

Still the same error...
Run this as administrator dude

Finally worked... burned a 500W after 30 seconds working... but I already had buying a corsair, so just need to wait for amazon to send me that lol

Thank you everyone that helped Smiley
legendary
Activity: 1610
Merit: 1000
I receive this today, and i'm trying to run it, I have already turn it on, but using this tutorial: https://bitcointalk.org/index.php?topic=586166.20
Cgminer says that failed to initialize the hexminer 3 and hexminer 8... what's happening? anyone can help me please?
you need to fill all boxes in cgminer setup including miners you do not have

How do I do that?

the error that I see is this in the image:



Check this guide and download the latest build:
https://bitcointalksearch.org/topic/cgminer-windows-build-for-technobits-boards-569689

Still the same error...
Run this as administrator dude
newbie
Activity: 12
Merit: 0
I receive this today, and i'm trying to run it, I have already turn it on, but using this tutorial: https://bitcointalk.org/index.php?topic=586166.20
Cgminer says that failed to initialize the hexminer 3 and hexminer 8... what's happening? anyone can help me please?
you need to fill all boxes in cgminer setup including miners you do not have

How do I do that?

the error that I see is this in the image:

http://oi58.tinypic.com/o0dtao.jpg

Check this guide and download the latest build:
https://bitcointalksearch.org/topic/cgminer-windows-build-for-technobits-boards-569689

Still the same error...
hero member
Activity: 547
Merit: 531
First bits: 12good
I receive this today, and i'm trying to run it, I have already turn it on, but using this tutorial: https://bitcointalk.org/index.php?topic=586166.20
Cgminer says that failed to initialize the hexminer 3 and hexminer 8... what's happening? anyone can help me please?
you need to fill all boxes in cgminer setup including miners you do not have

How do I do that?

the error that I see is this in the image:



Check this guide and download the latest build:
https://bitcointalksearch.org/topic/cgminer-windows-build-for-technobits-boards-569689
newbie
Activity: 12
Merit: 0
I receive this today, and i'm trying to run it, I have already turn it on, but using this tutorial: https://bitcointalk.org/index.php?topic=586166.20
Cgminer says that failed to initialize the hexminer 3 and hexminer 8... what's happening? anyone can help me please?
you need to fill all boxes in cgminer setup including miners you do not have

How do I do that?

the error that I see is this in the image:

http://oi58.tinypic.com/o0dtao.jpg
hero member
Activity: 728
Merit: 500
I receive this today, and i'm trying to run it, I have already turn it on, but using this tutorial: https://bitcointalk.org/index.php?topic=586166.20
Cgminer says that failed to initialize the hexminer 3 and hexminer 8... what's happening? anyone can help me please?
you need to fill all boxes in cgminer setup including miners you do not have
newbie
Activity: 12
Merit: 0
I receive this today, and i'm trying to run it, I have already turn it on, but using this tutorial: https://bitcointalk.org/index.php?topic=586166.20
Cgminer says that failed to initialize the hexminer 3 and hexminer 8... what's happening? anyone can help me please?
Pages:
Jump to: