Pages:
Author

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

full member
Activity: 126
Merit: 100
So you think the problem is with my config in CGminer then?
legendary
Activity: 1190
Merit: 1000
I just replace the driver to winusb  with zadig right?  If so I did that and it shows up correctly in device manager.  If that's not the right driver could you link the correct one?

Yup.
full member
Activity: 126
Merit: 100
I just replace the driver to winusb  with zadig right?  If so I did that and it shows up correctly in device manager.  If that's not the right driver could you link the correct one?
legendary
Activity: 1190
Merit: 1000
That's what I was wondering, because I downloaded his compiled cgminer and zadig.  The hex shows up fine in device manager, but cgminer doesn't seem to find it though.  I thought maybe I still needed to add a patch or something.

You need to replace the driver using zadig.
full member
Activity: 126
Merit: 100
That's what I was wondering, because I downloaded his compiled cgminer and zadig.  The hex shows up fine in device manager, but cgminer doesn't seem to find it though.  I thought maybe I still needed to add a patch or something.
legendary
Activity: 1190
Merit: 1000
Will this work with cgminer on windows now?

Yes & No.

Yes if you use cgminer for windows with technobit support https://bitcointalksearch.org/topic/m.5903836

No if you use original cgminer
full member
Activity: 126
Merit: 100
Will this work with cgminer on windows now?
hero member
Activity: 1246
Merit: 501
Just received 5 new boards, replacing 5 that gave up.  Technobit took less time to replace and ship the new boards than it did me sending the dead boards to them in the first place.  They've even thrown in a new TPLink to replace the one I was using that died.

Excellent service.
legendary
Activity: 1190
Merit: 1000

Is this card still available for sale?
Thanks
W2K

Yes, prices is 78 EUR, shipping in 48 hour after payment cleared: http://technobit.eu/index.php?id_product=60&controller=product&id_lang=1
sr. member
Activity: 378
Merit: 250
..............
Does those nonces = 0 mean they are not working or damaged?
Maybe you can help Marto
Thanks!
Smells like dead chips to me

Yeah sound like dead chip. Or you can try to visual check if there is any missing component or unclean solder.
I mark the chip base on component numbering in schematic but you can make sure by measuring the chip temperature or by touching the chip. Working chip will be very hot  Cheesy


If all clean then you need to send back to marto.


Is this card still available for sale?
Thanks
W2K
full member
Activity: 168
Merit: 100

OK, it compiled, but when run with the string you recommend, it defaults to a hex8... I believe I have HEX16A2s (I'm never sure) ... are those run like hex c's or hex a's?

I tried changing "set_default_to_8" : false just in case that was the problem, but it still detects them as hex 8s.

EDIT: if I unplug and replug them, they both show up as HexCs, but still no mining



Ahh, sorry about that. Change it to "set_default_to_c"

Smiley OK, got them hashing now -

They seem very sensitive to the power connectors... I can't run them on a splitter, I had to wire in some different connectors.. But they are working now! Thanks for all your help!
legendary
Activity: 1190
Merit: 1000

OK, it compiled, but when run with the string you recommend, it defaults to a hex8... I believe I have HEX16A2s (I'm never sure) ... are those run like hex c's or hex a's?

I tried changing "set_default_to_8" : false just in case that was the problem, but it still detects them as hex 8s.

EDIT: if I unplug and replug them, they both show up as HexCs, but still no mining



Ahh, sorry about that. Change it to "set_default_to_c"
full member
Activity: 168
Merit: 100
Is there an updated patch for cgminer 4.0.2?

I tried the wget from 3.12, but no luck...

In fact, call me stupid if you like, but I can't ever seem to get it to compile on ubuntu 13.10 x64

Could anyone post a current .sh that I could use? I'm not too good with linux...

Patch for cgminer-4.2.0 not available yet. Yhe latest is for cgminer-4.0.0.

Code:
1. sudo apt-get update
2. sudo apt-get upgrade
3. sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-dev
4. sudo apt-get install autotools-dev autoconf automake
5. sudo apt-get install libtool libncurses-dev yasm
6. sudo apt-get install curl libcurl4-openssl-dev libjansson-dev screen
7. sudo apt-get install pkg-config uthash-dev make git-core

Download cgminer 4.0.0
Code:
1. git clone https://github.com/ckolivas/cgminer.git
2. mv cgminer cgminer-4.0.0
3. cd cgminer-4.0.0
4. git checkout 2786526d9f1acb7bd903ece3c822c2c9203aa0b7
5. wget https://www.dropbox.com/s/tyerzzpc1xjqegj/2786526d9f1acb7bd903ece3c822c2c9203aa0b7.patch
6. patch -p1 < 2786526d9f1acb7bd903ece3c822c2c9203aa0b7.patch
7. ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8
8. make

Step 5 is patch uploaded to dropbox by myself, so you can use your own that downloaded from technobit download page if you want  Wink
Make sure there is no error message on each step.

No need to install, you can run cgminer from folder.
Code:
1. screen
2. sudo ./cgminer --hexminera-voltage 1460 --hexminera-options 16:480 --hexminerc-voltage 1100 --hexminerc-options 16:1500 --hexminerb-voltage 900 --hexminerb-options 16:540 --hexminer8-set-diff-to-one 0 --hexminer8-chip-mask 255 --hexminer8-voltage 1000 --hexminer8-options 8:260 --set_default_to_8 --hexmineru-frequency 54

Or add the setting to cgminer.conf so you don't have to type setting command each time  Cheesy
Code:
sudo nano /home/"user"/.cgminer/cgminer.conf

Code:
{
"pools" : [
        {
                "url" : "stratum+tcp://stratum-lb-usa48.btcguild.com:3333",
                "user" : "user",
                "pass" : "123"
        }
]
,
"api-listen" : true,
"api-allow" : "R:127.0.0.1",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"shares" : "0",
"hexminera-voltage" : "1460",
"hexminera-options" : "16:480",
"hexminerc-voltage" : "1100",
"hexminerc-options" : "16:1500",
"hexminerb-voltage" : "900",
"hexminerb-options" : "16:540",
"hexminer8-set-diff-to-one" : "0",
"hexminer8-chip-mask" : "255",
"hexminer8-voltage" : "1005",
"hexminer8-options" : "8:260",
"hexmineru-frequency" : "54",
"set_default_to_8" : true,
"kernel-path" : "/usr/local/bin"
}

OK, it compiled, but when run with the string you recommend, it defaults to a hex8... I believe I have HEX16A2s (I'm never sure) ... are those run like hex c's or hex a's?

I tried changing "set_default_to_8" : false just in case that was the problem, but it still detects them as hex 8s.

EDIT: if I unplug and replug them, they both show up as HexCs, but still no mining. They both (I have two miners) have a solid red and solid green LED underneath.

legendary
Activity: 1190
Merit: 1000
Is there an updated patch for cgminer 4.0.2?

I tried the wget from 3.12, but no luck...

In fact, call me stupid if you like, but I can't ever seem to get it to compile on ubuntu 13.10 x64

Could anyone post a current .sh that I could use? I'm not too good with linux...

Patch for cgminer-4.2.0 not available yet. Yhe latest is for cgminer-4.0.0.

Code:
1. sudo apt-get update
2. sudo apt-get upgrade
3. sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-dev
4. sudo apt-get install autotools-dev autoconf automake
5. sudo apt-get install libtool libncurses-dev yasm
6. sudo apt-get install curl libcurl4-openssl-dev libjansson-dev screen
7. sudo apt-get install pkg-config uthash-dev make git-core

Download cgminer 4.0.0
Code:
1. git clone https://github.com/ckolivas/cgminer.git
2. mv cgminer cgminer-4.0.0
3. cd cgminer-4.0.0
4. git checkout 2786526d9f1acb7bd903ece3c822c2c9203aa0b7
5. wget https://www.dropbox.com/s/tyerzzpc1xjqegj/2786526d9f1acb7bd903ece3c822c2c9203aa0b7.patch
6. patch -p1 < 2786526d9f1acb7bd903ece3c822c2c9203aa0b7.patch
7. ./autogen.sh --enable-hexminera --enable-hexminerc --enable-hexminerb --enable-hexmineru --enable-hexminer8
8. make

Step 5 is patch uploaded to dropbox by myself, so you can use your own that downloaded from technobit download page if you want  Wink
Make sure there is no error message on each step.

No need to install, you can run cgminer from folder.
Code:
1. screen
2. sudo ./cgminer --hexminera-voltage 1460 --hexminera-options 16:480 --hexminerc-voltage 1100 --hexminerc-options 16:1500 --hexminerb-voltage 900 --hexminerb-options 16:540 --hexminer8-set-diff-to-one 0 --hexminer8-chip-mask 255 --hexminer8-voltage 1000 --hexminer8-options 8:260 --set_default_to_8 --hexmineru-frequency 54

Or add the setting to cgminer.conf so you don't have to type setting command each time  Cheesy
Code:
sudo nano /home/"user"/.cgminer/cgminer.conf

Code:
{
"pools" : [
        {
                "url" : "stratum+tcp://stratum-lb-usa48.btcguild.com:3333",
                "user" : "user",
                "pass" : "123"
        }
]
,
"api-listen" : true,
"api-allow" : "R:127.0.0.1",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"shares" : "0",
"hexminera-voltage" : "1460",
"hexminera-options" : "16:480",
"hexminerc-voltage" : "1100",
"hexminerc-options" : "16:1500",
"hexminerb-voltage" : "900",
"hexminerb-options" : "16:540",
"hexminer8-set-diff-to-one" : "0",
"hexminer8-chip-mask" : "255",
"hexminer8-voltage" : "1005",
"hexminer8-options" : "8:260",
"hexmineru-frequency" : "54",
"set_default_to_8" : true,
"kernel-path" : "/usr/local/bin"
}
sr. member
Activity: 361
Merit: 250
Question about RMA service. Do we have to pay with a bank wire, or is that just the section we use to start the RMA process, and final payment can be made through a different source? Is that correct?
full member
Activity: 168
Merit: 100
Is there an updated patch for cgminer 4.0.2?

I tried the wget from 3.12, but no luck...

In fact, call me stupid if you like, but I can't ever seem to get it to compile on ubuntu 13.10 x64

Could anyone post a current .sh that I could use? I'm not too good with linux...
legendary
Activity: 1190
Merit: 1000
is there a compiled windows cgminer for these?


Unfortunately, none available until now.
sr. member
Activity: 438
Merit: 250
is there a compiled windows cgminer for these?
legendary
Activity: 1018
Merit: 1001
Hi, during the night I run my HEX16A2 with this setting --hexminerc-voltage 900 --hexminerc-options 16:1000
and the morning I switch to --hexminerc-voltage 1100 --hexminerc-options 16:1500
but every day I have to stop and restart the miner (actually I use the cron command to do this) but is possible to send the command without stopping miner?

Thanks W_M
member
Activity: 113
Merit: 10
Your sending is ready packed
Sorry for the delay
To be shipped tommorow
Thanks Marto! I just unpacked it and it's working like a charm.
Pages:
Jump to: