Bitcoin Forum
April 23, 2024, 07:23:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2  All
  Print  
Author Topic: GridSeed GC3355 Scrypt ASIC Ubuntu GNU/Linux installation guide  (Read 17870 times)
meinhard (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile WWW
February 07, 2014, 09:41:30 PM
 #1

Hi Scrypt miners,

I was lucky enough to get one of the first Scrypt ASICs produced by Chinese GridSeed during my stay in South Korea last month. Cheers to Dis Btopia of xbitcoinx.com! Smiley I just hooked up one unit containing 5 chips to my Ubuntu box via USB port and here is what I did to get it running. Mind you, these instructions are for mining Scrypt, not SHA256 or dual mode, which the ASIC can also do. Most of the information I pieced together from this post in Chinese: http://cybtc.com/article-468-1.html

Download GridSeed's modified cpuminer and unpack zip file:
Code:
wget https://github.com/gridseed/cpuminer/archive/master.zip
unzip master.zip
cd cpuminer-master

..or download via git:
Code:
git clone git@github.com:gridseed/cpuminer.git
cd cpuminer

Install automake:
Code:
sudo apt-get install automake

You might need to install other compiling tools. I didn't need to, because I compiled other things before.

Compile:
Code:
./autogen.sh
./configure CFLAGS="-O3"
make

Connect and power up ASIC.

Find correct USB device:
Code:
ls /dev/*USB*

..or watch syslog while plugging in ASIC:
Code:
tail -f /var/log/syslog

Start mining (replace "ttyUSB0" with device found above and add your pool data):
Code:
sudo ./minerd --freq=600 --gc3355=/dev/ttyUSB0 --url=<your pool> --userpass=user:pass

You should now see lots of output with yellow "LTC" lines. If you see red lines, that's bad. Wink Anyway, post here if you run into troubles.

I am not quite sure what the green and red LEDs are about. As far as I can tell there is no English documentation about that anywhere. I assume green (which is on as soon as power and USB are connected) indicates a certain ready state and red (which flashes sometimes) means hardware errors.

I am getting a lot of "Invalid nonce" errors in the cpuminer output along with red LED flashing. Probably because by mistake I got a 12V/0.5A power supply instead of 12V/5A and chips run low on power. So I can't tell you much about hash rates etc. right now. I'll get another power supply next week, so stay tuned.
1713857037
Hero Member
*
Offline Offline

Posts: 1713857037

View Profile Personal Message (Offline)

Ignore
1713857037
Reply with quote  #2

1713857037
Report to moderator
1713857037
Hero Member
*
Offline Offline

Posts: 1713857037

View Profile Personal Message (Offline)

Ignore
1713857037
Reply with quote  #2

1713857037
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713857037
Hero Member
*
Offline Offline

Posts: 1713857037

View Profile Personal Message (Offline)

Ignore
1713857037
Reply with quote  #2

1713857037
Report to moderator
1713857037
Hero Member
*
Offline Offline

Posts: 1713857037

View Profile Personal Message (Offline)

Ignore
1713857037
Reply with quote  #2

1713857037
Report to moderator
poopypants
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
February 10, 2014, 11:46:05 PM
 #2

Any updates to this?  I will be receiving my first Gridseed 5 chip model tomorrow and would like to run it from my raspberry pi.  Just curious if you have any other tips to add, or if you have had any problems running the miner this way.  Thanks for posting above hopefully that will help me when I try to set this up tomorrow.

--Poopy

Einsteinium: http://einsteinium.org/    Helping advance Science

SilkCoin: BCZFuLUX2XfGF4W5cRK3efcg6U5Pv1tuaj
Anonymailer
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
March 01, 2014, 12:53:24 AM
 #3

Do the 5 chips devices not have switches for mode?

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
miaviator
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 01, 2014, 03:59:51 PM
 #4

Thanks!

hostmaster
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 01, 2014, 04:00:30 PM
 #5

waw very useful tutorial thx.
miaviator
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 01, 2014, 09:30:00 PM
 #6

I'm using some of your instructions and crediting your post.

https://bitcointalk.org/index.php?topic=494625.0

jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 11, 2014, 01:38:29 PM
 #7

Is there any reason this will not work on Centos 5.8?

tia - Jeff

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
miaviator
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 11, 2014, 02:55:00 PM
 #8

Is there any reason this will not work on Centos 5.8?

tia - Jeff

Are you asking If it will work or saying that it doesn't?

The package manager line for apt-get would have to be changed to use yum/rpm.  aside from that I don't see an issue.

jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 11, 2014, 10:13:35 PM
 #9

on paper yes miavitor - but in reality it's just one challenge after another so I gave up in installed 'ew'buntu and it's running.

of course now my challenge is to get a bank of two of these gridseeds working.

since they'll be on a bank I'm not sure that the configuration issues will be to get them all working together....


do I have twenty instances of minerd running one for each gridseed?

sudo ./minerd --freq=600 --gc3355=/dev/ttyUSB0 --url=<your pool> --userpass=user:pass


Huh

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 12, 2014, 01:19:51 PM
 #10

sorry for the elementary question but I have 20 of these on the way and need to know exactly what type of USM cables I need to hook these up the the hubs I've ordered.

thanks in advance.

Jeff

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
meinhard (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile WWW
March 12, 2014, 01:27:15 PM
 #11

hi jeff,

sorry for the elementary question but I have 20 of these on the way and need to know exactly what type of USM cables I need to hook these up the the hubs I've ordered.

i think you will find everything you need to know (and much more!) in miaviator's complete guide: https://bitcointalk.org/index.php?topic=494625.0

@miaviator excellent guide by the way! respect.

i didn't follow up on mining with gridseed by the way, because a few other things distracted me recently. Wink my single gc3355 is now sitting in a box doing nothing. :-/
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


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

hi jeff,

sorry for the elementary question but I have 20 of these on the way and need to know exactly what type of USM cables I need to hook these up the the hubs I've ordered.

i think you will find everything you need to know (and much more!) in miaviator's complete guide: https://bitcointalk.org/index.php?topic=494625.0

@miaviator excellent guide by the way! respect.

i didn't follow up on mining with gridseed by the way, because a few other things distracted me recently. Wink my single gc3355 is now sitting in a box doing nothing. :-/


yea - well after looking at every picture in hundreds of posts in that thread I still cannot see a close up of the exact usb cable needed.

 Sad

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
dingoKoin
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
March 12, 2014, 04:11:04 PM
 #13

Is this plug and play?

 I mean do I only have to plug these littles beasts with a USB cable to a USB hub connected to my PC and Ubuntu will recognize them off the bat?

Thanks for your replies.
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 12, 2014, 04:21:34 PM
 #14

Is this plug and play?

 I mean do I only have to plug these littles beasts with a USB cable to a USB hub connected to my PC and Ubuntu will recognize them off the bat?

Thanks for your replies.


well - kind of - look here

https://bitcointalk.org/index.php?topic=494625.0


 and then search for : *** For ubuntu 13.10 ***

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
dingoKoin
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
March 12, 2014, 04:24:41 PM
 #15

Is this plug and play?

 I mean do I only have to plug these littles beasts with a USB cable to a USB hub connected to my PC and Ubuntu will recognize them off the bat?

Thanks for your replies.


well - kind of - look here

https://bitcointalk.org/index.php?topic=494625.0


 and then search for : *** For ubuntu 13.10 ***

The PSU tweaking scares kinda puts me off. Do i really have to go through all that shit?
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 12, 2014, 05:09:28 PM
 #16

what do you mean by psu tweaking. I'll probably try to dual mine since the bitcoin is free money vs power used.

I'm going to go with 1200W psu for each 10 gridseeds and I'd hate to underpower them.


Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
miaviator
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 12, 2014, 06:53:22 PM
 #17

hi jeff,

sorry for the elementary question but I have 20 of these on the way and need to know exactly what type of USM cables I need to hook these up the the hubs I've ordered.

i think you will find everything you need to know (and much more!) in miaviator's complete guide: https://bitcointalk.org/index.php?topic=494625.0

@miaviator excellent guide by the way! respect.

i didn't follow up on mining with gridseed by the way, because a few other things distracted me recently. Wink my single gc3355 is now sitting in a box doing nothing. :-/


yea - well after looking at every picture in hundreds of posts in that thread I still cannot see a close up of the exact usb cable needed.

 Sad

Really?

Part 2: The GridSeed Device




http://www.l-com.com/images/usb-tutorial_connectors.gif

miaviator
Donator
Hero Member
*
Offline Offline

Activity: 686
Merit: 519


It's for the children!


View Profile WWW
March 12, 2014, 06:55:25 PM
 #18

hi jeff,

sorry for the elementary question but I have 20 of these on the way and need to know exactly what type of USM cables I need to hook these up the the hubs I've ordered.

i think you will find everything you need to know (and much more!) in miaviator's complete guide: https://bitcointalk.org/index.php?topic=494625.0

@miaviator excellent guide by the way! respect.

i didn't follow up on mining with gridseed by the way, because a few other things distracted me recently. Wink my single gc3355 is now sitting in a box doing nothing. :-/


Ship it to me Smiley

jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 12, 2014, 11:29:33 PM
Last edit: March 12, 2014, 11:41:16 PM by jjj0923
 #19

bummer - I grabbed the wrong type of mini usb connectors today - UGH!!! LOL

is this the correct cable?

https://istockonline.com/pearstone-usb-2-0-type-a-male-to-type-b-mini-male-cable-10.html


Huh

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 14, 2014, 11:16:10 AM
 #20

I'm wondering if there is a cgminer for gridseed?

Lifeforce Pools : http://www.lifeforce.info
Earthcoin :http://eac.lifeforce.info -  Netcoin:  http://net.lifeforce.info - Hundred Coin Pool : http://100.lifeforce.info
Redoakcoin Pool : http://roc.lifeforce.info Guldencoin http://nlg.lifeforce.info also Worldcoin, Guncoin, NOBL, USDe, Tagcoin, Topcoin , Tagcoin , Credits, Goldcoin & Hobonickels
Pages: [1] 2  All
  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!