Bitcoin Forum
April 20, 2024, 04:03:04 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 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 61 62 63 64 ... 83 »
  Print  
Author Topic: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher  (Read 365528 times)
suchmoon
Legendary
*
Offline Offline

Activity: 3640
Merit: 8908


https://bpip.org


View Profile WWW
March 07, 2014, 08:47:51 PM
 #261

Thank you BotwinBG and miaviator!

I was missing libncurses5-dev shown as optional but is required for the text user interface.

Using this now to build deps:
Code:
sudo apt-get install build-essential autoconf automake pkg-config libtool libcurl4-openssl-dev libncurses5-dev libudev-dev

Have a few basic Linux questions but perhaps I'll spare this thread with them and try searching.

If anyone knows though:
1. how do you go in and out of the cgminer text interface keeping it running in the background?
2. will logging out of the SSH connection shut down cgminer? If so how do you keep it running?
3. how to get back into the cgminer text interface after a new SSH connection?
4. any other tips for a lowly Linux newb?

Use screen:

Code:
screen -S miner

"miner" can be anything, it's just a name that you can use later to get back to it. This will give you a new shell. Start cgminer there.

Ctrl-A, then Ctrl-D will exit the new shell and will keep cgminer running.

To verify that it's indeed running in the background use this:

Code:
ps auxwww | grep cgminer

You can now disconnect SSH etc. To get back to your cgminer:

Code:
screen -D -r miner

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713628984
Hero Member
*
Offline Offline

Posts: 1713628984

View Profile Personal Message (Offline)

Ignore
1713628984
Reply with quote  #2

1713628984
Report to moderator
Flep182
Legendary
*
Offline Offline

Activity: 938
Merit: 1007


View Profile
March 07, 2014, 09:19:13 PM
 #262

I've got 12 hashing now on 900 frequency on my Raspberry Pi. Looking good, though some hardware errors. I'll probably switch back to 850 before going to sleep tonight. So far looking very fancy, hoping that my second batch clears soon enough (how about monday? Wink) from customs so I can set up another 20  Roll Eyes
suchmoon
Legendary
*
Offline Offline

Activity: 3640
Merit: 8908


https://bpip.org


View Profile WWW
March 07, 2014, 09:46:51 PM
 #263

I've got 12 hashing now on 900 frequency on my Raspberry Pi. Looking good, though some hardware errors. I'll probably switch back to 850 before going to sleep tonight. So far looking very fancy, hoping that my second batch clears soon enough (how about monday? Wink) from customs so I can set up another 20  Roll Eyes

I get an occasional hardware error too, 6 errors among 20 miners in the last 24 hours. It seems random (i.e. it's not one faulty miner that always gets the error, it's 6 different miners one error each), and they keep happily hashing afterwards, so I'm not sure if it's something to worry about. I'm at 850 MHz, but I got at least one error at 750 MHz too. Maybe it's the USB hub or power supply or something. I got a couple of errors in Windows too, so it's not an issue with Pi.
gamefixer
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250


View Profile
March 08, 2014, 12:26:16 AM
 #264

Anyone else try the already compiled version of cgminer for windows that can connect to the gridseeds? I was able to get it to connect and mine with one at a time but never anymore than that.
CartmanSPC
Legendary
*
Offline Offline

Activity: 1270
Merit: 1000



View Profile
March 08, 2014, 12:43:57 AM
 #265

Anyone else try the already compiled version of cgminer for windows that can connect to the gridseeds? I was able to get it to connect and mine with one at a time but never anymore than that.

Had 3 plugged in directly to the computer (no hub) but I could not get more than 2 working so switching to Linux...
From the cgminer FAQ:
Quote
When you first switch a device over to WinUSB with zadig and it shows that
correctly on the left of the zadig window, but it still gives permission
errors, you may need to unplug the USB miner and then plug it back in. Some
users may need to reboot at this point.

I am still waiting for a powered USB hub so that may have something to do with it.

workshop35
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 08, 2014, 12:52:02 AM
 #266

what's the polarity of the barrel socket on the gridseed? center positive?
miaviator (OP)
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 08, 2014, 01:05:01 AM
 #267

what's the polarity of the barrel socket on the gridseed? center positive?

Center/Red Wire Positive. 2.1mm ID 5.5mm OD

workshop35
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 08, 2014, 01:07:50 AM
 #268

what's the polarity of the barrel socket on the gridseed? center positive?

Center/Red Wire Positive. 2.1mm ID 5.5mm OD

Yeah stupid me posted before breaking out the meter and seeing that the OD on the unit socket is case grounded...thanks. My plugs dont have color coded wires.
wolfey2014
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
March 08, 2014, 02:44:27 AM
 #269

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

I Modify Miners Professionally! PM me for details!
workshop35
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 08, 2014, 02:50:36 AM
 #270

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

the polarity of the socket isn't stated here, just color codes. If you don't have color coded wires (and don't just check it with a meter like I should have to begin with) then it's a legitimate question...there are reverse polarity plugs out there.

wolfey2014
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
March 08, 2014, 02:58:20 AM
 #271

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

the polarity of the socket isn't stated here, just color codes. If you don't have color coded wires (and don't just check it with a meter like I should have to begin with) then it's a legitimate question...there are reverse polarity plugs out there.



heh, ofcourse, someone just had to be 'right about it'..  Shocked ... as if...

I Modify Miners Professionally! PM me for details!
workshop35
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 08, 2014, 03:20:29 AM
 #272

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

the polarity of the socket isn't stated here, just color codes. If you don't have color coded wires (and don't just check it with a meter like I should have to begin with) then it's a legitimate question...there are reverse polarity plugs out there.



heh, ofcourse, someone just had to be 'right about it'..  Shocked ... as if...

I am right Smiley Just trying to make sure I don't fry a $250 piece of electronics the first night I get it.
miaviator (OP)
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 08, 2014, 03:30:02 AM
 #273

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

the polarity of the socket isn't stated here, just color codes. If you don't have color coded wires (and don't just check it with a meter like I should have to begin with) then it's a legitimate question...there are reverse polarity plugs out there.



It's there now.

wolfey2014
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
March 08, 2014, 03:30:23 AM
 #274

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

the polarity of the socket isn't stated here, just color codes. If you don't have color coded wires (and don't just check it with a meter like I should have to begin with) then it's a legitimate question...there are reverse polarity plugs out there.



heh, ofcourse, someone just had to be 'right about it'..  Shocked ... as if...

I am right Smiley Just trying to make sure I don't fry a $250 piece of electronics the first night I get it.

Still tryin to be right eh?
Like I said, "READ"
 Roll Eyes

I Modify Miners Professionally! PM me for details!
workshop35
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 08, 2014, 03:35:12 AM
 #275

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

the polarity of the socket isn't stated here, just color codes. If you don't have color coded wires (and don't just check it with a meter like I should have to begin with) then it's a legitimate question...there are reverse polarity plugs out there.



It's there now.

thank you sir
wolfey2014
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
March 08, 2014, 03:56:13 AM
 #276

geesh! come on people! These are basic ' how to' questions already answered right on this very thread!

My response to your questions for help is, "see page 1"
Capiche?

READ!  Cheesy

Wolfey2014

the polarity of the socket isn't stated here, just color codes. If you don't have color coded wires (and don't just check it with a meter like I should have to begin with) then it's a legitimate question...there are reverse polarity plugs out there.



It's there now.

thank you sir

heh heh, it worked!  Grin Cheesy Shocked Cool Huh Tongue

I Modify Miners Professionally! PM me for details!
miaviator (OP)
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 08, 2014, 04:36:52 AM
 #277

FYI: $232.94 shipped for a gridseed from ZoomHash with Discount Code UnicornHasher
(The discount box is on step 2 of 2 after you enter your shipping info)


vabchgent
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
March 08, 2014, 06:05:29 AM
 #278

Finally got cgminer to work. I did the plug unplug thing it didn't work. I moved my usb hub to a 2.0 usb port and it started working.   Grin

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███     

██████████

██████     

███████████

███████████████     

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
wsirianni1
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 08, 2014, 01:07:28 PM
 #279

hey thanks for the great guide just have a couple of questions
1. why do you need that lightning asic router thingy cant you just use the usb hub alone?
2. where can i get one if i need one?

thanks alot
miaviator (OP)
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 08, 2014, 03:14:27 PM
 #280

hey thanks for the great guide just have a couple of questions
1. why do you need that lightning asic router thingy cant you just use the usb hub alone?
2. where can i get one if i need one?

thanks alot

You need something to run the mining software, the controller or a windows/linux/pi box.  Not sure who sells the controllers by themselves they come with the 10 packs (LA3M)

Pages: « 1 2 3 4 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 61 62 63 64 ... 83 »
  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!