Pages:
Author

Topic: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread - page 18. (Read 73479 times)

full member
Activity: 126
Merit: 100
What's the best way to test an individual miner?
Connect 1 to the controller instead of the hub and wait a few minutes?

Hub, assuming you have put all the right information into the controller fields. I got one working (at 600), then two, then plugged in all the rest. If any do not work, it should not be hard to find out which one(s) is(are) not working.


Quote
Would be great if some more advanced test (that FORCES it to try to hash at the max speed) were available, so you instantly know which one works and which not..

Get them working at 600. As soon as that is stable, up the speed: 800, 850, and then 900.

Quote
The ones that do connect seem to hash, etc and it see things happening in the console.. But, nothing is seen in the pool, so it doesn't seem to work.

Get one working with your pool first.
sr. member
Activity: 436
Merit: 250
Hi,

What's the best way to test an individual miner?
Connect 1 to the controller instead of the hub and wait a few minutes?

Would be great if some more advanced test (that FORCES it to try to hash at the max speed) were available, so you instantly know which one works and which not..
I assume some are defect, because i was told they hadn't time to check all individual miners.. (Some fans don't work in my case, or don't light up..) They all show up on the controller though.

Tried from my computer with minderd, but it can't connect to COM ports above COM9, so i can only test a few of them..
The ones that do connect seem to hash, etc and it see things happening in the console.. But, nothing is seen in the pool, so it doesn't seem to work.

I expect original gridseed units next week, i'll check what happens if i use those controllers (I'm expecting 2x 10 units for friends)

Andre

P.S: Still hope the FW update delivers SOME stability and speed as promised by Jack/LightningAsic
sr. member
Activity: 376
Merit: 250
Quote
I was able to run all 10 of mine using the minerd on RasPi per DrFranz/Chirale.  That's all I have so I don't know if it will support more or not.

What hash rates are you getting? Can you set the speed, or are you at running at 600?

I didn't get a chance to run it very long because I was running all 10 of 1 PSU (my 2nd one burned out)...and since the minerd doesn't disable the BTC core I noticed that the power spiked and my last PSU would have burned out if I kept going...so I quickly shut it all down.  I plan on doing a proper test run this weekend so I'll let you know.

Edit:  The Frequency setting is not yet working on DrFranz's version of minerd...he's still working on that as well.
sr. member
Activity: 264
Merit: 250
Finally seems working... expect one unit which is dead, no light on leds, fan works, not shown... but 9 out of 10 works nice. Let's see.
full member
Activity: 126
Merit: 100
Quote
I was able to run all 10 of mine using the minerd on RasPi per DrFranz/Chirale.  That's all I have so I don't know if it will support more or not.

What hash rates are you getting? Can you set the speed, or are you at running at 600?
sr. member
Activity: 264
Merit: 250
Okay i got a worker to show up but it wont submit shares.

Also one of my tp-links is broken?

Same problem here.
On Dual mode BTC mining works nicely, but LTC miners shows "runnig" 0 on controller, but nothing on pool - also ltc miner logs are empty. However system log on controller dashboard shows that LTC miners are on.. weird.
member
Activity: 90
Merit: 10
I cannot for the life of me get a worker to show up. I hate my life...

at first i thought it was using stratum+tcp:// for pool prefix seemed to mess up the controller - but just now, i was testing it and changed from an http:// pool to stratum - and they started mining again - holy hell! - these are the first hashes in about 16 hours

Changing the pool prefix to http:// seemed to fix the missing worker issue - sometimes.  I also found it helpful to submit different core frequency values - and sometimes just giving it like 15-30 seconds (then reload the controller IP / dashboard), sometimes would magically make the workers re-appear (tho, none of them are hashing, even tho the UI says "Running" so not sure if this is helpful or not.)

After spamming refresh on the controller IP a bunch - i would see the workers all die & be missing the worker name and be offline, and got them hashing again just by submitting the form again without changing anything.   Clearly, the controller has room for improvement.

This worked for me:
  • enter your worker and pool info in both LTC & BTC sections (try http:// prefix for both), enable just the LTC, let it sit for min or so, refresh to confirm - no devices plugged in and shown
  • then power everything down, and fire just the controller back up, let it boot and run for a few mins
  • next, connect just 1 'orb' to the controller (no hub).
  • if you still are missing the worker info in the status window - try resubmitting the form with different core freq values - triple-check & verify your pool info is correct
  • each time you re-submit the form w/new values, it seems like it takes a good 15+ seconds for the new values to be applied so be patient.  i found spamming reload on just the dashboard/controller IP would give a decent status report of what's up

I had given up - so there's hope for you yet!
sr. member
Activity: 462
Merit: 250
Okay i got a worker to show up but it wont submit shares.

Also one of my tp-links is broken?
sr. member
Activity: 376
Merit: 250
Has anyone heard anything about the new controller firmware?  Or had any contact with Jack or his tech support team?  Recently?

Just got done trading Skypes with one of Jack's tech support folks.  He's informed me that the firmware is done and that Jack is testing it on his farm.  Its been running for 14 hours so far and no issues.  So it sounds good.  Unfortunately no ETA on when it will actually be released.
sr. member
Activity: 376
Merit: 250
The raspberry pi binary just dropped on here https://litecointalk.org/index.php?topic=9908.msg132325#msg132325 via Chirale

http://www.lateralfactory.com/download.php?file=minerd

Quote
This post is on behalf of drfranz! He is hell busy and asked me to post how to run gridseed "round units" on Raspberry PI.
This is for LTC mining only. We are currently working on the BTC mining.

Instructions:
1) Download minerd for Raspberry Pi here
2) Copy minerd into Raspberry Pi
3) Find dev name where gc3355 is attached to (es. /dev/ttyUSB0). You can run dmesg.
4) Launch the following command with the appropriate values:
minerd -G -o -u -p --freq=600 -D
Frequency parametres is currently unused

Enjoy!

P.S. In the next couple of weeks we will try to release the new version of scripta running gridseed products as well as ltcgear boards.

Does anybody know the max number of gridseed units that can be run on a single raspberry pi?

I was able to run all 10 of mine using the minerd on RasPi per DrFranz/Chirale.  That's all I have so I don't know if it will support more or not.
sr. member
Activity: 336
Merit: 250
The raspberry pi binary just dropped on here https://litecointalk.org/index.php?topic=9908.msg132325#msg132325 via Chirale

http://www.lateralfactory.com/download.php?file=minerd

Quote
This post is on behalf of drfranz! He is hell busy and asked me to post how to run gridseed "round units" on Raspberry PI.
This is for LTC mining only. We are currently working on the BTC mining.

Instructions:
1) Download minerd for Raspberry Pi here
2) Copy minerd into Raspberry Pi
3) Find dev name where gc3355 is attached to (es. /dev/ttyUSB0). You can run dmesg.
4) Launch the following command with the appropriate values:
minerd -G -o -u -p --freq=600 -D
Frequency parametres is currently unused

Enjoy!

P.S. In the next couple of weeks we will try to release the new version of scripta running gridseed products as well as ltcgear boards.

Does anybody know the max number of gridseed units that can be run on a single raspberry pi?
sr. member
Activity: 434
Merit: 254
Has anyone heard anything about the new controller firmware?  Or had any contact with Jack or his tech support team?  Recently?
newbie
Activity: 24
Merit: 0
Sweet spot for mine seems 850......
newbie
Activity: 39
Merit: 0
whats the best freq you find for the miners
newbie
Activity: 46
Merit: 0
Guys keep in mind the controller doesn't actually show the hashrate of the devices. It uses a similar algorythm pools use to compute your hashrate based on the number and difficulty of shares the device submitted. The more lucky a device has been in the actual interval the more hashrate it will show.

To know their actual performance compared to GPUs we should run one of each on the same network, on the same pool, and draw a graph of how many diffiulty 1 shares they submitted a minute. When I finally get my units I'll do that, and also make a few other graphs like their temperature in ltc mode without a fan, performance at different clockrates etc.
member
Activity: 90
Merit: 10
full member
Activity: 126
Merit: 100
Quote
I'm afraid to even refresh the dashboard, because last time i did the miner went back offline and the worker name wasn't associated with the miner anymore.

Refreshing the dashboard (type in the ip address and hit enter) only reports status. It won't cause the miner to go offline.

Quote
I don't see it hashing yet but heard it takes a bit to warm up so hopefully that is it.

Sort of. It takes a while to calculate the first block and send the info. Once it is "running", you should be able to see something within a minute or two.

If you can get it to the "running" stage, then check your URL address/worker/password, and see if your pool shows the worker as connected.

Wafflepool is a good place to start. As long as you are pointing to the right server, it will feed you hashing jobs. It doesn't check the worker and password. Now, if you want to get paid, the worker address (btc address) has to be right. But, one thing at a time. Get it to start sending/accepting shares first.
sr. member
Activity: 436
Merit: 250
What's the best way to test these individually? Which drivers, commands?

Only used controller until now.

Hashing speeds are all over the place.. If i use my GPU i get 740KH/s constant..
But these units vary from Offline/0 to 330 (I've seen them mention 4000KH/s, but that is obviously an error..)

If i would be able to get ALL to hash, relatively stable, they would be worth it.
Hopefully the delayed firmware update will help..

By any chance, anyone have older firmware to test? I upgraded to RC1 right away, but maybe the older has different results?

P.S: I'm getting an "original" 10 piece gridseed set in as well, i'll check if these get different results..
newbie
Activity: 24
Merit: 0
Even if you have no intention of mining BTC, make sure the BTC address and worker is 'real/live' one. Mine would not start hashing when I put a dummy address and worker.

HTH


sr. member
Activity: 376
Merit: 250
I do all this but they just wont start hashing :/

I added the protocol prefix but no luck

Have you tried to run these connected to a windows computer instead of the controller unit?  I ask because running these one at a time on your windows box may help to figure out if you've got a bad batch or not....or perhaps that the USB hub isn't working quite right or some other potential defect.
Pages:
Jump to: