Pages:
Author

Topic: Gridseed 5 Chip Cells (Read 9393 times)

legendary
Activity: 3206
Merit: 1069
October 20, 2014, 10:46:21 AM
#46
sry for bumping this but, i'm using vmware, and i can't get those little babies to work
full member
Activity: 196
Merit: 100
March 13, 2014, 03:00:05 PM
#45
Just got my miner, but after 20 minutes, i still havnt gotten a share ??

http://imgur.com/Q3iTWpZ

This happens sometimes....Are you using the silver fins? This problem seems to occur more often with the silver fins. Keep restarting the cpuminer until you see it accepts shares. It should accept the first share within 2-3 mins


Yeh its the silver one. Got it to work, thanks.
legendary
Activity: 1775
Merit: 1032
Value will be measured in sats
March 13, 2014, 12:00:13 PM
#44
Just got my miner, but after 20 minutes, i still havnt gotten a share ??

http://imgur.com/Q3iTWpZ

This happens sometimes....Are you using the silver fins? This problem seems to occur more often with the silver fins. Keep restarting the cpuminer until you see it accepts shares. It should accept the first share within 2-3 mins
sr. member
Activity: 420
Merit: 250
March 13, 2014, 09:17:20 AM
#43
Is there a way to use a regular power supply like this one - http://www.ebay.com/itm/400633139181?var=670187426663&ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649

Or must I necessarily do the wires thing?

You can use something like that just fine. I would try to find one with a higher rating though, 5A is really on the limit if you do dual mining. It should be fine if you only use the scrypt mode.
full member
Activity: 196
Merit: 100
March 13, 2014, 09:11:38 AM
#42
Just got my miner, but after 20 minutes, i still havnt gotten a share ??

http://imgur.com/Q3iTWpZ
newbie
Activity: 38
Merit: 0
March 05, 2014, 06:13:57 PM
#41
Is there a way to use a regular power supply like this one - http://www.ebay.com/itm/400633139181?var=670187426663&ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649

Or must I necessarily do the wires thing?
newbie
Activity: 38
Merit: 0
March 04, 2014, 01:51:47 PM
#40
Yes, that's what it says.
sr. member
Activity: 420
Merit: 250
March 03, 2014, 08:41:41 PM
#39
I had a regular 12v 6a power supply laying around (like one for a laptop), I tried using that, but the device showed a red light. Why wouldn't this work?

Does it have + on the inside and - on the outside? Also the correct size plug (5.5x2.5mm)?
newbie
Activity: 38
Merit: 0
March 03, 2014, 07:42:54 PM
#38
I had a regular 12v 6a power supply laying around (like one for a laptop), I tried using that, but the device showed a red light. Why wouldn't this work?
legendary
Activity: 938
Merit: 1007
March 03, 2014, 05:32:07 AM
#37
I'd be mainly interested in having a decent working version of either of them for the gridseeds, my donation goes to the first one Wink

I'd rather spread the gridseeds per 20 over multiple raspberry's to be able to use different pools plus a lower risk of failure for the whole "grid". 
sr. member
Activity: 420
Merit: 250
March 03, 2014, 05:25:27 AM
#36
Ah, let's see whether this one is finished faster than MinePeon, then I'll have to get another Raspberry Wink

Is minepeon working on the gridseeds as well? Couldn't find anything about that?

Nope, haven't seen confirmation of that but when it's taking over 30% of the scrypt mining capacity it'll probably be added somewhere.

Yeah, you're probably right. But the scripta devs have been working on it for some time already. I would just love to have a single raspi manage everything. Either with minepeon adding scrypt support, or with scripta adding sha support.
legendary
Activity: 938
Merit: 1007
March 03, 2014, 05:17:39 AM
#35
Ah, let's see whether this one is finished faster than MinePeon, then I'll have to get another Raspberry Wink

Is minepeon working on the gridseeds as well? Couldn't find anything about that?

Nope, haven't seen confirmation of that but when it's taking over 30% of the scrypt mining capacity it'll probably be added somewhere.
sr. member
Activity: 420
Merit: 250
March 03, 2014, 04:52:23 AM
#34
Ah, let's see whether this one is finished faster than MinePeon, then I'll have to get another Raspberry Wink

Is minepeon working on the gridseeds as well? Couldn't find anything about that?
legendary
Activity: 938
Merit: 1007
March 02, 2014, 02:24:25 PM
#33
Ah, let's see whether this one is finished faster than MinePeon, then I'll have to get another Raspberry Wink
sr. member
Activity: 420
Merit: 250
March 02, 2014, 12:40:35 PM
#32
i have the custom cpuminer from gridseed running on my raspberry pi.

Its pretty easy to install, just compile it and you will have the minerd in the checkout dir after that run it with:
sudo ./minerd -G /dev/devicename -o stratum+tcp://pool:port -u worker.name -p password --freq=750 -D

The -G option can be either /dev/ttyUSB0 [or a higher number] or /dev/ttyACM0 [or a higher number].

I'm running 4 of them now on my Pi, along with some sha256 asics. Every miner needs a separate minerd instance.

I have the gold units.

rgdz,
bhai

That sounds awesome! Can you give a more detailed description what version o minerd you used, how to compile them, and what linux version you use on the raspberry pi?

And the most important question, are the miners using only the LTC core or both?

Take a look at the scripta thread on litecointalk: https://litecointalk.org/index.php?topic=9908.45 there is a link to the custom minerd there.

Also, I was quite amazed with the performance increase from going from the controller to a raspi:


©worldly from litecointalk.
sr. member
Activity: 602
Merit: 251
March 01, 2014, 07:27:54 PM
#31
i have the custom cpuminer from gridseed running on my raspberry pi.

Its pretty easy to install, just compile it and you will have the minerd in the checkout dir after that run it with:
sudo ./minerd -G /dev/devicename -o stratum+tcp://pool:port -u worker.name -p password --freq=750 -D

The -G option can be either /dev/ttyUSB0 [or a higher number] or /dev/ttyACM0 [or a higher number].

I'm running 4 of them now on my Pi, along with some sha256 asics. Every miner needs a separate minerd instance.

I have the gold units.

rgdz,
bhai

That sounds awesome! Can you give a more detailed description what version o minerd you used, how to compile them, and what linux version you use on the raspberry pi?

And the most important question, are the miners using only the LTC core or both?
member
Activity: 93
Merit: 10
March 01, 2014, 05:43:51 PM
#30
i have the custom cpuminer from gridseed running on my raspberry pi.

Its pretty easy to install, just compile it and you will have the minerd in the checkout dir after that run it with:
sudo ./minerd -G /dev/devicename -o stratum+tcp://pool:port -u worker.name -p password --freq=750 -D

The -G option can be either /dev/ttyUSB0 [or a higher number] or /dev/ttyACM0 [or a higher number].

I'm running 4 of them now on my Pi, along with some sha256 asics. Every miner needs a separate minerd instance.

I have the gold units.

rgdz,
bhai
legendary
Activity: 1946
Merit: 1035
February 28, 2014, 02:59:20 PM
#29
I will try again the version that I compiled on Linux, now that the 'hardware issues' have been solved and it's hashing fine on Windows.

Unfortunately, my new attempt confirms that the cpuminer from gridseed's github doesn't seem to get any shares from the silver unit (while the Windows compiled version from LightningAsic works).

If you need to stay on Linux, I would attempt either the VM or Wine route for now
legendary
Activity: 1946
Merit: 1035
February 28, 2014, 02:51:45 PM
#28
So is it not yet possible to run the 5-chip units under linux then?  Does any linux miner software exist?  I compiled the gridseed github minerd and got the same issues:

Code:
[2014-02-27 20:58:21] Stratum detected new block
[2014-02-27 20:58:21] dispatching new work to GC3355 LTC core
>>> LTC : 55aa1f2810000000
>>> LTC : 55aa1f2813000000
>>> LTC : 55aa1f00000000000000000000000000000000000000000000000000000000f8ff07000080bf3c3568ca9f531593a7b6dffa29244a573124dd9059e53303ba459ca468980000000138e115835fe6ad35d677b3447a2965f630064c61ac67a8f82eaddd534136520e681bdb830e38f3d393c2b4b7d667ebd66c1fbd29a2a65d7e3b4b19fc8c12525e530fa6f11c56ffb100000000ffffffff

Don't worry too much about it, if you read my later posts and follow this topic, you will see that the modified CPUMiner works with silver units, although you may face several difficulties like others and I did.

I will try again the version that I compiled on Linux, now that the 'hardware issues' have been solved and it's hashing fine on Windows.

By the way, the output above is normal, you may want to leave it running for a couple of minutes to see if any shares are found and sent back to the pool (look for such lines in the log)

Code:
[2014-02-28 19:46:15] Target: 0000003fffc00000000000000000000000000000000000000000000000000000
[2014-02-28 19:46:15]   Hash: 00000003916b1f87b6783d5ccf638b5459b981f4055d9ddb982f09c9f4fab5b7
[2014-02-28 19:46:15] Got nonce ef587266, Hash <= Htarget!
[2014-02-28 19:46:15] accepted: 502/511 (98.24%), 0.00 khash/s (yay!!!)

Notice that minerd always reports '0.00 khash/s' which is misleading - it's just unable to report the hashrate.
member
Activity: 90
Merit: 10
February 27, 2014, 04:59:53 PM
#27

Apparently the modded CPUMiner above only works for the USB single-chip version.

All the help and info that I found here and other forums always assume that we are using the controller that we don't have.

So I guess I'll wait for rescue from Beastlymac on this one Wink

So is it not yet possible to run the 5-chip units under linux then?  Does any linux miner software exist?  I compiled the gridseed github minerd and got the same issues:

Code:
[2014-02-27 20:58:21] Stratum detected new block
[2014-02-27 20:58:21] dispatching new work to GC3355 LTC core
>>> LTC : 55aa1f2810000000
>>> LTC : 55aa1f2813000000
>>> LTC : 55aa1f00000000000000000000000000000000000000000000000000000000f8ff07000080bf3c3568ca9f531593a7b6dffa29244a573124dd9059e53303ba459ca468980000000138e115835fe6ad35d677b3447a2965f630064c61ac67a8f82eaddd534136520e681bdb830e38f3d393c2b4b7d667ebd66c1fbd29a2a65d7e3b4b19fc8c12525e530fa6f11c56ffb100000000ffffffff

Pages:
Jump to: