Bitcoin Forum
June 03, 2024, 03:50:35 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 ... 102 »
  Print  
Author Topic: [GUIDE] GridSeed 5-Chip USB, Blade & Black Miner Support/Tuning  (Read 308649 times)
Andareed
Member
**
Offline Offline

Activity: 84
Merit: 14


View Profile
March 09, 2014, 01:04:09 AM
 #421

wtf I can use CGMiner now?!

I am going to donate now kvclivas or whatever it is
not ckolivas, some one forked it for gridseed, as ckolivas said he wont work on any other except sha256 after 3.7.2


I am getting HW errors running 6 gridseed miners in cgminer.
Anyone getting HW errors?

At 800MHz clock I get maybe 2 errors in 24 hours. Higher clock rates produce more errors and although cgminer reports higher hashing speeds the speed seen by the pool goes down. I think 850 might be the optimum but I need more testing.

Both cgminer and cpuminer will report errors if they lose connection to the pool, e.g. if the network cable is unplugged. I noticed that while doing some rewiring around the house. So at least some of the "hardware errors" might not be related to actual hardware.

cgminer, after I twice unplugged the network switch shows two hardware errors for each miner:


cpuminer, after the same, shows a bunch of invalid nonces upon resuming:


If I had to guess, I would say that the miners are returning work for a previous hash.

BTC: 1K54i8Fsu7e7WPu1pQJV6tDa65qXahnHMH
LTC: LMfJ2eqsJofTaNtD1dLRZBuKju9qYgwxZj
jmordica
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
March 09, 2014, 05:14:48 AM
 #422

Has anyone been able to get the cgminer 3.7.2 (for gridseed) to work in linux instead of windows like what is shown here? http://cryptomining-blog.com/1262-download-cgminer-3-7-2-for-windows-scrypt-mining-on-gridseed-5-chip-gc3355-asics/
xminer2014
Member
**
Offline Offline

Activity: 207
Merit: 10

WPP ENERGY - BACKED ASSET GREEN ENERGY TOKEN


View Profile
March 09, 2014, 07:31:40 AM
 #423

Has anyone been able to get the cgminer 3.7.2 (for gridseed) to work in linux instead of windows like what is shown here? http://cryptomining-blog.com/1262-download-cgminer-3-7-2-for-windows-scrypt-mining-on-gridseed-5-chip-gc3355-asics/

Yes, even with 10 miners. If there are some interest, I can add the forked cgminer to coinst (https://litecointalk.org/index.php?topic=15312.msg121778#msg121778).

           ﹏﹏﹋﹌﹌ WPP ENERGY ﹌﹌﹋﹏﹏
☆═══━┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈━═══☆
≈ WORLD POWER PRODUCTION ≈


【 BACKED ASSET GREEN ENERGY TOKEN 】
☆═━┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈━═☆
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
March 09, 2014, 07:33:15 AM
 #424

bfgminer 5 chip: https://bitcointalk.org/index.php?topic=168174.msg5600687#msg5600687

Possible to update to this version on minepeon somehow?

darkfriend77 (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 265


View Profile WWW
March 09, 2014, 07:56:05 AM
 #425

I did remove all the fans ..

and so far working well ....


-:| www.DOTMog.com |:-
Flep182
Legendary
*
Offline Offline

Activity: 938
Merit: 1007


View Profile
March 09, 2014, 08:13:19 AM
 #426

I have the same freezes with cgminer on Raspberry as reported, but I also keep connecting and disconnecting miners and after a while cgminer crashes due to Segmentation Fault. I'm afraid that means I have to format the SD card and reinstall (and make an image of the status at that point.

Due to travels I'll have to let these alone for a while so I'm thinking about buying the cheapest laptop with windows and connecting them to that as there's at least a working version that doesn't crash on windows (and I don't have the 2 levels depth maximum hubwise that the Pi has.
Plus I'll have easier remote access than with a Raspberry and a few controllers from LA.
darkfriend77 (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 265


View Profile WWW
March 09, 2014, 02:23:07 PM
Last edit: March 09, 2014, 06:09:02 PM by darkfriend77
 #427

Step by Step Raspberry SCRIPTA Installation:



  • 1 - SD Formatter (link) clean up your SD Card. At least a 4GB SD.
  • 2 - Download the SCRIPTA Image (link)
  • 3 - Win 32 Disk Imager (link) and write the scripta image on the SD Card.
  • 4 - Put the SD Card into your Raspberry.
  • 5 - SSH access on port 7722, user: root / psw: scripta
  • 6 - Use WinSCP (link) to move over the latest rasp cgminer for gridseed (https://db.tt/UygLkqwd) or Use PuTTY (link)
Code:
wget https://db.tt/UygLkqwd -O cgminer
  • 7 - Go to the location where you copied over your cgminer and do "chmod 777 cgminer"
  • 8 - Go to the SCRIPTA Web GUI, under Miner hit Miner commands, STOP
  • 9 - Go to the location where you copied over your cgminer and run it from there using these commands:
Code:
./cgminer --scrypt -o <miningpooladdress:port> -u <user> -p <pw> --gridseed-options=baud=115200,freq=850

    Stability-Fix:
    Code:
    sudo nano /boot/cmdline.txt
    Add the following code at the end of the first line (on the same line as the other text, DO NOT add new line!)
    Code:
    slub_debug=FP

    Orginal Sources from: https://litecointalk.org/index.php?topic=9908.0

    -:| www.DOTMog.com |:-
    chirale
    Member
    **
    Offline Offline

    Activity: 116
    Merit: 10



    View Profile WWW
    March 09, 2014, 03:13:28 PM
     #428

    Step by Step Raspberry SCRIPTA Installation:



    • 1 - SD Formatter (link) clean up your SD Card. At least a 4GB SD.
    • 2 - Download the SCRIPTA Image (link)
    • 3 - Win 32 Disk Imager (link) and write the scripta image on the SD Card.
    • 4 - Put the SD Card into your Raspberry.
    • 5 - Use WinSCP to move over the latest rasp cgminer for gridseed (https://db.tt/UygLkqwd) or Use
    Code:
    wget https://db.tt/UygLkqwd -O cgminer
    • 6 - Go to the location where you copied over your cgminer and do "chmod 777 cgminer"
    • 7 - Go to the SCRIPTA Web GUI, under Miner hit Miner commands, STOP
    • 8 - Go to the location where you copied over your cgminer and run it from there using these commands:
    Code:
    ./cgminer --scrypt -o <miningpooladdress:port> -u <user> -p <pw> --gridseed-options=baud=115200,freq=850
      Orginal Sources from: https://litecointalk.org/index.php?topic=9908.0
      Thank you darkfriend77! this is a great guide!
      We will try to release a new version of scripta where people don't need to do all this... Ideally Scripta should be able to discover different hardware devices (gridseed 5 chips, dualminer and others) and associate each device to a cgminer and a set of parameters, along with the pools the dev should mine on. We have posted a TODO file on github about this and if someone wants to join the team (also for other aspects) please feel free to send me a PM or play with the Git!  https://github.com/scriptamining/scripta/blob/master/TODO
      P.S. Apologies if slightly off topic, but I thought it was relevant...

      Edit: Some stability issues have been reported and qiqiji on the litecoin forum has suggested to make this small change to the file cmdline.txt
      https://litecointalk.org/index.php?topic=9908.msg139447#msg139447

      darkfriend77 (OP)
      Sr. Member
      ****
      Offline Offline

      Activity: 434
      Merit: 265


      View Profile WWW
      March 09, 2014, 03:40:48 PM
       #429

      ...
      Thank you darkfriend77! this is a great guide!
      We will try to release a new version of scripta where people don't need to do all this... Ideally Scripta should be able to discover different hardware devices (gridseed 5 chips, dualminer and others) and associate each device to a cgminer and a set of parameters, along with the pools the dev should mine on. We have posted a TODO file on github about this and if someone wants to join the team (also for other aspects) please feel free to send me a PM or play with the Git!  https://github.com/scriptamining/scripta/blob/master/TODO
      P.S. Apologies if slightly off topic, but I thought it was relevant...

      Edit: Some stability issues have been reported and qiqiji on the litecoin forum has suggested to make this small change to the file cmdline.txt
      https://litecointalk.org/index.php?topic=9908.msg139447#msg139447

      thx, I added the stability fix to the guide.

      -:| www.DOTMog.com |:-
      wolfey2014
      Sr. Member
      ****
      Offline Offline

      Activity: 378
      Merit: 250


      View Profile WWW
      March 09, 2014, 09:18:29 PM
       #430

      I did remove all the fans ..

      and so far working well ....



      Nice layout.
      One fan cooling all 10 pods. Nice.
      I'm cooling 5 pods with one pod with fan in the center and 4 pods without fan surrounding it.
      Running at a decent 80* to 91* F in Scrypt only mode.
      The cool air that the center fan throws is enough to circulate some air around the other 4.
      They're all within 1* of each other.
      I'm testing their temps with an infrared temp sensor gun.
      So far, so good.
      Wolfey2014

      I Modify Miners Professionally! PM me for details!
      bomb3r
      Newbie
      *
      Offline Offline

      Activity: 9
      Merit: 0


      View Profile
      March 09, 2014, 11:56:20 PM
       #431

      so u guys run 2x cgminer to once us for scrypt onc for sha or how do u actually us this hardware ?
      deadmilkmen
      Newbie
      *
      Offline Offline

      Activity: 9
      Merit: 0


      View Profile
      March 10, 2014, 01:31:43 AM
      Last edit: March 10, 2014, 03:10:28 AM by deadmilkmen
       #432

      Reused a gpu miner frame i was building for a couple 7850 i would going to order.

      https://i.imgur.com/5bb5629.jpg

      can hold a total of 18. 8+8+2 , 1 psu, and space next to the psu for usb hubs. Was short on material but it will have another rack on the top .
      total overkill, but material was cheap.  im sure i could find a way to fit more if i turned them on the side but, 15-18 of them will be just fine for now.



      Anyone Come close to 400kh/s yet? Looks like most people are running about 361kh/s .
      up2urheadlights
      Newbie
      *
      Offline Offline

      Activity: 28
      Merit: 0


      View Profile
      March 10, 2014, 04:24:23 AM
       #433

      I did remove all the fans ..

      and so far working well ....

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

      I just stripped one 5 chip down, removing all fans and heatsinks.  I then proceeded to start mining scrypt with it at 850.  I let it run for about 15 minutes, and using the touch test to see how hot the 5 chips get. 

      They don't.  Basically warm to the touch.  I don't think these need cooling for scrypt only.  I'm definitely taking the fans off all of mine, and if it ever gets to the point where they take up too much space I'll take off the giant gold sink and put the little per chip heatsinks meant for asicminers/vram. 

      I understand why gridseed has the cooling on them for the SHA side of it, I just wish there was a cheaper option for scrypt only with no fan and small sinks.

      Maybe one of the resellers can convince gridseed to just sell the boards, I'd buy some that way.
      CartmanSPC
      Legendary
      *
      Offline Offline

      Activity: 1270
      Merit: 1000



      View Profile
      March 10, 2014, 07:19:40 AM
      Last edit: March 10, 2014, 07:33:41 AM by CartmanSPC
       #434

      Anyone have a good source on USB cables that actually fit correctly? I am tired of cutting the ones I'm getting with the miners down to size. I had one from an old HD that actually fit perfect so I know their out there.

      This one looks promising but way too expensive:
      http://www.amazon.com/AmazonBasics-A-Male-Mini-B-Cable-Meters/dp/B001TH7GUK/ref=sr_1_2?ie=UTF8&qid=1394435998&sr=8-2&keywords=USB+cables

      Do these from monoprice fit?
      http://www.monoprice.com/Search/Index?keyword=usb+a-male+to+mini-b

      surgexvb
      Full Member
      ***
      Offline Offline

      Activity: 445
      Merit: 100



      View Profile
      March 10, 2014, 08:21:21 AM
      Last edit: March 10, 2014, 08:41:10 AM by surgexvb
       #435

      Anyone have a good source on USB cables that actually fit correctly? I am tired of cutting the ones I'm getting with the miners down to size. I had one from an old HD that actually fit perfect so I know their out there.

      This one looks promising but way too expensive:
      http://www.amazon.com/AmazonBasics-A-Male-Mini-B-Cable-Meters/dp/B001TH7GUK/ref=sr_1_2?ie=UTF8&qid=1394435998&sr=8-2&keywords=USB+cables

      Do these from monoprice fit?
      http://www.monoprice.com/Search/Index?keyword=usb+a-male+to+mini-b

      I bought the monoprice ones with the ferrite core and the connector is just barely too big, very snug fit.  However, you can just bend the fins on the heatsink out of the way, right above the usb port, and then they fit great.  I also have some of the monoprice ones without the ferrite core and they fit fine with no modification.


      |██████| | ██████SECURE AND LICENSED CRYPTOCURRENCY EXCHANGE██████ |██████| |
      | INVECH |
      WHITEPAPER | ANN THREAD | FACEBOOK | TWITTER | TELEGRAM | MEDIUM | INVECH |
      |██████| | ███████JOIN INVECH INITIAL EXCHANGE OFFERING NOW!████████ |██████| |
      maardein
      Sr. Member
      ****
      Offline Offline

      Activity: 420
      Merit: 250


      View Profile
      March 10, 2014, 09:22:48 AM
       #436

      Anyone have a good source on USB cables that actually fit correctly? I am tired of cutting the ones I'm getting with the miners down to size. I had one from an old HD that actually fit perfect so I know their out there.

      This one looks promising but way too expensive:
      http://www.amazon.com/AmazonBasics-A-Male-Mini-B-Cable-Meters/dp/B001TH7GUK/ref=sr_1_2?ie=UTF8&qid=1394435998&sr=8-2&keywords=USB+cables

      Do these from monoprice fit?
      http://www.monoprice.com/Search/Index?keyword=usb+a-male+to+mini-b

      Why so difficult? My USB cables fitted fine. Just push a little harder, so you bend the fins of the heatsink a little if there is not enough room.

      BTC: 1788UegKXGXXicfPcbZ1bmSUJ99ZWRCF7p
      LTC: LZ2rCcoxK4X8wRRynqdxoimd4d3TDNk7Lk
      PMP: PApSSdorQds5tQysymwDXPAN3viJLFTUs8
      PMB
      Member
      **
      Offline Offline

      Activity: 109
      Merit: 10


      View Profile
      March 10, 2014, 10:58:08 AM
       #437

      wtf I can use CGMiner now?!

      I am going to donate now kvclivas or whatever it is
      not ckolivas, some one forked it for gridseed, as ckolivas said he wont work on any other except sha256 after 3.7.2


      I am getting HW errors running 6 gridseed miners in cgminer.
      Anyone getting HW errors?

      I have one that has HW errors and the other works fine... Maybe it is a Gridseed thing?

      regards,

      P.
      PMB
      Member
      **
      Offline Offline

      Activity: 109
      Merit: 10


      View Profile
      March 10, 2014, 11:48:38 AM
       #438

      Hi all,

      does anyone know if it is possible to have the Gridseed Miners do scrypt-N or scrypt-jane? A new firmware would be needed I suppose.


      regards,

      P.
      Flep182
      Legendary
      *
      Offline Offline

      Activity: 938
      Merit: 1007


      View Profile
      March 10, 2014, 12:21:10 PM
       #439

      Anyone tried to flash the firmware of the miners? I've read the manual from LA but it looks like something I wouldn't want to just "try" for fun Smiley

      So far I can't find out which firmware is on the gridseeds anyway so can't see if I can upgrade anything.
      gamefixer
      Sr. Member
      ****
      Offline Offline

      Activity: 440
      Merit: 250


      View Profile
      March 10, 2014, 01:03:04 PM
       #440

      Anyone tried to flash the firmware of the miners? I've read the manual from LA but it looks like something I wouldn't want to just "try" for fun Smiley

      So far I can't find out which firmware is on the gridseeds anyway so can't see if I can upgrade anything.

      I'd be willing to give the firmware flash a go. Gota link? I've looked everywhere and have not been able to find any info on a firmware update for these things.
      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 ... 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!