Pages:
Author

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

sr. member
Activity: 420
Merit: 250
Best way is to use "dd" to another linux machine, with this you will have a complete image of the controller and be able to mount it on other *nix systems.

Ofcourse dd should be installed then, most likey its a openwrt image, then its easy to install dd with ipkg install, then you will have to find which package holds dd. Command should look like:

ssh [email protected] "dd if=/dev/xvda " | dd of=/home/archive/givethebeastaname.img

rgdz,
bhai

Thanks Smiley I got some help from Girhes already with the images. dd luckily was already installed, since there seems to be no package manager (ipkg is not available).

It is indeed openwrt, the partitions are mtd partitions. I managed to copy them to /tmp and then extract them through scp  Smiley

Here is a download with all the files, for anyone who wants to play. Root pass is 123456

https://drive.google.com/file/d/0B7cOfhzHSYKJTkpYVWUta1VEWjQ/edit?usp=sharing
full member
Activity: 126
Merit: 100
Would you mind elaborating on this -- using a single 850 watt corsair PSU?

1. Are you doing both BTC & LTC mining with this PSU?

I am guessing he is mining only LTC. Using his computer to control the miners, he cannot turn off the BTC core. He said 55-60 A/C watts per miner. Assuming 80% efficiency of the PSU, that is around 48 watts to the Miner. The Miner will draw closer to 60 watts (75 A/C watts) while mining.

Quote
2. Can you tell me how you wired this up?

If using a stand alone PSU, on the 20/24 pin connector:
1) Optional: Put a high wattage resistor across a red (5 volts)and black (ground) wire. Pins 23 and 3 work well. This puts a 5 volt load and stabilizes the 12 volt rail.
2) Short pin 16 (green: power on signal) to a black wire (pin 19 works well). This turns the PSU on.

For all PSUs:
3) Take a drive connector. The yellow wire is 12 volts, and the black wire is ground. On the miner power cable, the Red Miner Wire connects to Yellow PSU wire, and the White Miner wire connects to the Black PSU wire.

Although the Drive wire connector is rated for 11 amps (130 watts), I wouldn't put more than 4 amps (50 watts) on a single wire. Although that would be all 10 miners in LTC only mode, to be safe, I wouldn't put more than 2 miners per Drive wire.
sr. member
Activity: 440
Merit: 250

Miner 1 added 55 watts to the total load, miner 2 added 60 and so on and so on.... They are all getting very warm but none of them have crashed. I have them all powered by a single 850 watt Corsair gold rated supply.


Would you mind elaborating on this -- using a single 850 watt corsair PSU?

1. Are you doing both BTC & LTC mining with this PSU?

2. Can you tell me how you wired this up?

Sure.

I'm trying to mine LTC only but as I found out without the controller the miners come up in dual mode even though I only have an LTC pool in my .bat file that starts each miner. Since the miners are supposed to only draw 7-8 watts in single mode only my 850 watt supply is more than enough to power them. As it stands the draw on the supply is close to its limit which is why I only have 9 miners connected to it right now.

I powered the miners by getting 5.5mm x 2.1mm (YES, 2.1) barrel power connectors (not sure what the technical name for them is) and a bunch of 4 pin molex 12" Y adapters. My plan was to power the fans on each unit via +5 from the molex but after I discovered that they are running in dual mode I abandoned that idea (the one miner I modified was getting way to hot with the fan supplied by +5). I cut off the male end of the Y adapters, removed the +5 wires from the connectors (since I'm not going to use them) and soldered the ground and +12 wires to the barrel connectors. A little heat shrink tubing and were off to the races.

If you want me to I can take some pics of the power adapters I made and post them.

I just read that some one modified bfgminer to support these things.... Going to try it later.

I really need a damn controller to get these things to run in single mode. Kinda not happy with them right now.
full member
Activity: 126
Merit: 100
Can anyone please explain how to upgrade the miner firmware if you can on the "GOLD" edition LA3M's?
You can't in its current state. There are theories that you might be able to short the right pins to put it into program mode. Since there is no upgrade firmware available, no one has tried to figure it out.

Quote
     I saw in the thread that we are supposed to get some new firmware soon, but not sure if that is for the miner or controller.   

For the controller. There has been no discussion about firmware upgrade for the miner.
sr. member
Activity: 376
Merit: 250

Miner 1 added 55 watts to the total load, miner 2 added 60 and so on and so on.... They are all getting very warm but none of them have crashed. I have them all powered by a single 850 watt Corsair gold rated supply.


Would you mind elaborating on this -- using a single 850 watt corsair PSU?

1. Are you doing both BTC & LTC mining with this PSU?

2. Can you tell me how you wired this up?
member
Activity: 93
Merit: 10
Best way is to use "dd" to another linux machine, with this you will have a complete image of the controller and be able to mount it on other *nix systems.

Ofcourse dd should be installed then, most likey its a openwrt image, then its easy to install dd with ipkg install, then you will have to find which package holds dd. Command should look like:

ssh [email protected] "dd if=/dev/xvda " | dd of=/home/archive/givethebeastaname.img

rgdz,
bhai
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
With some help I managed to get into the controller, and get ssh working. It is indeed off by default.

However, I instinctively changed the root password as soon as I got in, so I can't really help with the password hash Tongue

I uploaded the binaries of cgminer/minerd from the /www/soft directory here: https://drive.google.com/file/d/0B7cOfhzHSYKJWWVOTF9uN0RxcHc/edit?usp=sharing maybe somebody can use those (I don't).

This is the /lib/modules dir: https://drive.google.com/file/d/0B7cOfhzHSYKJeGh3YUxfOHpjWDQ/edit?usp=sharing

Yes you can, if you got in. Extract the image with YOUR pw in place, upload it. Stating the obvious here, cuz people hurry, don't post the PW you use Tongue

So, how do I extract the image over ssh/scp?

I'm not real good with linux, but once you have root password, you should be able to copy the entire thing just like any other files. I was making a general statement. I'm not an expert, But there are people who read this who are.
sr. member
Activity: 420
Merit: 250
With some help I managed to get into the controller, and get ssh working. It is indeed off by default.

However, I instinctively changed the root password as soon as I got in, so I can't really help with the password hash Tongue

I uploaded the binaries of cgminer/minerd from the /www/soft directory here: https://drive.google.com/file/d/0B7cOfhzHSYKJWWVOTF9uN0RxcHc/edit?usp=sharing maybe somebody can use those (I don't).

This is the /lib/modules dir: https://drive.google.com/file/d/0B7cOfhzHSYKJeGh3YUxfOHpjWDQ/edit?usp=sharing

Yes you can, if you got in. Extract the image with YOUR pw in place, upload it. Stating the obvious here, cuz people hurry, don't post the PW you use Tongue

So, how do I extract the image over ssh/scp?
member
Activity: 84
Merit: 14
Well it turned out lightningasic's cgminer binary is the same one you can find in the factory firmware since version 2.0.0. The firmware everybody wants to flash their miner units to is also identical to the one the factory released back in January. So no magic there yet, LA probably just made some GUI tweaks and scripts to automate the cycling of processes hanged up.

I'm also planning to make something for the raspberry - first of all it would be nice to set the clock speeds individually, and let one cgminer process handle more units the same time. Running all of them individually at 3-400kH/sec is not the best for multipools with high vardiffs I think :\ Another nice feature would be to use the whole "rig" with a standard ATX power supply. The controller could then power cycle the USB hub and all the units through GPIO ports when needed Smiley

I have the same plan. Someone added support for the GC3355 to bfgminer (https://github.com/nwoolls/bfgminer/tree/feature/dualminer-support), so I think I'll use that instead of cgminer.
newbie
Activity: 27
Merit: 0
PLEASE HELP!

after 2 days of troubleshooting this I'm finally at the dashboard and see all my 10 miners but they are all OFFLINE and I can't get them to hash at all.  Huh  I have setup the scrypt pool and filled in stuff on the SHA-256 as well and left the enabled button unchecked (I just want to mine scrypt anyway)  

I tried doing the steps from worldlybedouin listed below with no luck as well...


1. Unplug power cable from TP-Link controller
2. Turn off the USB hub switch (or unplug the hub from the controller)
3. Remove all the USB cables from the hub except 1 of them
4. Plug in the TP-Links power cable
5. Allow the controller to start up and "settle" a bit (~2mins or so)
6. Make sure the controller dashboard shows no devices connected and says something about connecting a USB hub
7. Flip the power switch on the USB hub so now the 1 miner is connected to the controller
8. REfresh the Dashboard to see the 1 miner show up
9. Wait to let that 1 miner start hashing away
10. Next, plug in the remaining miners 1 by 1...about 1 min apart from each other

I got to Step 9 where it says to wait to let that 1 miner start hashing away for about 5 minutes before I pressed the submit and restart button and nothing still happens.    

Here is a picture of the system log..
http://i.imgur.com/tZqn23U.jpg?1

I ALSO noticed that when I add the worker name and try and hit submit and restart the worker name doesn't add next to the LTC Miner name.   For instance I have 1 miner plugged and the name says LTC Miner 1:3;  if I put down "laminer.1" as my worker name and hit submit and restart, it won't show up in ( ) next to LTC Miner 1:3 like it should be like LTC Miner 1:3 (laminer.1)

When I enabled the SHA-256 box and put in a worker name for it and hit submit and restart, that actually showed up in ( ) next to the name, for instance BTC miner (laminer.1) and it says it was RUNNING!   but not the LTC Miner :/


Any help would be very deeply appreciated as I don't know what else to do, Please help Lightning Asic community!  Your my only hope!

UPDATE:  I think i made some progress.  you have to keep unchecking the enable button and re-enable on both scrypt and sha-256 and I FINALLY got a running status now for the miner I have hooked up now.   Now to get it to start hashing and hopefully it will and I can finally get this setup and then I can pay it forward and help other people out.  Smiley     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.    I don't see it hashing yet but heard it takes a bit to warm up so hopefully that is it.

Goin to pass out now since it's 5am, but if anyone has any suggestions please let me know and thanks for helping. Smiley

Here's how far I'm at right now I just can't get it to hash yet and if I refresh the dashboard or come back to it the miner is back offline.
http://i.imgur.com/0CNNVrr.jpg?1
newbie
Activity: 52
Merit: 0
How do you download the current firmware image from the device in order to change the password hash?
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
With some help I managed to get into the controller, and get ssh working. It is indeed off by default.

However, I instinctively changed the root password as soon as I got in, so I can't really help with the password hash Tongue

I uploaded the binaries of cgminer/minerd from the /www/soft directory here: https://drive.google.com/file/d/0B7cOfhzHSYKJWWVOTF9uN0RxcHc/edit?usp=sharing maybe somebody can use those (I don't).

This is the /lib/modules dir: https://drive.google.com/file/d/0B7cOfhzHSYKJeGh3YUxfOHpjWDQ/edit?usp=sharing

Yes you can, if you got in. Extract the image with YOUR pw in place, upload it. Stating the obvious here, cuz people hurry, don't post the PW you use Tongue
newbie
Activity: 46
Merit: 0
Well it turned out lightningasic's cgminer binary is the same one you can find in the factory firmware since version 2.0.0. The firmware everybody wants to flash their miner units to is also identical to the one the factory released back in January. So no magic there yet, LA probably just made some GUI tweaks and scripts to automate the cycling of processes hanged up.

I'm also planning to make something for the raspberry - first of all it would be nice to set the clock speeds individually, and let one cgminer process handle more units the same time. Running all of them individually at 3-400kH/sec is not the best for multipools with high vardiffs I think :\ Another nice feature would be to use the whole "rig" with a standard ATX power supply. The controller could then power cycle the USB hub and all the units through GPIO ports when needed Smiley
sr. member
Activity: 420
Merit: 250
With some help I managed to get into the controller, and get ssh working. It is indeed off by default.

However, I instinctively changed the root password as soon as I got in, so I can't really help with the password hash Tongue

I uploaded the binaries of cgminer/minerd from the /www/soft directory here: https://drive.google.com/file/d/0B7cOfhzHSYKJWWVOTF9uN0RxcHc/edit?usp=sharing maybe somebody can use those (I don't).

This is the /lib/modules dir: https://drive.google.com/file/d/0B7cOfhzHSYKJeGh3YUxfOHpjWDQ/edit?usp=sharing

Please let us know how you got in Smiley

Also, if you have any steps/scripts you used to get cgminer up and running that would be huge help as well.  I'd rather run cgminer if I could, but don't know any of the details on getting them running on the controller.

I haven't got cgminer running yet. I went to bed almost immediately after posting.

With some help I managed to get into the controller, and get ssh working. It is indeed off by default.

However, I instinctively changed the root password as soon as I got in, so I can't really help with the password hash Tongue

I uploaded the binaries of cgminer/minerd from the /www/soft directory here: https://drive.google.com/file/d/0B7cOfhzHSYKJWWVOTF9uN0RxcHc/edit?usp=sharing maybe somebody can use those (I don't).

This is the /lib/modules dir: https://drive.google.com/file/d/0B7cOfhzHSYKJeGh3YUxfOHpjWDQ/edit?usp=sharing

Can you get an image of the firmware so people can start improving it?

I you can tell me how to get an image over scp? Problem is there is no room to temporarily store the image on the device itself.
newbie
Activity: 27
Merit: 0
I looked in the dhcp table and have use router as dhcp server checked and only have a starting and ending IP address from 192.168.1.2  to 192.168.1.254 is the only addresses are in there right now. 


Narrow the range from .2 to .10 (not .254). power cycle the controller. Then check all addresses from .2 to .10.


Thanks for the tip btw.   I finally solved the issue though!   The cause was a old arse version of router firmware.   After I upgraded the firmware, it had a whole option for attached devices and I seen the right IP and could log on fine from there!




Now on to the next question!   

 Those of you who have the "GOLD" edition Lightning Asic's (i'm sure that's what most of us all got)  how did you go about updating the firmware on these?   I seen on the tutorial there is a white switch but there isn't one on the "gold" edition ones.   I seen the "update firmware" on the dashboard and clicked it and seen you can upload a file, so I went and grabbed the Uart_miner_FW_Ver01140116_20140116.bin file that was included in the Firmware upgrade guide and hit upload but I got an error saying it was invalid.   

Can anyone please explain how to upgrade the miner firmware if you can on the "GOLD" edition LA3M's?     I saw in the thread that we are supposed to get some new firmware soon, but not sure if that is for the miner or controller.   
full member
Activity: 126
Merit: 100
I looked in the dhcp table and have use router as dhcp server checked and only have a starting and ending IP address from 192.168.1.2  to 192.168.1.254 is the only addresses are in there right now. 


Narrow the range from .2 to .10 (not .254). power cycle the controller. Then check all addresses from .2 to .10.
full member
Activity: 126
Merit: 100
Look at the dhcp table in your router.

Thanks dloganbill, I looked in the dhcp table and have use router as dhcp server checked and only have a starting and ending IP address from 192.168.1.2  to 192.168.1.254 is the only addresses are in there right now.  


I also added a manual IP address and tried to do it like that but that didn't work.    


How did you go about finding your IP address to get to the dashboard?

I haven't received mine yet, so I'm just speculating at the moment. I think you're looking in the wrong spot of your router. It should have a list somewhere of all the ip addresses that are currently assigned. It will also typically show the computer, tablet, smartphone etc name. For instance, on my Asus router, I click network map>clients>and there is a list of MAC addresses, ip addresses, and client names.
member
Activity: 93
Merit: 10
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.
newbie
Activity: 54
Merit: 0
Can anyone confirm they've removed the fans on these things, and they don't run too hot in LTC mode?  Please confirm your ambient temp, and if you use any other kind of cooling.

Thanks!
newbie
Activity: 54
Merit: 0
With some help I managed to get into the controller, and get ssh working. It is indeed off by default.

However, I instinctively changed the root password as soon as I got in, so I can't really help with the password hash Tongue

I uploaded the binaries of cgminer/minerd from the /www/soft directory here: https://drive.google.com/file/d/0B7cOfhzHSYKJWWVOTF9uN0RxcHc/edit?usp=sharing maybe somebody can use those (I don't).

This is the /lib/modules dir: https://drive.google.com/file/d/0B7cOfhzHSYKJeGh3YUxfOHpjWDQ/edit?usp=sharing

Please let us know how you got in Smiley

Also, if you have any steps/scripts you used to get cgminer up and running that would be huge help as well.  I'd rather run cgminer if I could, but don't know any of the details on getting them running on the controller.
Pages:
Jump to: