dozerz
Legendary
Offline
Activity: 2242
Merit: 1057
|
|
March 05, 2014, 10:34:54 PM |
|
does anyone know what would cause the usb wire to heat up and then short out (almost a fire...) at the mini usb connection on the board? i connected a miner for the first time and this happened? other miners connected fine and are hashing away.
|
space for rent, shilling for sats
|
|
|
marto74 (OP)
|
|
March 05, 2014, 11:42:50 PM |
|
does anyone know what would cause the usb wire to heat up and then short out (almost a fire...) at the mini usb connection on the board? i connected a miner for the first time and this happened? other miners connected fine and are hashing away.
most probably faulty component or short 12 - 5 V, please return it for repairs
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 06, 2014, 01:34:41 AM |
|
Hi, i run my new HEX16A2 with this string on autoswitch megamultipool cgminer 3.12.3 running on a DT100 powered by CoreLinux. Sudo ./cgminer -o stratum+tcp://sha-256.megamultipool.com:5000 -u Weblogin.Worker -p Worker password --hexminerc-voltage 1100 --hexminerc-options 16:1500 --set_default_to_c To add API functions is true adding to command line this switc --api-listen --api-port 4040 --api-allow W:192.168.1.75Thanks in advance Luca Yes but you need to give local host access too --api-allow W:127.0.0.1,192.168.1.75
|
|
|
|
ZBC3
|
|
March 06, 2014, 02:10:32 AM Last edit: March 06, 2014, 02:21:13 AM by ZBC3 |
|
I had a similar issue, it slightly melted the hub of the USB port. I attributed it to my unprofessional soldering job; connected the yellow power line directly to the miner. However, I've added some additional fans, and switched usb cable and haven't had any additional melting.
Stupid question:
I have 4 of these hashing . The top one has a green blinking light while the three below it have red flashing lights. Why does the top miner have a green flashing light?
|
|
|
|
ZBC3
|
|
March 06, 2014, 02:20:17 AM Last edit: March 06, 2014, 02:54:57 AM by ZBC3 |
|
Scratch that, out of paranoia I checked and the damn usb cord is hot as shit. I'll take it off line for now. Martin, can I send this one back? I'll pay for the repairs and return postage since I modified the miner.
|
|
|
|
golfgrasshopper
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 07, 2014, 12:41:39 PM |
|
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" }
Hi Zich, This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
March 07, 2014, 12:55:05 PM |
|
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" }
Hi Zich, This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated Pay attention to 6. patch -p1 < e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f.patch Most probably path to e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f.patch is wrong type cat e447b697d90c4d1e4c6a2dc8bd9bfc3eab23115f.patch and see what happens if path is ok you should read some c code inside The eaest way just buy a tplink and flash it then forget
|
|
|
|
techman05
|
|
March 07, 2014, 01:01:42 PM |
|
Patch on mine ran fine for me @golfgrasshopper, I'm having difficulty with having cgminer recognize that I have the curl files for a cross compile I'm trying to do ( I really don't want to run this on linux ;p). There is a link under downloads on the page which looks like a patch for 4.0.0 so maybe try that, you just have to hope the numbers match the checkout # as it seems to with the one above.
The only time I got a problem with the patch was when I didn't do the checkout command where it did a partial patch and then I had to tell it to skip a bunch of files to get out of the patch.
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 07, 2014, 01:15:09 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh
|
|
|
|
golfgrasshopper
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 07, 2014, 01:24:56 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh You're right, I didn't realize that you can copy and paste into a terminal till near the end. I was typing and staring till my eyes bled ;-). I have now redone lines 5 and 6 with the same negative result. Maybe I have to start again from scratch and reflash raspbian to remove any transcription errors
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 07, 2014, 01:32:58 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh You're right, I didn't realize that you can copy and paste into a terminal till near the end. I was typing and staring till my eyes bled ;-). I have now redone lines 5 and 6 with the same negative result. Maybe I have to start again from scratch and reflash raspbian to remove any transcription errors I guess line 4 also not right
|
|
|
|
golfgrasshopper
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 07, 2014, 01:40:37 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh You're right, I didn't realize that you can copy and paste into a terminal till near the end. I was typing and staring till my eyes bled ;-). I have now redone lines 5 and 6 with the same negative result. Maybe I have to start again from scratch and reflash raspbian to remove any transcription errors I guess line 4 also not right I copied and pasted line 4,5 and 6 and still no joy. I'm just about to reflash raspbian and start from scratch. It will go much faster this time
|
|
|
|
Zich
Legendary
Offline
Activity: 1190
Merit: 1000
|
|
March 07, 2014, 01:57:50 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh You're right, I didn't realize that you can copy and paste into a terminal till near the end. I was typing and staring till my eyes bled ;-). I have now redone lines 5 and 6 with the same negative result. Maybe I have to start again from scratch and reflash raspbian to remove any transcription errors I guess line 4 also not right I copied and pasted line 4,5 and 6 and still no joy. I'm just about to reflash raspbian and start from scratch. It will go much faster this time Good luck It's already time for me to sleep
|
|
|
|
Destiffmast
|
|
March 07, 2014, 03:23:06 PM |
|
the problem is in the stratum proxy try to get newer from slush pool
That worked. Thanks :-)
|
|
|
|
techman05
|
|
March 07, 2014, 05:38:09 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh You're right, I didn't realize that you can copy and paste into a terminal till near the end. I was typing and staring till my eyes bled ;-). I have now redone lines 5 and 6 with the same negative result. Maybe I have to start again from scratch and reflash raspbian to remove any transcription errors I guess line 4 also not right I copied and pasted line 4,5 and 6 and still no joy. I'm just about to reflash raspbian and start from scratch. It will go much faster this time Good luck It's already time for me to sleep Gotta be missing something I'm doing those steps up till auto.sh on umbuntu and up to then it's fine . Maybe make sure the right packages are installed to understand the patch command.
|
|
|
|
techman05
|
|
March 07, 2014, 09:45:23 PM |
|
Hey anyone know if there's a windows command to release a com port? I'm trying to connect to my miner port and its saying denied.
|
|
|
|
cannachris
Sr. Member
Offline
Activity: 406
Merit: 250
cats love crypto | 911 truth @checktheevidence.com
|
|
March 07, 2014, 10:20:34 PM |
|
Hey my second hex16a2 from order WVEFURYEA has just shorted my psu and made a lot of smoke and a very nasty smell and is 100% broken. The chips are ok though. I will have to return this one too, there is a burnt out spot on the board, and a blackened component just fell off. That makes two out of two hex16a2's broken, without any overclocking! The other one should have reached you by now according to tracking. I will return this one too. And if possible I would prefer to put the refund money towards a coincraft miner, but if you send me two hex16a2's that's ok too.
Do you want me to take a picture of the board before I ship it back?.
I would really like to know whether you have received the miner and could let me know whether I will be getting new miners or store credit?
Will you keep me updated PLEASE?
Thanks!
|
|
|
|
marto74 (OP)
|
|
March 09, 2014, 09:06:32 AM |
|
|
|
|
|
golfgrasshopper
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 09, 2014, 02:22:38 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh You're right, I didn't realize that you can copy and paste into a terminal till near the end. I was typing and staring till my eyes bled ;-). I have now redone lines 5 and 6 with the same negative result. Maybe I have to start again from scratch and reflash raspbian to remove any transcription errors I guess line 4 also not right I copied and pasted line 4,5 and 6 and still no joy. I'm just about to reflash raspbian and start from scratch. It will go much faster this time Good luck It's already time for me to sleep HI Guys, I reflashed Raspbian and followed Zich's instructions to the letter by copying and pasting this time and everything was installed correctly. Thank you for all the help. Cgminer is now running and I filled in my pool details etc (eligius)when prompted. My problem is that everytime I exit putty cgminer shuts down. I couldn't see any options so I just click on the x in the top right corner of the window. I now know that's wrong. Anyone got a better method? Thanks again
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
March 09, 2014, 02:43:53 PM |
|
Hi Zich,
This is my first post and I don't know if I'm doing it correctly but here goes. I've never use Linux before but I am trying to set up a couple of Technobit hex16a2's that I just purchased on ebay. I am using a Raspi loaded with Raspbian. I followed your instructions concerning loading and patching cgminer 3.12.3 and everything was working well until I tried to apply the patch. I get an error that states that the patch "unexpectedly ends in the middle of a line" and "only garbage was found in the patch input" Also I can't find the patch on Technobit's website Is the file corrupted or am I missing something? Any help would be greatly appreciated
Hmm, did you type the command line by line or copy paste? I bet that some line is miss when you type. You can copy then right click to paste it on ssh You're right, I didn't realize that you can copy and paste into a terminal till near the end. I was typing and staring till my eyes bled ;-). I have now redone lines 5 and 6 with the same negative result. Maybe I have to start again from scratch and reflash raspbian to remove any transcription errors I guess line 4 also not right I copied and pasted line 4,5 and 6 and still no joy. I'm just about to reflash raspbian and start from scratch. It will go much faster this time Good luck It's already time for me to sleep HI Guys, I reflashed Raspbian and followed Zich's instructions to the letter by copying and pasting this time and everything was installed correctly. Thank you for all the help. Cgminer is now running and I filled in my pool details etc (eligius)when prompted. My problem is that everytime I exit putty cgminer shuts down. I couldn't see any options so I just click on the x in the top right corner of the window. I now know that's wrong. Anyone got a better method? Thanks again Start cgminer in screen session then detach it Ctrl+a+d then exit then close putty In general login via ssh Type screen if you got error install it In screen exec cgminer detach and exit
|
|
|
|
|