Bitcoin Forum
May 12, 2024, 06:45:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher  (Read 365535 times)
tonytre
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
April 20, 2014, 10:03:09 PM
 #1441

Hello all,

I have ordered my first gridseed from GAWminers, and have followed the guide to download cgminer for Ubuntu from this post. I believe I have succussfully downloaded it as I was able to get it to start up at the end, but obviously it says no USB device detected.

I have been mining with 3 r7 265's for the past month, but before that had no experiece in linux or computer building. I built my first computer and with some help was able to get my cards mining. I use sgminer and get it started by cd ~/ and then ./mine.sh.

I was wondering if there was a way to start cgminer like that, as I think the only way I was able to get it running was by calling cd ~/ then ./cgminer/cgminer -o xxxxx and all the information for gridseed after. I was wondering if there was a way to start the gridseed mining by calling on a .sh file like I do for my gpus. I am hoping someone doesn't mind answering my elementary question. I want to be prepared to have the gridseed up and running right when it gets here and not have any software issues. Will the gridseed work by running cd ~/ then ./cgminer/cgminer -o stratum+tcp://server:port -u username.worker -p password  --gridseed-options=baud=115200,freq=888,chips=5 --hotplug 30? It currently starts to look for a pool when I type that in now and feel like it should work once the gridseed is hooked up, and is there any easier way to get it running other than how I stated.

I also plan to just open cgminer in a second terminal, as my gpu's currently run on sgminer. Will this cause any problems?

Thanks!

Are you running cgminer as root? I think you have to do that or it won't be able to talk to the GSD's.

I have two rigs, one is Gridseed 5 chip based and the other uses DualMiners. In both cases I run cgminer as a service via Daemontools. I've posted a "how to" here in case you're interested:

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

If you're on a real linux box and not a Raspbery Pi, then you can probably skip my instruction about installing ramlog because you probably don't need it.

If your cgminer still can't see the GDSs, then you can tell if they're visible on the USB bus via this command. This might help rule out a USB hub or connection problem:

lsusb -t

If you need an example config, here's the one that I'm using with the mox235 variant of cgminer (same as girnyau but with better JSON API output):

Code:
{
    "gridseed-options": "baud=115200,freq=850,chips=5",
    "gridseed-freq" : "8D6E50A55748=900,8D9136685748=875",
    "kernel-path": "/usr/local/bin",
    "failover-only": true,
    "verbose": true,
    "api-listen": true,
    "api-port": "4028",
    "expiry": "120",
    "hotplug": "5",
    "log": "5",
    "no-pool-disable": true,
    "queue": "1",
    "scan-time": "30",
    "scrypt": true,
    "shares": "0",
    "pools": [
{
"url" : "stratum+tcp://uswest.wafflepool.com:3333",
"user" : "REPLACEME_workername",
"pass" : "x"
},
{
"url" : "stratum+tcp://sf.clevermining.com:3333",
"user" : "REPLACEME",
"pass" : "x"
},
{
"url" : "stratum+tcp://us-west.coinshift.com:3333",
"user" : "REPLACEME.workername",
"pass" : "x"
}
    ]
}

The above config defaults to a frequency of 850 unless overridden. You can see that the "gridseed-freq" option demonstrates overriding the frequency on a per serial number basis.

You have to replace "REPLACEME" in all cases above with your bit coin address. Do yourself a favor and copy and paste the address. These addresses are case sensitive, so one upper or lower case mistake and your earnings go into a hole. Change "workername" to the name you want for your rig, in case you have more than one and you want to be able to tell them apart.

I'm also using the mox235 version of Scripta as the web front end, but it's kind of involved getting it installed and working on an existing Linux system. Here's a link to the basic instructions I followed, if you're feeling up to it:

https://litecointalk.org/index.php?topic=9908.msg138403#msg138403

Remember to use the mox235 version of scripta with the mox235 version of cgminer. They've both been modified to provide improved information, including displaying the serial number and frequency of each GSD (which is insanely useful if you have more than one and want to tune them).

Note that if you use my mechanism of running cgminer under a service, you don't want to integrate the Scripta rc.local file. Also you should replace their start/stop scripts with your own that call daemontools to start and stop the miner. But frankly I just use Script for status, not control.

Also, when I leave the Scripta cron jobs on, they cause USB disconnects. I suspect this is a cgminer bug when multiple cron jobs hit the API simultaneously. Some people have successfully staggered their Script cron jobs to avoid the problem.

Probably too much information, but I hope some of it helps...

Thanks for the good information. First I've heard that it should be run in root, so that will be the first thing I try when it arrives on Monday/Tuesday. Scripta is probably a little too much for me at this time, but I will continue to read up about it, and maybe give it shot.

I probably should have waited to post until I actually have the device, but I am so pumped for it that I couldn't wait. Mining has turned into an addiction for me, and will definitely get more gridseeds if I figure out how to run the first one correctly. So should the first thing I try be cd ~/ then sudo ./cgminer/cgminer -o stratum+tcp://server:port -u username.worker -p password  --gridseed-options=baud=115200,freq=888,chips=5 --hotplug 30?
I have followed this guide exactly, and could post screenshots of my home folder/cgminer/cpuminer to make sure I have downloaded everything correctly, but the best course of action is probably too just wait until I have it. I'm trying to understand why there is both cgminer and cpuminer in the linux download. Is the cpuminer there to use incase the cgminer doesn't run right, or is it part of cgminer? I thought they were two seperate programs, but as I mention I just started teaching myself how to use linux and coding. I used a macbook pro throughout college, and this computer I built was the first time doing anything other than installing a new HDD in my laptop. There is still so much for me to learn about the terminal. Thanks for the help!
1715539541
Hero Member
*
Offline Offline

Posts: 1715539541

View Profile Personal Message (Offline)

Ignore
1715539541
Reply with quote  #2

1715539541
Report to moderator
1715539541
Hero Member
*
Offline Offline

Posts: 1715539541

View Profile Personal Message (Offline)

Ignore
1715539541
Reply with quote  #2

1715539541
Report to moderator
1715539541
Hero Member
*
Offline Offline

Posts: 1715539541

View Profile Personal Message (Offline)

Ignore
1715539541
Reply with quote  #2

1715539541
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
blackvoice
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 22, 2014, 02:46:51 AM
 #1442

The official (LighteiningAsic) GridSeed Purchase and Setup GUIDE by UnicornHasher
And Unofficial GC3355 GridSeed Purchase and Setup GUIDE

Atari02/Gaw Miners have broken an agreement with me.


Manuals drivers firmware: http://goo.gl/G27Vxr

Part 1: Ordering and Inventory
-Ordering from ZoomHash or other gridseed re-sellers (No PSU included)
Part 2: The GridSeed Device
 -Wolfey2014 Fan/Voltage/Clock Mods
 -*What do the lights (red and greed LED's) mean on the gridseed device?
 -2U case from bobby35ny
 -2U case from miaviator
Part 3: Hacking together the Power
-Wiring your own Molex or PCI-E power connectors
Part 4: Setting up the controller
-* Gaining root access to the controller / Hacking the controller
Part 5: Throwing it all away and using A:Linux (and PI) B:Windows
*GridSeed GC3355 with scritpa and Cgminer for the Rpi in 5 easy steps Smiley
*LABEL Your Gridseeds with the serial number so you know if they go down (Linux)
*Devices will run in windows or linux in single mode at the 6-10 Watts per device!
*COM port 10+ Fix listed in Windows section
*GridSeed BTC mode/GridSeed Dual Mode windows: http://cryptomining-blog.com/1245-download-cgminer-3-8-5-for-windows-btc-mining-on-gridseed-5-chip-gc3355-asics/
*Cgminer for Scrypt on Linux: https://bitcointalk.org/index.php?topic=494625.msg5538853#msg5538853
Part 6: Power Usage, Clocks, Temps
Part 7: FAQ and things that need to be added
* You can now lease out gridseed's on LeaseRig.net: https://bitcointalk.org/index.php?topic=414009.0 Follow the proxy setup guide Smiley
https://i.imgur.com/gYrwZYT.png I included a warning in bold: This Device WILL FLUXUATE WILDLY in hashrate.  It will average ABOVE the 250Kh/s you pay for!!!

Other Guides and Topics:
[GUIDE] GridSeed Miner Support/Tuning


Step 1:
A: Order single devices, LA3M (10 pack with accessories rated at 3Mh/s), or LA6M (two LA3M packages with a slight discount)



Receiving the gridseed LA3M package

https://i.imgur.com/w0q8Pll.jpg

https://i.imgur.com/a2boC1r.jpg

Celebrate!!!

Open Everything and inventory:
Gridseed 10 Pack or LA3M or 3 Mh/s Package contents:
10 5 Chip GridSeed Devices (USB cells)
01 Controller board for up to 20 devices
02 Power Supplies (Up to 5 devices per power supply)
11 Mini USB cables
10 Device Power Leads (Barrel plug to bare wire)
01 USB Hub
01 USB Hub Power Adapter

https://i.imgur.com/S5CcTKi.jpg

10 port USB Hub.  The HUB I received provided 1 Amp or 1000ma per port and 10 amps overall.  
https://i.imgur.com/HO9YcRV.jpg

10 x bare wire 2.5mm ID x 5.5mm OD barrel plug to bare wire.
https://i.imgur.com/WRBFIGU.jpg

*There should have been 11.  The HUB runs on the same voltage and plug type. Not sure why jack didn't set it up that way vs the power brick (Fire Hazard)

Two C13 to Your local power plug:
https://i.imgur.com/hXQJ9Wg.jpg

10 USB A to mini B cables
https://i.imgur.com/HUvg5OH.jpg

1 TP Link / wiibox controller with USB, Power Brick, and instructions  Huh
https://i.imgur.com/dgokUHs.jpg

Here's the gridseed box:
https://i.imgur.com/2JolE5G.jpg

Open from the custom product end and tip the box upside down so the whole thing comes out.  Instead of fighting with it like all the youtube unboxings I've seen....
https://i.imgur.com/sUcqoHv.jpg

This machine can not work well
jamieb81
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
April 22, 2014, 02:49:16 AM
 #1443

Works not well? works fine for thousands of us here.

care to explain what's the problem?
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
April 22, 2014, 07:48:19 AM
 #1444

and why the hell did you quote the whole OP with pictures just to say "it doesn't work"? :-)

jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
April 22, 2014, 10:51:47 AM
 #1445

and why the hell did you quote the whole OP with pictures just to say "it doesn't work"? :-)

PUE - Probable User Error : LOL

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
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
April 22, 2014, 01:49:29 PM
Last edit: April 23, 2014, 09:24:39 PM by sandor111
 #1446

For Windows: https://www.dropbox.com/s/ttqa9p851siz8oi/minerd-gc3355.zip

Windows .bat with backup pools
Code:
:loop
minerd.exe --gc3355=\\.\COMxx --gc3355-autotune --freq=850 --url=stratum+tcp://pool1:port --userpass=user:pass --retries=1
minerd.exe --gc3355=\\.\COMxx --gc3355-autotune --freq=850 --url=stratum+tcp://pool2:port --userpass=user:pass --retries=1
minerd.exe --gc3355=\\.\COMxx --gc3355-autotune --freq=850 --url=stratum+tcp://pool3:port --userpass=user:pass --retries=1
goto loop
pause

Flowan
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 23, 2014, 09:03:40 PM
 #1447

Thanks for this awesome topic! Made my day Grin
soothaa
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
April 23, 2014, 11:22:20 PM
 #1448

I briefly skimmed the last few pages looking for mods on the Gridseed 80, any known ones yet? Power consumption isn't really a concern, and I'm currently getting ~6MH/s @ 850MHz

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
April 24, 2014, 08:09:48 AM
 #1449

I briefly skimmed the last few pages looking for mods on the Gridseed 80, any known ones yet? Power consumption isn't really a concern, and I'm currently getting ~6MH/s @ 850MHz

This might help:

https://bitcointalk.org/index.php?topic=576784.0
soothaa
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
April 24, 2014, 02:56:31 PM
 #1450

I briefly skimmed the last few pages looking for mods on the Gridseed 80, any known ones yet? Power consumption isn't really a concern, and I'm currently getting ~6MH/s @ 850MHz

This might help:

https://bitcointalk.org/index.php?topic=576784.0
Perfect, thanks!

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
wolfey2014
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
April 24, 2014, 03:58:07 PM
 #1451

I briefly skimmed the last few pages looking for mods on the Gridseed 80, any known ones yet? Power consumption isn't really a concern, and I'm currently getting ~6MH/s @ 850MHz

For real? NICE!
That's really decent performance for a non-overvolted unit!
Have a look at today's update from http://cryptomining-blog.com
They're over volting one right now!

I Modify Miners Professionally! PM me for details!
brian_23452
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
April 24, 2014, 07:09:45 PM
 #1452

Anyone have any idea why a blade would hash but not submit work?  I am using cgminer on windows 7.  No matter how many blades i plug in, it sees them all, and they all hash, but the last board never submits any work (based on device id it is a different one each time but i don't know if the device id is unique to each unit or of it changes each time i plug it in).  What I mean is, if i plug one blade in, one board submits work and one doesn't.  If i plug two blades in, i get 3 boards submitting work, one not.  If i plug 3 blades in, 5 boards submit work, 1 doesn't.  etc. etc.  The "non working" board does hash though, it just doesn't submit work.  I have checked everywhere and see other people have had this issue, but not found a solution.

Any have any ideas?
nev_dull
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 25, 2014, 05:13:17 AM
 #1453

I got 3 dualminer2 today as well as a Gridseed.  I am able to get them all up and running (using different versions of cgminer for each) without any problems-- at least when testing to wafflepool, scryptguild and clevermining.   
I was actually trying to solomine an altcoin directly to a wallet-- I've got a GPU box doing that just fine (host:8332) to the exact same wallet however when I point either the gridseed or the dualminers at the wallet it connects and appears to be hashing away just fine except I never get any accepts or rejects.  The hashrates the cgminers report are reasonable yet no accepts.   
 The only thing I can think of that is different between mining to a multipool and a local wallet is that the local wallet is using http (getwork I believe) rather than stratum.  cgminer shouldn't have an issue mining to a wallet-- after all I use an unmodified cgminer on my GPU box with no problems also using http.   Anybody have any ideas why this isn't working?

sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
April 25, 2014, 09:20:21 PM
 #1454

Support for individual chip frequency is added. It’s possible to run regular USB miners and G-Blades on a single instance, because the number of chips is now auto detected.
Binaries (Win, Rpi) have been updated.
I'm still working on a summary like cgminer, almost done, but it feels like I'm reinventing the wheel.

suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
April 25, 2014, 09:32:51 PM
 #1455

Support for individual chip frequency is added. It’s possible to run regular USB miners and G-Blades on a single instance, because the number of chips is now auto detected.
Binaries (Win, Rpi) have been updated.
I'm still working on a summary like cgminer, almost done, but it feels like I'm reinventing the wheel.

I think you've mentioned something about an API but I can't find that post now. Does it have an API? Any other means to monitor it remotely short of scraping stdout? Thanks.
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
April 25, 2014, 09:39:08 PM
 #1456

Support for individual chip frequency is added. It’s possible to run regular USB miners and G-Blades on a single instance, because the number of chips is now auto detected.
Binaries (Win, Rpi) have been updated.
I'm still working on a summary like cgminer, almost done, but it feels like I'm reinventing the wheel.

I think you've mentioned something about an API but I can't find that post now. Does it have an API? Any other means to monitor it remotely short of scraping stdout? Thanks.

Yes, the API is accessible on port 4028, sending
Code:
{"get":"stats"}\n
will output a JSON encoded array with mining stats for each chip.
It's disabled on Windows though.

suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
April 25, 2014, 09:50:38 PM
 #1457

Support for individual chip frequency is added. It’s possible to run regular USB miners and G-Blades on a single instance, because the number of chips is now auto detected.
Binaries (Win, Rpi) have been updated.
I'm still working on a summary like cgminer, almost done, but it feels like I'm reinventing the wheel.

I think you've mentioned something about an API but I can't find that post now. Does it have an API? Any other means to monitor it remotely short of scraping stdout? Thanks.

Yes, the API is accessible on port 4028, sending
Code:
{"get":"stats"}\n
will output a JSON encoded array with mining stats for each chip.
It's disabled on Windows though.

Great, I'll try it out. Thanks!
Elokane
Hero Member
*****
Offline Offline

Activity: 817
Merit: 1000


Truth is a consensus among neurons www.synereo.com


View Profile WWW
April 26, 2014, 03:03:43 PM
 #1458

Is there a way to make the 5 chip units start using CGMiner on Windows without having to start CGMiner and only then plug them in?

This often leads to issues of them not being picked up and this arduous process having to repeat itself multiple times until CGMiner identifies all of them.

Synereo: liberating the Internet from abusive business models.

Beware of he who would deny you access to information, for in his heart, he dreams himself your master.
<br>
Ferris419
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 501



View Profile
April 26, 2014, 06:25:15 PM
 #1459

https://github.com/siklon/usb-miner/tree/master/software/cpuminer

Short summary:
* Added hashrate statistics
* Added auto per-chip frequency tuning
* Added JSON API at port 4028 -> send {"get":"stats"} to get stats for each miner/chip
* Input any frequency you want

Code:
 -G, --gc3355=DEV0,DEV1,...,DEVn      enable GC3355 chip mining mode (default: no)
  -F, --freq=FREQUENCY  set GC3355 core frequency in NONE dual mode (default: 600)
  -f, --gc3355-freq=DEV0:F0,DEV1:F1,...,DEVn:Fn      individual frequency setting
  -A, --gc3355-autotune  auto overclocking each GC3355 chip (default: no)

It should work on Rpi, but I haven't tested it yet.

im looking for this cpuminer compiled for windows can someone point me to a place to download it? thanks in advance

Bitcoin is gonna hit 100K usd
jamieb81
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
April 26, 2014, 06:26:20 PM
 #1460

https://github.com/siklon/usb-miner/tree/master/software/cpuminer

Short summary:
* Added hashrate statistics
* Added auto per-chip frequency tuning
* Added JSON API at port 4028 -> send {"get":"stats"} to get stats for each miner/chip
* Input any frequency you want

Code:
 -G, --gc3355=DEV0,DEV1,...,DEVn      enable GC3355 chip mining mode (default: no)
  -F, --freq=FREQUENCY  set GC3355 core frequency in NONE dual mode (default: 600)
  -f, --gc3355-freq=DEV0:F0,DEV1:F1,...,DEVn:Fn      individual frequency setting
  -A, --gc3355-autotune  auto overclocking each GC3355 chip (default: no)

It should work on Rpi, but I haven't tested it yet.

im looking for this cpuminer compiled for windows can someone point me to a place to download it? thanks in advance

look a few post up, sandor is the one that made it and the link is in his signature Wink
Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 »
  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!