Bitcoin Forum
April 16, 2024, 10:52:32 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Other / Archival / Re: closed on: February 28, 2014, 09:12:49 AM
Ugh the litecoin unable to release order bug is back.

There is a buy order for 0.02509990 in the litecoin order book and it's impossible to sell into it.  If it gets fixed by the time you read this you can tell it was an issues in the history because the price flatlines for awhile.

Kumala, is there any way you can monitor for this so you can fix it manually.  I get that the cause of the bug might not be clear so it's difficult to fix but it's very obvious when this happens and I would think there would be a ton of errors on your side.
42  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: February 27, 2014, 07:26:28 PM
I got a LA6M but, unfortunately, one of the controllers is broken  Angry. One controller conects to my router without any issues but the other one is not recognized. It just blinks but the nothing shows up on the router. If I swap it out, the other controller works fine. Ive tried switching cables etc, but nothing fixes it. What are my options now? I am trying to run all 20 on one controller but it lags, restarts every 5 minutes, and I cant get more than 3mh total out of all 20 miners. It took so long to get the LA6M that I have doubts that I will be able to get a replacement controller from asiabtc within a few weeks. Is it possible to buy the same controller on amazon and add the default gridseed firmware? Is the only other option to hook half of them up to a computer and run them that way? I would like to avoid direct usb to computer because I wont be able to deactivate the sha-256 option. Any other ideas?

If you compile minerd from here https://github.com/gridseed/usb-miner/tree/master/software/cpuminer it will scrypt mine from a computer without the SHA256 core enabled it.  I tried it last night on a linux box and it worked fine, though my hashrate wasn't any better than with the controllers and my computer didn't like when I reset the power on the miners (it acted like it ran out of usb tty connection so wouldn't open new ones).  I'll probably just stick with the controller but if you need something that will scrypt mine without wasting power that's an option.
43  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: February 26, 2014, 04:58:41 AM
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 <yourDevice> -o <yourMiningPoolAddress:Port> -u <User> -p <Pass> --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.
44  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: February 24, 2014, 11:22:01 PM
Have you considered working with DrFranz and Chirale?  They're currently working on porting the controller software to Rasberry Pi via their Scripta project.  I've seen Scripta screenshots and it looks quite nice...I've ordered a 1M5 device from Beekeeper (LTCGear.com) and it's supposed to have Scripta as the "controller"...so I'm looking forward to it on both of these machines.

Yeah I reached out to both of them when I first got my units and just today DrFranz PMed me back on the litecoin board.  Apparently they are going to release the minerd binary and patch soon to have it run on a raspberry pi directly.  If that's the case that would work perfectly for me as I already have a few raspberry pi boxes that I used to run BFL hardware.
45  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: February 24, 2014, 11:03:15 PM
Nope but the automated power cycle switch you linked looks pretty good!

Will you try to flash the wiibox.net controller firmware on it instead?  I'd be curious to see how the "stock" Gridseed developed wiibox.net firmware works against the firmware that LighteningASIC is shipping out.  I'll happily sacrifice a bit of hashing performance if it means stability and not babysitting these damn things.

My plan was to upload the compiled cgminer from http://www.wiibox.net/down/v2.0.1.zip into a linux distro running on the same MIPS hardware.  No clue if that'll work but worth a try.  This way I can script cgminer directly instead of dealing with these terrible controller interfaces.
46  Bitcoin / Hardware / Re: LightningAsic usb miners based Gridseed GC3355 Tech Support Thread on: February 24, 2014, 10:42:20 PM
Anyone found a manageable way to keep these things running?

I have mine monitored and I get an alert if they stop mining but when I'm at work I'm unable to do the power cycling required to get them back up they just site there unused.

As a temporary fix I bought one of these, http://www.amazon.com/gp/product/B007SP64SM/, to setup an automated power cycle.  I also ordered additional controller hardware (http://www.amazon.com/gp/product/B005VEJ3GM/) and I'm hoping I can install openwrt on it and get the cgminer from wiibox running directly on it so I can have better control of the mining (separate frequencies per miner, better monitoring, multiple pools, etc).

I'll let you guys know if I have any success with that.
47  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 21, 2014, 08:35:56 PM
Ok, I'll try to take some pics of the process in case anyone else has to deal with it.  Anyways, I've gotta run back to the office...sadly this will have to wait till later.

Thanks for the help!

FWIW the colors on my power cables didn't match the PDF so if you have a multimeter I would use it to match up the bare wires to the plug.

https://dl.dropboxusercontent.com/u/117000/scryptminer/PSU2.JPG
48  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 21, 2014, 04:33:27 PM
LINUX BOX
We successfuly connected one unit to a linux box, and we are running a version of CPU Miner.
It gets work and I think it's hashing, but we have some problem to submit the shares, so for now it's not conclusive.

If you were using the gridseed cpuminer git repos you should edit the source to have it print on read timeouts (https://github.com/gridseed/cpuminer/blob/master/gc3355.h#L288).  When I attempted to hook up my units to a linux box they looked like they were getting work from the normal output but in the end the code was just hitting this read timeout over and over again.
49  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 21, 2014, 04:30:01 PM
Anyone know how to fix the 10 minute restart issue.  Someone earlier mentioned they had a problem where the units would shutdown in 10 minutes if one of them wasn't hashing.  Seem like the timeout is too low as mine are stuck doing this now and I'm at work so can't restart them and bring them up one at a time.

...
[2014-02-21 15:52:54] LTC process startup: Bus=1:5 Pid=1000 Worker=gigq.light1 Frequency=850
[2014-02-21 15:52:54] LTC process startup: Bus=1:6 Pid=1013 Worker=gigq.light1 Frequency=850
[2014-02-21 15:52:54] LTC process startup: Bus=1:7 Pid=1026 Worker=gigq.light1 Frequency=850
[2014-02-21 15:52:55] LTC process startup: Bus=1:8 Pid=1034 Worker=gigq.light1 Frequency=850
[2014-02-21 16:02:54] Device downtime (LTC): DiedBus=1:11,1:13,1:3,1:4
[2014-02-21 16:02:54] All process shutdown - dual 3
[2014-02-21 16:02:54] Close the USB controller power
[2014-02-21 16:02:55] Open the USB controller power
[2014-02-21 16:03:21] BTC process startup: Pid=3479 Worker=gigq.light1 Frequency=850 Devices=0,1,2,3,4,5,6,7,8,9 Bus=1:10,1:11,1:12,1:13,1:3,1:4,1:5,1:6,1:7,1:8
[2014-02-21 16:03:21] LTC process startup: Bus=1:10 Pid=3534 Worker=gigq.light1 Frequency=850
[2014-02-21 16:03:21] LTC process startup: Bus=1:11 Pid=3547 Worker=gigq.light1 Frequency=850
[2014-02-21 16:03:22] LTC process startup: Bus=1:12 Pid=3560 Worker=gigq.light1 Frequency=850
[2014-02-21 16:03:22] LTC process startup: Bus=1:13 Pid=3573 Worker=gigq.light1 Frequency=850
...

Graph of what this does to my hash rate, you can see it drop back down every 10 minutes or so and not be able to work it's way out on its own.

https://dl.dropboxusercontent.com/u/117000/scryptminer/hashgraph.png
50  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 21, 2014, 03:12:18 PM
DUAL MODE
With a core frequency of 750MHz, I'm finally able to have 95Ghs and 3000Khs.
I didn't change anything, so I don't know why before I had very bad perfs. Maybe it's just random and after a lot of plug/unplug it just stabilized to something.
Power draw is ~600W including everything

How did you get dual mode enabled.  I thought the controller that came with the box didn't support it.

In 2 weeks, the BTC mode won't really justify itself so we'll be in LTC mode only.

True, the difficulty is going up quick which is why I was hoping to get some btc mining out of it before it wouldn't justify the electricity cost.
51  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: February 21, 2014, 04:23:16 AM
Can someone tell me the model of the TP-link controller?

TL-WR703N

Also someone asked for the power supply model earlier, that one is SPD-360W
52  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: February 21, 2014, 04:08:51 AM
How can I determine if I have gold fins or some other type could you post a pic?  I also have the same order but missing the 10 USB hub which I will buy.

The heat sink will be gold color instead of red or silver.

https://dl.dropboxusercontent.com/u/117000/scryptminer/miners.jpg
53  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 21, 2014, 02:27:55 AM
Can you just build cgminer from source using a cross-compiler? From reading the GridSeed datasheets, I'm pretty confident I can get a cgminer built that will turn off the BTC portion of the miners and set a custom frequency. My plan was to actually use the controller that is being shipped, but install my own Linux distro on it.

I tried building cgminer on my ubuntu box from https://github.com/gridseed/cgminer-3.1.1-GC3355-SV but was unable to get it to recognize the miners.  I got the included controller working though so didn't try very hard.
54  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: February 21, 2014, 02:18:40 AM
Can someone post a picture of the controller? Is it the one posted earlier with an SD card? Someone else mentioned that it runs linux and SSH. If so, it would be trivial to get cgminer working in a screen session.

Here you go though it's pretty basic.  No SD card, just a power, network and usb port.  The controller is listening on SSH port but no one knows the user/pass.

https://dl.dropboxusercontent.com/u/117000/scryptminer/controller.jpg

If you can't read it in the picture it says "Costumed by LIGHTNINGASIC" which I got a chuckle from.
55  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: February 21, 2014, 02:11:44 AM
I have these same colored wires.  I hooked mine up to match yours in the picture and no light comes on and nothing happens.  Sad   I did this on 2 separate PSUs.  Is there a magic 'on' button I can't seem to find or something?

There is a 220v -> 110v black switch on the side of the unit.  This got me too, no idea why they don't switch it for you before shipping to the states.
56  Bitcoin / Hardware / Re: SCRYPT ASIC miner ready. BTC+LTC ASIC miner, 1THS(1000GHS) Bitcoin miner, 950W. on: February 21, 2014, 01:59:38 AM
So it's not possible to do this via the controller that ships with it? Wondering how he had 10 of these showing that hashrate, unless he was running 10 different instances of cpuminer on a host PC? Can it be clocked that high using the controller?

There is a dropdown where you select the hash rate, from 600 to 900.  This came with the bundled controller.

https://dl.dropboxusercontent.com/u/117000/scryptminer/overclock.png

I'm not sure how to go up to 500 Kh/s, I'm almost wondering if that was a temporary thing or if that was sustained for the user that posted screenshots.  My max is around 3600 Kh/s which I can get on both my units at 850 MHz.  If I set to 900 MHz it goes slower (around 2800 Kh/s) and if I leave it at 600 MHz it is well below the advertised rate (2000 Kh/s or so).

https://dl.dropboxusercontent.com/u/117000/scryptminer/hash1.png

https://dl.dropboxusercontent.com/u/117000/scryptminer/hash2.png
57  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 21, 2014, 01:49:55 AM
 I am not very technically inclined but I found the Wiibox software download from this:  http://www.wiibox.net/down/v2.0.1.zip you can also get the 2.0.2 and 1.99 versions also by using same address just plug in the version,  hopefully someone more advanced than me can port this onto the raspberry pi. 

I have a raspberry pi so tried to see if the cgminer binary from this would run on it.  The problem is that the binary is built for MIPS32 hardware not ARM hardware like the raspberry pi.  So unfortunately it won't run on there but it might be possible to get it to run on other MIPS32 hardware (for example the linksys routers that can be flashed with openwrt are MIPS if I remember correctly).
58  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 21, 2014, 01:44:31 AM
Was anyone able to hash scrypt at substantially more than 3000 khs, and if yes with which settings and on which kind of pool? (not sure if coin hashed would make a difference)

I finally got my controllers back up and running.  Many thanks to eightcylinders for the help.  The trick was for some reason starting the controller with all miners plugged in would cause the controller to never start mining and they would be stuck either "offline" or "online" but with 0Kh/s.  I heard in another thread the unit will restart itself every 10 minutes if no work gets done so it may have been in an endless cycle of being unable to get started.  After starting up the controller I plugged in one miner and made sure it started hashing after a couple minutes then I could plug 4 more in, then after they started hashing I could plug in the remaining 5.

As for settings and hash rates I was able to get around 3600 Kh/s on each unit.  This is at the 850 MHz clock speed.  I found going to 900 MHz would cause it to be below 3000 Kh/s instead of speeding it up so 850 seems to also be the sweet spot for me.  I'm on multipool.us multiport and it also reports roughly the same hash rate I'm seeing locally.

https://dl.dropboxusercontent.com/u/117000/scryptminer/hash1.png

https://dl.dropboxusercontent.com/u/117000/scryptminer/hash2.png
59  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 20, 2014, 10:44:16 PM
(account: root, password: 123456)

Let me know if that worked, I do not have the controller so I can not try it.

Hmm, not working for me.  Thanks for digging that up though, downloaded that link and found the modified cgminer in there.  Might play around with that some if it will run on my linux box or raspberry pi.
60  Bitcoin / Hardware / Re: Gridseed Tech Support Thread on: February 20, 2014, 10:19:30 PM
I'll post the status of my rig when I get home from work.  Before then though does anyone know what the official method of getting support is.  I PMed asiabtc and sent Jack an email but haven't heard anything back yet.  Just wondering if that's the official channel to go through.
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!