Bitcoin Forum
June 25, 2024, 09:23:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 ... 102 »
  Print  
Author Topic: [GUIDE] GridSeed 5-Chip USB, Blade & Black Miner Support/Tuning  (Read 308666 times)
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
April 01, 2014, 06:50:20 PM
 #981

Just an FYI for those of you using a Rasp Pi...I've had 6 running on a Pi using HASHRA for over a week now with 0 restarts and 0 down time.  Use HASHRA.

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 01, 2014, 07:04:37 PM
 #982

Just an FYI for those of you using a Rasp Pi...I've had 6 running on a Pi using HASHRA for over a week now with 0 restarts and 0 down time.  Use HASHRA.
Yea, my HASHRA image works great, but does restart periodically. I just look at the web page and it shows how long it's been running, and I see the number reset periodically.
Running 10 GSDs each on 2 PIs.
Even with the restart, I don't see any gaps in the charts at the pool, so the restart is very quick.
CartmanSPC
Legendary
*
Offline Offline

Activity: 1270
Merit: 1000



View Profile
April 01, 2014, 07:06:01 PM
Last edit: April 01, 2014, 07:18:05 PM by CartmanSPC
 #983

I'm familiar with virtual com ports and all that from phone flashing.

I was able to get it working on a custom clean installed Windows 8.1 64 bit computer.  I used the WinUSB and a copy of CGminer.  I could NOT get this thing to work on Usb 3 and on any laptop I had.  

Now I can only get two on, the rest are not detected.   Does BAMT with a modified cgminer work for this asic

For me it didn't work connected directly to an USB 3 port but worked on a USB 2 hub connected to a USB 3 port. Not sure what would be an issue with a laptop.

BAMT is a bit of an overkill for this, since it has all that AMD crud installed. But yes, you can compile a modified cgminer version on it and it would work. I don't know if it would help with USB 3 though.

I think it's still a minority that cannot make the Gridseed's work, there has been hundreds of thousands sold, and you see very few people with problems. As for USB3 we all know they only work well on UB2 port and hub

I've had my gridseeds for two weeks now. the first week I was running 20 off a Pi Rasberry with cpuminer and they'd run great for about 8 to 10 hours then they'd just slow down and my pool stats would start off showing them as running at about 7,200 Kh/s and then they'd start to slow down to abut 3,500 Khs and I'd reboot the Pi and they'd run fine again.

I got tired of this after about 5 days so last saturday I put Ubuntu server 13.04 on an old PC I had laying around and downloaded and compiled cgminer for gridseed and for about about 100 hours now and they've been perfect - non stop.


I had the same experience on the Pi with 20 Gridseeds using cgminer. I ended up returning it to the store. Fortunately they gave me a complete refund Smiley

CartmanSPC
Legendary
*
Offline Offline

Activity: 1270
Merit: 1000



View Profile
April 01, 2014, 07:08:57 PM
Last edit: April 01, 2014, 07:30:16 PM by CartmanSPC
 #984

Ya i also tried to get ubunto 13.1 running but i get compiling errors and then the system don't fully work. i be trying it again today. i  would even pay .1 btc for a good guide for a fresh install. the one i found in the other main gridseed discussion thread worked ok until i had compiling errors and did not know what to do.

Install Ubuntu Server 12.04.4 LTS: ubuntu-12.04.4-server-amd64.iso

Update Ubuntu and install git
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git

Install dependencies, compile then run dtbartle cgminer
Code:
cd ~
sudo apt-get install build-essential autoconf automake pkg-config libtool libcurl4-openssl-dev libncurses5-dev libudev-dev
sudo git clone git://github.com/dtbartle/cgminer-gc3355.git
cd cgminer-gc3355
sudo CFLAGS="-O2 -Wall" ./configure --enable-scrypt --enable-gridseed
sudo make

sudo ./cgminer --scrypt -o stratum+tcp://xpool.net:8820 -u x -p x --gridseed-options=baud=115200,freq=850,chips=5 --hotplug 0

That is all! Seems so simple but it took a lot of effort to get here.


Useful options
Code:
sudo apt-get install openssh-server	#if not installed during setup
sudo apt-get install screen             #to run cgminer in the background

wolfey2014
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
April 01, 2014, 07:53:46 PM
 #985

I'm familiar with virtual com ports and all that from phone flashing.

I was able to get it working on a custom clean installed Windows 8.1 64 bit computer.  I used the WinUSB and a copy of CGminer.  I could NOT get this thing to work on Usb 3 and on any laptop I had.  

Now I can only get two on, the rest are not detected.   Does BAMT with a modified cgminer work for this asic

For me it didn't work connected directly to an USB 3 port but worked on a USB 2 hub connected to a USB 3 port. Not sure what would be an issue with a laptop.

BAMT is a bit of an overkill for this, since it has all that AMD crud installed. But yes, you can compile a modified cgminer version on it and it would work. I don't know if it would help with USB 3 though.

I think it's still a minority that cannot make the Gridseed's work, there has been hundreds of thousands sold, and you see very few people with problems. As for USB3 we all know they only work well on UB2 port and hub

I've had my gridseeds for two weeks now. the first week I was running 20 off a Pi Rasberry with cpuminer and they'd run great for about 8 to 10 hours then they'd just slow down and my pool stats would start off showing them as running at about 7,200 Kh/s and then they'd start to slow down to abut 3,500 Khs and I'd reboot the Pi and they'd run fine again.

I got tired of this after about 5 days so last saturday I put Ubuntu server 13.04 on an old PC I had laying around and downloaded and compiled cgminer for gridseed and for about about 100 hours now and they've been perfect - non stop.


Wow! That's great! Please keep us informed on your system setup stability. I'd be very interested in learning how you set that all up and duplicate your successful conf-rig-uration Wink

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

Activity: 378
Merit: 250


View Profile WWW
April 01, 2014, 07:57:25 PM
 #986

Just an FYI for those of you using a Rasp Pi...I've had 6 running on a Pi using HASHRA for over a week now with 0 restarts and 0 down time.  Use HASHRA.
Yea, my HASHRA image works great, but does restart periodically. I just look at the web page and it shows how long it's been running, and I see the number reset periodically.
Running 10 GSDs each on 2 PIs.
Even with the restart, I don't see any gaps in the charts at the pool, so the restart is very quick.

I should have a couple Green Pi's coming soon. I gonna learn this shit....easy!

I Modify Miners Professionally! PM me for details!
rob1313
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
April 01, 2014, 09:34:02 PM
 #987

Ya i also tried to get ubunto 13.1 running but i get compiling errors and then the system don't fully work. i be trying it again today. i  would even pay .1 btc for a good guide for a fresh install. the one i found in the other main gridseed discussion thread worked ok until i had compiling errors and did not know what to do.

Install Ubuntu Server 12.04.4 LTS: ubuntu-12.04.4-server-amd64.iso

Update Ubuntu and install git
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git

Install dependencies, compile then run dtbartle cgminer
Code:
cd ~
sudo apt-get install build-essential autoconf automake pkg-config libtool libcurl4-openssl-dev libncurses5-dev libudev-dev
sudo git clone git://github.com/dtbartle/cgminer-gc3355.git
cd cgminer-gc3355
sudo CFLAGS="-O2 -Wall" ./configure --enable-scrypt --enable-gridseed
sudo make

sudo ./cgminer --scrypt -o stratum+tcp://xpool.net:8820 -u x -p x --gridseed-options=baud=115200,freq=850,chips=5 --hotplug 0

That is all! Seems so simple but it took a lot of effort to get here.


Useful options
Code:
sudo apt-get install openssh-server	#if not installed during setup
sudo apt-get install screen             #to run cgminer in the background

That made it nice and easy to get running thanks. on ubunto 13.1.0 it worked.
BTC sent.

tip if i help you. doge: D7zzbMR9mxmtDQWWNfrRGY5fFNUnrwexSQ or BTC: 1Fot8CrsuxcZUw6qYX3sVpNo5MDtaf7ZS2
leave rep here for any transaction. 
BTC mining contracts for only 0.0058 BTC / GHs
rob1313
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
April 01, 2014, 10:29:02 PM
 #988

A link on how to use

""Useful options
Code:
sudo apt-get install openssh-server   #if not installed during setup
sudo apt-get install screen             #to run cgminer in the background
""


The option of ssh to check on miners? a link at least i had no luck.

It tried to do it via remote desktop with a vnc viewer and it would load the desktop but when i click on any thing it woudl not show the windows that were open on the remote machine. and i tried x11vnc instead and that would only show a gray window.

tip if i help you. doge: D7zzbMR9mxmtDQWWNfrRGY5fFNUnrwexSQ or BTC: 1Fot8CrsuxcZUw6qYX3sVpNo5MDtaf7ZS2
leave rep here for any transaction. 
BTC mining contracts for only 0.0058 BTC / GHs
CartmanSPC
Legendary
*
Offline Offline

Activity: 1270
Merit: 1000



View Profile
April 01, 2014, 11:10:22 PM
 #989

The option of ssh to check on miners? a link at least i had no luck.

This was posted by someone else...edited for clarity:
Quote
How to use screen:

screen -S ScreenName        #starts a new screen session

"ScreenName" can be anything, it's just a name that you can use later to get back to it. This will give you a new shell. Start cgminer there.
Ctrl-A, then Ctrl-D will exit the new shell and will keep cgminer running.

You can now disconnect/exit SSH etc.
To get back to your cgminer:
screen -r ScreenName

To verify that it's indeed running in the background use this:
ps auxwww | grep cgminer

I have noticed that after you exit cgminer the screen session occasionally does not display new commands. I usually just exit and start a new screen session.

wasubii
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
April 02, 2014, 06:41:33 AM
 #990


Never use psu (adapter) from China .. blown a few already.. use PC's psu.

Not sure what's the startup amp .. but your psu is 12v 10a? it can only support max 2 GS in dual mine mode.

Anyone know of a source for the ATX PCIe (and molex) to barrel plug adapters?
Seems CabelZ is no longer making them...


https://bitcointalk.org/index.php?topic=523101.msg6009254#msg6009254
favelle75
Hero Member
*****
Offline Offline

Activity: 910
Merit: 501



View Profile
April 02, 2014, 07:17:43 AM
 #991

My first order of Gridseeds a while back from ZoomHash came with a Pi controller box. I never used it because I have set all my miners on an older Windows netbook. Anyways, I wanted to fool around with the Pi (ha!) and I can't get ANY video display. HDMI, DVI to HDMI, composite....nothing. Pi turns on (single red light).....but absolutely zero display.  Sad

Any ideas?

_Crypto made easier than cash_

▄███▄              ▄███▄
███████            ███████
███████   ▄████▄   ███████
███████  ████████  ███████
▄██████████  ████████  ██████████▄
████████████  ████████  ████████████
████████████  ████████  ████████████
▀██████████  ████████  ██████████▀
███████  ████████  ███████
███████  ████████  ███████
███████  ████████  ███████
▀███▀   ████████   ▀███▀
████████
▀████▀
MenaPay.
ANN THREAD
__
maxzilla
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 02, 2014, 09:02:59 AM
 #992

My first order of Gridseeds a while back from ZoomHash came with a Pi controller box. I never used it because I have set all my miners on an older Windows netbook. Anyways, I wanted to fool around with the Pi (ha!) and I can't get ANY video display. HDMI, DVI to HDMI, composite....nothing. Pi turns on (single red light).....but absolutely zero display.  Sad

Any ideas?

SDCard is corrupt or not inserted
WTParker2
Member
**
Offline Offline

Activity: 61
Merit: 10

Texas Proud


View Profile
April 02, 2014, 02:38:10 PM
 #993

My first order of Gridseeds a while back from ZoomHash came with a Pi controller box. I never used it because I have set all my miners on an older Windows netbook. Anyways, I wanted to fool around with the Pi (ha!) and I can't get ANY video display. HDMI, DVI to HDMI, composite....nothing. Pi turns on (single red light).....but absolutely zero display.  Sad

Any ideas?

Zoomhash as already addressed this in their threads and on their website.
Contact them for the new SD image and there is an instruction sheet on how to fix it.
You will need a Windows computer with an SD card reader.
favelle75
Hero Member
*****
Offline Offline

Activity: 910
Merit: 501



View Profile
April 02, 2014, 06:29:24 PM
 #994

My first order of Gridseeds a while back from ZoomHash came with a Pi controller box. I never used it because I have set all my miners on an older Windows netbook. Anyways, I wanted to fool around with the Pi (ha!) and I can't get ANY video display. HDMI, DVI to HDMI, composite....nothing. Pi turns on (single red light).....but absolutely zero display.  Sad

Any ideas?

SDCard is corrupt or not inserted

Thanks Maxzilla, I will try another one!

_Crypto made easier than cash_

▄███▄              ▄███▄
███████            ███████
███████   ▄████▄   ███████
███████  ████████  ███████
▄██████████  ████████  ██████████▄
████████████  ████████  ████████████
████████████  ████████  ████████████
▀██████████  ████████  ██████████▀
███████  ████████  ███████
███████  ████████  ███████
███████  ████████  ███████
▀███▀   ████████   ▀███▀
████████
▀████▀
MenaPay.
ANN THREAD
__
favelle75
Hero Member
*****
Offline Offline

Activity: 910
Merit: 501



View Profile
April 02, 2014, 06:31:07 PM
 #995

My first order of Gridseeds a while back from ZoomHash came with a Pi controller box. I never used it because I have set all my miners on an older Windows netbook. Anyways, I wanted to fool around with the Pi (ha!) and I can't get ANY video display. HDMI, DVI to HDMI, composite....nothing. Pi turns on (single red light).....but absolutely zero display.  Sad

Any ideas?

Zoomhash as already addressed this in their threads and on their website.
Contact them for the new SD image and there is an instruction sheet on how to fix it.
You will need a Windows computer with an SD card reader.

Sweet, I'll do that right now. I have a few spare 16GB SD cards so I'll just start with a brand new one.  :-)

_Crypto made easier than cash_

▄███▄              ▄███▄
███████            ███████
███████   ▄████▄   ███████
███████  ████████  ███████
▄██████████  ████████  ██████████▄
████████████  ████████  ████████████
████████████  ████████  ████████████
▀██████████  ████████  ██████████▀
███████  ████████  ███████
███████  ████████  ███████
███████  ████████  ███████
▀███▀   ████████   ▀███▀
████████
▀████▀
MenaPay.
ANN THREAD
__
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
April 02, 2014, 06:36:40 PM
 #996

The new LightningAsic controller firmware is released, please see: https://bitcointalk.org/index.php?topic=554542.0

favelle75
Hero Member
*****
Offline Offline

Activity: 910
Merit: 501



View Profile
April 03, 2014, 06:13:02 AM
 #997

Thanks WTParker2 and Maxzilla, reformatted the SD card, put the new IMG on it and it worked like a hot cake!  Smiley

_Crypto made easier than cash_

▄███▄              ▄███▄
███████            ███████
███████   ▄████▄   ███████
███████  ████████  ███████
▄██████████  ████████  ██████████▄
████████████  ████████  ████████████
████████████  ████████  ████████████
▀██████████  ████████  ██████████▀
███████  ████████  ███████
███████  ████████  ███████
███████  ████████  ███████
▀███▀   ████████   ▀███▀
████████
▀████▀
MenaPay.
ANN THREAD
__
twittmann
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 03, 2014, 06:33:47 PM
 #998

A simple method to overclock Gridseeds upto 1050 MHz: Thermal Paste!
Check out my Blog entry on that topic:
http://gridseed-blog.com/gridseed-overclocking-1000-mhz-without-voltmod/
jamieb81
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
April 03, 2014, 06:38:11 PM
 #999

A simple method to overclock Gridseeds upto 1050 MHz: Thermal Paste!
Check out my Blog entry on that topic:
http://gridseed-blog.com/gridseed-overclocking-1000-mhz-without-voltmod/

you should really make some pictures.

Also you should mentions to keep or not keep the "blue" stock thermal pad or not etc..

Most people here want to see "pictures or it did not happen" hehe

thanks anyway Wink
suchmoon
Legendary
*
Offline Offline

Activity: 3710
Merit: 8990


https://bpip.org


View Profile WWW
April 03, 2014, 06:51:26 PM
 #1000

A simple method to overclock Gridseeds upto 1050 MHz: Thermal Paste!
Check out my Blog entry on that topic:
http://gridseed-blog.com/gridseed-overclocking-1000-mhz-without-voltmod/

you should really make some pictures.

Also you should mentions to keep or not keep the "blue" stock thermal pad or not etc..

Most people here want to see "pictures or it did not happen" hehe

thanks anyway Wink

No pictures needed. It's been proven long ago that these chips are not thermally challenged at all. I had one running without heatsink at 850 and then overvolted at 950. But you can't push past 850-900 just by smearing some paste on it, it needs the voltage mod.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 ... 102 »
  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!