Bitcoin Forum
April 27, 2024, 10:45:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 »
  Print  
Author Topic: Re: [ANN] Technobit HEX16A2 - 24 Ghs - 50 EUR 48 h shippment  (Read 104812 times)
dozerz
Legendary
*
Offline Offline

Activity: 2214
Merit: 1057



View Profile
March 05, 2014, 10:34:54 PM
 #1081

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
1714214750
Hero Member
*
Offline Offline

Posts: 1714214750

View Profile Personal Message (Offline)

Ignore
1714214750
Reply with quote  #2

1714214750
Report to moderator
1714214750
Hero Member
*
Offline Offline

Posts: 1714214750

View Profile Personal Message (Offline)

Ignore
1714214750
Reply with quote  #2

1714214750
Report to moderator
1714214750
Hero Member
*
Offline Offline

Posts: 1714214750

View Profile Personal Message (Offline)

Ignore
1714214750
Reply with quote  #2

1714214750
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
marto74 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile WWW
March 05, 2014, 11:42:50 PM
 #1082

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

http://technobit.eu
tips : 12DNdacCtUZ99qcP74FwchaCPzeDL9Voff
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
March 06, 2014, 01:34:41 AM
 #1083

Hi, i run my new HEX16A2 with this string on autoswitch megamultipool Grin cgminer 3.12.3 running on a DT100 powered by CoreLinux.

Code:
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.75

Thanks 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
Sr. Member
****
Offline Offline

Activity: 361
Merit: 250



View Profile
March 06, 2014, 02:10:32 AM
Last edit: March 06, 2014, 02:21:13 AM by ZBC3
 #1084

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
Sr. Member
****
Offline Offline

Activity: 361
Merit: 250



View Profile
March 06, 2014, 02:20:17 AM
Last edit: March 06, 2014, 02:54:57 AM by ZBC3
 #1085

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 Offline

Activity: 7
Merit: 0


View Profile
March 07, 2014, 12:41:39 PM
 #1086

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  Grin

For pi, you need to compile cgminer using patch that available at technobit website.
The following guide is based on raspbian wheezy.

Code:
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
Code:
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  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 --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  Cheesy
Code:
sudo nano /root/.cgminer/cgminer.conf

Code:
{
"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 Offline

Activity: 1610
Merit: 1000


View Profile
March 07, 2014, 12:55:05 PM
 #1087

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  Grin

For pi, you need to compile cgminer using patch that available at technobit website.
The following guide is based on raspbian wheezy.

Code:
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
Code:
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  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 --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  Cheesy
Code:
sudo nano /root/.cgminer/cgminer.conf

Code:
{
"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 Wink
The eaest way just buy a tplink and flash it then forget Cheesy

Please help the Led Boy aka Bicknellski to make us a nice Christmas led tree and pay WASP membership fee here:
https://bitcointalk.org/index.php?topic=643999.msg7191563#msg7191563
And remember Bicknellski is not collecting money from community;D
techman05
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile WWW
March 07, 2014, 01:01:42 PM
 #1088

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.


Like the info address for potential tips Wink
BTC 1CL5BnNhdL2wDVmSDwMbW1cNhZew87CAPV
* http://www.miningrigrentals.com/register?ref=563
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
March 07, 2014, 01:15:09 PM
 #1089


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 Offline

Activity: 7
Merit: 0


View Profile
March 07, 2014, 01:24:56 PM
 #1090


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 Offline

Activity: 1190
Merit: 1000


View Profile WWW
March 07, 2014, 01:32:58 PM
 #1091


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  Roll Eyes
golfgrasshopper
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 07, 2014, 01:40:37 PM
 #1092


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  Roll Eyes


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 Offline

Activity: 1190
Merit: 1000


View Profile WWW
March 07, 2014, 01:57:50 PM
 #1093


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  Roll Eyes


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  Smiley
It's already time for me to sleep  Cheesy
Destiffmast
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
March 07, 2014, 03:23:06 PM
 #1094

the problem is in the stratum proxy
try to get newer from slush pool

That worked. Thanks :-)
techman05
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile WWW
March 07, 2014, 05:38:09 PM
 #1095


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  Roll Eyes


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  Smiley
It's already time for me to sleep  Cheesy

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.

Like the info address for potential tips Wink
BTC 1CL5BnNhdL2wDVmSDwMbW1cNhZew87CAPV
* http://www.miningrigrentals.com/register?ref=563
techman05
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile WWW
March 07, 2014, 09:45:23 PM
 #1096

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.

Like the info address for potential tips Wink
BTC 1CL5BnNhdL2wDVmSDwMbW1cNhZew87CAPV
* http://www.miningrigrentals.com/register?ref=563
cannachris
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250

cats love crypto | 911 truth @checktheevidence.com


View Profile
March 07, 2014, 10:20:34 PM
 #1097

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)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile WWW
March 09, 2014, 09:06:32 AM
 #1098

Technobit HEX boards family simple setup guide
http://www.megafileupload.com/en/file/506573/TECHNOBIT-HEX16--Setup-pdf.html

http://technobit.eu
tips : 12DNdacCtUZ99qcP74FwchaCPzeDL9Voff
golfgrasshopper
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 09, 2014, 02:22:38 PM
 #1099


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  Roll Eyes


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  Smiley
It's already time for me to sleep  Cheesy


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 Offline

Activity: 1610
Merit: 1000


View Profile
March 09, 2014, 02:43:53 PM
 #1100


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  Roll Eyes


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  Smiley
It's already time for me to sleep  Cheesy


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

Please help the Led Boy aka Bicknellski to make us a nice Christmas led tree and pay WASP membership fee here:
https://bitcointalk.org/index.php?topic=643999.msg7191563#msg7191563
And remember Bicknellski is not collecting money from community;D
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!