Bitcoin Forum
June 19, 2024, 02:08:34 PM *
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 ... 102 »
  Print  
Author Topic: [GUIDE] GridSeed 5-Chip USB, Blade & Black Miner Support/Tuning  (Read 308661 times)
Mike Scofield
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Community Driver #777 for PHC


View Profile WWW
March 19, 2014, 07:09:31 PM
 #681

Do i need an SD card for RAZPI?

PHCoin is the coin with a mission... https://bitcointalk.org/index.php?topic=58999 <=
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 19, 2014, 07:14:47 PM
 #682

yes - the recommend an 8 gb card - I bought one with the card and a 24 port hub.


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
flounderella
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Bitcoin Evengelist


View Profile
March 19, 2014, 07:15:45 PM
 #683

ok - I just followed the directions on Post #1 of this thread for: STEP BY STEP RASPBERRY SCRIPTA INSTALLATION

and cgminer started right up

and is running just fibne

two questions - can it be run nohup - so that it can run even when I don;t have an ssh session?

and #2 - how do I get it to run and mine BTC simultaneously?


by the way - my pi rasberry is running 20 gridseeds

Jeff



Yeah I think I'm going to buy a raspberry pi now and scare my wife :p (as if a bunch of antminer s1s and 11 gridseeds weren't enough... well she did marry a geek) ... all you see is an sd card, sd card reader/writer, charger, ethernet cable and the model b, right? Do you initially need a monitor to set it up or can just remote login via ssh?
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 19, 2014, 07:17:47 PM
 #684

I have not heard a single good thing about the zadig software and everyone says to remove it, but I want to mine BTC and LTC on my gridseeds on my pi rasberry - has anyone figured out a way around the zadig software?

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
jjj0923
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
March 19, 2014, 07:20:33 PM
 #685

you need a monitor initially because it's IP address is unknown and even a scanner cant't find what has not been set.

I grabbed a TV and hookup it up via hdmi and had it running in about 45 minutes then it went to my always cool and dry basement where the mining equip is located. I give mine a static ip so after a reboot I always know where to find it.

Smiley



ok - I just followed the directions on Post #1 of this thread for: STEP BY STEP RASPBERRY SCRIPTA INSTALLATION

and cgminer started right up

and is running just fibne

two questions - can it be run nohup - so that it can run even when I don;t have an ssh session?

and #2 - how do I get it to run and mine BTC simultaneously?


by the way - my pi rasberry is running 20 gridseeds

Jeff



Yeah I think I'm going to buy a raspberry pi now and scare my wife :p (as if a bunch of antminer s1s and 11 gridseeds weren't enough... well she did marry a geek) ... all you see is an sd card, sd card reader/writer, charger, ethernet cable and the model b, right? Do you initially need a monitor to set it up or can just remote login via ssh?

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
flounderella
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Bitcoin Evengelist


View Profile
March 19, 2014, 07:22:38 PM
 #686

you need a monitor initially because it's IP address is unknown and even a scanner cant't find what has not been set.

I grabbed a TV and hookup it up via hdmi and had it running in about 45 minutes then it went to my always cool and dry basement where the mining equip is located. I give mine a static ip so after a reboot I always know where to find it.

Smiley



Ah cool, that sounds straightforward. Thanks
flounderella
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Bitcoin Evengelist


View Profile
March 19, 2014, 07:39:44 PM
Last edit: March 20, 2014, 03:17:10 AM by flounderella
 #687

In scrypt-only mode, do you really need so many fans... I'm thinking of using standoffs to connect two gridseeds to one fan. Does anyone see any issues with that?
suchmoon
Legendary
*
Offline Offline

Activity: 3710
Merit: 8969


https://bpip.org


View Profile WWW
March 19, 2014, 07:43:29 PM
 #688

can it be run nohup - so that it can run even when I don;t have an ssh session?


Use screen:

Code:
screen -S miner

"miner" 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.

To verify that it's indeed running in the background use this:

Code:
ps auxwww | grep cgminer

You can now disconnect SSH etc. To get back to your cgminer:

Code:
screen -D -r miner
emoomjean
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 19, 2014, 07:48:14 PM
 #689

you need a monitor initially because it's IP address is unknown and even a scanner cant't find what has not been set.

I grabbed a TV and hookup it up via hdmi and had it running in about 45 minutes then it went to my always cool and dry basement where the mining equip is located. I give mine a static ip so after a reboot I always know where to find it.

Smiley


That is incorrect.  By default the Scripta image uses DHCP and its actually quite easy to find the device using angryip scanner (http://angryip.org/)

Be sure to use the proper SSH port 7722 when connecting!

-EMoomjean
emoomjean
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 19, 2014, 07:51:31 PM
 #690

can it be run nohup - so that it can run even when I don;t have an ssh session?


Use screen:

Code:
screen -S miner

"miner" 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.

To verify that it's indeed running in the background use this:

Code:
ps auxwww | grep cgminer

You can now disconnect SSH etc. To get back to your cgminer:

Code:
screen -D -r miner


Or conversely you could just edit the miner_start.sh script in /opt/minerpeon/startup/ folder and replace the existing cgminer string with your path and custom commands.

With the updated info saved your config will be retained and automatically loaded everytime the RPI starts up (which can be handy if you experience a power loss or the RPI crashes/reboots on its own).

-EMoomjean
suchmoon
Legendary
*
Offline Offline

Activity: 3710
Merit: 8969


https://bpip.org


View Profile WWW
March 19, 2014, 07:53:08 PM
 #691

you need a monitor initially because it's IP address is unknown and even a scanner cant't find what has not been set.

If you have access to your router you can find the IP on it. Alternatively you can ping around in your IP range, it will respond. Scripta runs SSH on port 7722.
TrollboxChamp
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 19, 2014, 07:57:48 PM
 #692

Sorry can cgminer control more than 10 gridseed? Whenever I add an 11th, it does show up in cgminer with hash rate but never accepts anything?

GSD 10 is the one. I added them one by one with cgminer running



Here's the command line options to run cgminer:

--scrypt --gridseed-options=baud=115200,freq=850,chips=5,modules=1,usefifo=0 --hotplug=1

change --hotplug to 5
Fior Sirtheoir
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
March 19, 2014, 08:34:46 PM
 #693

GetResult error 7 in debug. Any idea what I have wrong?  It is also saying it is looking for a particular block but finding a different one.
flounderella
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Bitcoin Evengelist


View Profile
March 19, 2014, 08:57:09 PM
 #694

Sorry can cgminer control more than 10 gridseed? Whenever I add an 11th, it does show up in cgminer with hash rate but never accepts anything?

GSD 10 is the one. I added them one by one with cgminer running



Here's the command line options to run cgminer:

--scrypt --gridseed-options=baud=115200,freq=850,chips=5,modules=1,usefifo=0 --hotplug=1

change --hotplug to 5

Yup, tried that. Narrowed the issue to one of the 11 units. Tried cpuminer as well as bfgminer aswell. They can detect and start hashing but this particular gridseed never gets any accepted shares. I'm thinking its a DOA. Since its now isolated, I'm going to try to see if its possible to flash its bios or play with clock freq

Unlike the others, only a green light is blinking...
Flep182
Legendary
*
Offline Offline

Activity: 938
Merit: 1007


View Profile
March 19, 2014, 09:17:33 PM
 #695

Try changing the USB cable and/or position on the hub. Plus wiggle a bit with the powercable Wink
CartmanSPC
Legendary
*
Offline Offline

Activity: 1270
Merit: 1000



View Profile
March 19, 2014, 09:38:27 PM
Last edit: March 19, 2014, 09:49:26 PM by CartmanSPC
 #696

Sorry can cgminer control more than 10 gridseed? Whenever I add an 11th, it does show up in cgminer with hash rate but never accepts anything?

GSD 10 is the one. I added them one by one with cgminer running



Here's the command line options to run cgminer:

--scrypt --gridseed-options=baud=115200,freq=850,chips=5,modules=1,usefifo=0 --hotplug=1

change --hotplug to 5

Yup, tried that. Narrowed the issue to one of the 11 units. Tried cpuminer as well as bfgminer aswell. They can detect and start hashing but this particular gridseed never gets any accepted shares. I'm thinking its a DOA. Since its now isolated, I'm going to try to see if its possible to flash its bios or play with clock freq

Unlike the others, only a green light is blinking...

Yes, was going to suggest you run it on it's own to isolate which one it is. Let us know if you get it to work! I also had one like you that would not get any accepted shares on scrypt. SHA worked though. Tried everything I could from different mining software to different hosts/controllers and freq's. Tried running it on its own for well over 12 hours but it would never get any accepted shares....and of course the pools wont show it since it is essentially not doing any work.


DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
March 19, 2014, 11:13:43 PM
 #697

In scrypt-only mode, do you really need so many fans... I'm thinking of using standoffs to connection two gridseeds to one fan. Does anyone see any issues with that?

be creative - you can probably set it up lots of ways to get the lowest amount of power and cooling used for scrypt only mode

I'll be toying with 4 of my 20 to figure something out while the other run with their fans for now

~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
crackfoo
Legendary
*
Offline Offline

Activity: 3500
Merit: 1126



View Profile WWW
March 20, 2014, 12:36:37 AM
 #698

In scrypt-only mode, do you really need so many fans... I'm thinking of using standoffs to connection two gridseeds to one fan. Does anyone see any issues with that?

I took my fan off since I only use scrypt mode... and it doesn't get hot. It actually seems to be hashing faster...

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
miner765
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
March 20, 2014, 12:54:38 AM
 #699

Will a standard AC adapter work for powering gridseeds? I have around five 12v 10a laying around and it's silent unlike standard gridseed PSU. Will they work to power 8 units each? Won't fry them or something?
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
March 20, 2014, 12:57:37 AM
 #700

Will a standard AC adapter work for powering gridseeds? I have around five 12v 10a laying around and it's silent unlike standard gridseed PSU. Will they work to power 8 units each? Won't fry them or something?
Each GS miner requires about .75A for scrypt and 7A for dual mode.
Any regulated 12v supply should work...
Im using a combination of wall-warts and 12V @ 100A HP server PSUs from old G5 servers...
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 ... 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!