HellDiverUK
|
|
March 14, 2014, 10:58:07 AM |
|
I've got 5 of these boards. They all stopped working at the same time. First the TL3020 went dead, and now the boards won't fire up. The PSU appears to be OK (it runs my other mining gear OK). I've tried them on a BeagleBone Black, but it won't pick up the boards, same with a PC, same with a RaspPi running MinePeon.
The fans still run OK, and I've tried different PSUs on separate boards. There's no lights on the boards.
Any clue why this might have happened? Is there any way of getting a repair (considering I bought these second-hand)?
Just curious, did cgminer that run on BBB & RPi already patch using patch from technobit? Yes, I patched cgminer on both machines. The TL3020 ran the Technobit supplied firmware. I think there may be some issue with power feeding back through the USB ports, because something seems to be nuking the USB (enough to fry the TL3020 and killing off the USB on the PC and BBB until they're power cycled).
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 14, 2014, 11:02:21 AM |
|
I've got 5 of these boards. They all stopped working at the same time. First the TL3020 went dead, and now the boards won't fire up. The PSU appears to be OK (it runs my other mining gear OK). I've tried them on a BeagleBone Black, but it won't pick up the boards, same with a PC, same with a RaspPi running MinePeon.
The fans still run OK, and I've tried different PSUs on separate boards. There's no lights on the boards.
Any clue why this might have happened? Is there any way of getting a repair (considering I bought these second-hand)?
Just curious, did cgminer that run on BBB & RPi already patch using patch from technobit? Yes, I patched cgminer on both machines. The TL3020 ran the Technobit supplied firmware. I think there may be some issue with power feeding back through the USB ports, because something seems to be nuking the USB (enough to fry the TL3020 and killing off the USB on the PC and BBB until they're power cycled). I see, guess this is marto domain
|
|
|
|
zulover
|
|
March 14, 2014, 08:42:45 PM |
|
any plans to use the new avalon gen 3 chips in your designs marto?
also could they run on the hex16a2 boards? , that would give you 112ghs a board, not sure of the power but should be good, 40nm chips.
|
|
|
|
cannachris
Sr. Member
Offline
Activity: 406
Merit: 250
cats love crypto | 911 truth @checktheevidence.com
|
|
March 14, 2014, 09:20:52 PM |
|
You can now put an order for this and put your tracking No in the field. The Idea is our shipping team to have all RMA units together with the new orders in one shipping list
I have already sent you the first one of my two broken hex16a2's before you had the system (you should have received it a week ago by now) and now I made A RMA for the second one without entering the tracking number. Should I just post both tracking numbers here?
|
|
|
|
voodoo1602
Newbie
Offline
Activity: 40
Merit: 0
|
|
March 15, 2014, 12:06:34 AM |
|
Zich,
Are you running avalon 2 boards on same tplink as the 6/8 board?
Do you have a version of cgminer for rpi that runs both boards?
Thanks in advance!
Yes, i run both on them on TL-MR3020 For pi, you need to compile cgminer using patch that available at technobit website. The following guide is based on raspbian wheezy. 1. sudo aptitude update 2. sudo aptitude upgrade 3. sudo aptitude install libudev-dev libusb-1.0-0-dev libfox-1.6-dev 4. sudo aptitude install autotools-dev autoconf automake 5. sudo aptitude install libtool libncurses-dev yasm 6. sudo aptitude install curl libcurl4-openssl-dev libjansson-dev screen 7. sudo aptitude install pkg-config uthash-dev make git-core
Then download cgminer 3.12.3 1. git clone https://github.com/ckolivas/cgminer.git 2. mv cgminer cgminer-3.12.3 3. cd cgminer-3.12.3 4. git checkout e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f 5. wget https://www.dropbox.com/s/hfx7l4hz5ywgw3x/e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f.patch 6. patch -p1 < e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f.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 Make sure there is no error message on each step. No need to install, you can run cgminer from folder. 1. screen 2. sudo ./cgminer --hexminerc-voltage 1100 --hexminerc-options 16:1500 --hexminer8-set-diff-to-one 0 --hexminer8-chip-mask 255 --hexminer8-voltage 1005 --hexminer8-options 8:260 --set_default_to_8
Or add the setting to cgminer.conf so you don't have to type setting command each time sudo nano /root/.cgminer/cgminer.conf
{ "pools" : [ { "url" : "stratum+tcp://stratum-lb-usa48.btcguild.com:3333", "user" : "user", "pass" : "123" } ] , "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", "kernel-path" : "/usr/local/bin" }
Hello everyone! I have quick question. How many Hex miners can you hook up to one RPi? I have 3 hooked up to my Pi but when I try to hook up a 4th it just freaks out on me. I think I just might get another RPi but I would like to know just how many you could hook up to just 1 RPi. I also just wanted to say thanks to ZBC3 for pointing me to Zinch's instructons. Zinch thanks for helping out all of us out there who just thought I don't think I'm gonna get this to work. So thanks!
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 15, 2014, 12:51:35 AM |
|
Hello everyone! I have quick question. How many Hex miners can you hook up to one RPi? I have 3 hooked up to my Pi but when I try to hook up a 4th it just freaks out on me. I think I just might get another RPi but I would like to know just how many you could hook up to just 1 RPi. I also just wanted to say thanks to ZBC3 for pointing me to Zinch's instructons. Zinch thanks for helping out all of us out there who just thought I don't think I'm gonna get this to work. So thanks! Guess that's the limit for Rpi. Maybe you want to consider TPLINK TL-MR3020, it's can handle more HEX16C
|
|
|
|
voodoo1602
Newbie
Offline
Activity: 40
Merit: 0
|
|
March 15, 2014, 01:43:03 AM |
|
Right on! I just wanted to make sure I wasn't doing anything wrong. Thanks again!
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 15, 2014, 01:52:48 AM |
|
Right on! I just wanted to make sure I wasn't doing anything wrong. Thanks again!
No problem
|
|
|
|
HellDiverUK
|
|
March 15, 2014, 03:01:23 PM |
|
I've got 5 of these boards. They all stopped working at the same time. First the TL3020 went dead, and now the boards won't fire up. The PSU appears to be OK (it runs my other mining gear OK). I've tried them on a BeagleBone Black, but it won't pick up the boards, same with a PC, same with a RaspPi running MinePeon.
The fans still run OK, and I've tried different PSUs on separate boards. There's no lights on the boards.
Any clue why this might have happened? Is there any way of getting a repair (considering I bought these second-hand)?
?
|
|
|
|
ZBC3
|
|
March 15, 2014, 10:39:48 PM |
|
Thanks to zich's instructions, I am successfully running (these are all technobit boards): 4 avalon 2 boards, 3 bitfury boards, and 1 coincraft 260 board running off the same RPI.
|
|
|
|
Japs2013
|
|
March 16, 2014, 02:17:25 AM Last edit: March 16, 2014, 02:32:25 AM by Japs2013 |
|
As a response to all the messages above, I didn't read them into detail but I've seen the big characters and red fonts.
Until now my experience with Technobit is good, some months ago their communication was sometimes a bit slow but correct. I have received all my packages and am in correct communication with them about my current outstanding order.
This open order actually is a repair order for a Butburner Fury because the companies who made and delivered that machine does not respond at all. Technobit is taking the chips off and building them on a HEX16B. That's what I call service!
Maybe things are going a bit slow sometimes, but for me they're certainly not a scam company.
Just as a positive note ;-)
Unfortunately I have to take back my earlier positive note. The mentioned repair order still has to be delivered, I'm already waiting over 2,5 months. The Fury was delivered on the 2nd of January, this has been confirmed by Marto via PM on January 26th where he said "Chips are removed waiting for our next batch hex16b to be populated with". Last week I again asked for an update on my order, and I was quite stunned by the answer: "Please send the number of Shipment Waybill for chip that you were sent to us."...... of course I replied to the email. After that, silence...
|
|
|
|
marto74 (OP)
|
|
March 16, 2014, 07:03:40 AM |
|
Your sending is ready packed Sorry for the delay To be shipped tommorow
|
|
|
|
wolf_miner
Legendary
Offline
Activity: 1018
Merit: 1001
|
|
March 16, 2014, 09:40:37 AM |
|
Hello, I would like to carry the parameters from the command line to cgminer.conf command Line --hexminerc-voltage 1000 --hexminerc-options 16:1300 --set_default_to_c cgminer.conf "hexminerc-voltage" : "1000", "hexminerc-options" : "16:1300", but I can not find the right command to translate --set_default_to_c . I tried with " set_default_to_c" and "set_default" : "c" but it not work. Can you help me. Thanks in advance W_M
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 16, 2014, 09:44:15 AM |
|
Hello, I would like to carry the parameters from the command line to cgminer.conf command Line --hexminerc-voltage 1000 --hexminerc-options 16:1300 --set_default_to_c cgminer.conf "hexminerc-voltage" : "1000", "hexminerc-options" : "16:1300", but I can not find the right command to translate --set_default_to_c . I tried with " set_default_to_c" but it not work. Can you help me. Thanks in advance W_M "set_default_to_c" : true,
|
|
|
|
wolf_miner
Legendary
Offline
Activity: 1018
Merit: 1001
|
|
March 16, 2014, 09:45:54 AM |
|
Thank you very much Zich
W_M
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 16, 2014, 09:46:23 AM |
|
Thank you very much Zich
W_M
You are welcome
|
|
|
|
Socket54
|
|
March 20, 2014, 04:25:41 AM Last edit: March 21, 2014, 03:28:18 AM by Socket54 |
|
Problem fixed and hashing away
|
Laugh Smile and Love
|
|
|
cannachris
Sr. Member
Offline
Activity: 406
Merit: 250
cats love crypto | 911 truth @checktheevidence.com
|
|
March 20, 2014, 07:58:12 AM |
|
You can now put an order for this and put your tracking No in the field. The Idea is our shipping team to have all RMA units together with the new orders in one shipping list
I have already sent you the first one of my two broken hex16a2's before you had the system (you should have received it a week ago by now) and now I made A RMA for the second one without entering the tracking number. Should I just post both tracking numbers here? I would like to know the status of my first hex16a2 RMA (order WVEFURYEA). You should have received it more than a two weeks ago.I will ship the second one (QAAQGFFGF) tomorrow hopefully and PM you the trackingnr , have been sick, sorry for the delay.
|
|
|
|
hunter999
Newbie
Offline
Activity: 3
Merit: 0
|
|
March 20, 2014, 10:21:09 AM |
|
I hope you can enjoy your RMA´s i have send to marto 4 broken miners and nothing come back... no reaction, no money, no miner... thank you technobit...
|
|
|
|
Leahcim
Newbie
Offline
Activity: 36
Merit: 0
|
|
March 20, 2014, 12:38:27 PM |
|
Right on! I just wanted to make sure I wasn't doing anything wrong. Thanks again!
There is something else wrong, my Paspberry Pi handles 4 Hexminers and 1 Butterfly Labs.
|
|
|
|
|