Bitcoin Forum
May 25, 2024, 03:01:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera] Your next mining dashboard is here. on: May 19, 2014, 05:38:00 AM
http://pastebin.com/dUZ1CXB9

real    0m0.326s
user    0m0.010s
sys     0m0.040s

Please can you pastebin me also the /var/log/minera/log-2014-05-18.php file?

http://pastebin.com/kUdZmeUn

Something else of note, I just had to bounce cpuminer, it stopped sending shares entirely.

Well, if you cannot see the dashboard stats within this config I think the problem could be related on how much time needs Minera to get the whole stats output. Probably it timeouts before getting everything and so you see {"error": true}.

I can say this because trying to inject directly your stats output into Minera works very fine, so the problem should be on getting it from minerd when there are so large output.

But now debugging this it's quite hard for me, you could do this:

* find the file: application/model/util_model.php
* at the beginning of the file you find the "callMinerd" function
* change it with this:

Code:
	// Call minerd to get the stats and retry before give up
public function callMinerd($i = 0)
{
if(!($fp = @fsockopen("127.0.0.1", 4028, $errno, $errstr, 3)))
{
return array("error" => true, "msg" => $errstr);
}

stream_set_blocking($fp, false);

$out = json_encode(array("get" => "stats"))."\n";

fwrite($fp, $out);

usleep(250000);

$out = false;

while(!feof($fp))
{
   if(!($str = fread($fp, 4096))) break;
   $out .= $str;
}

fclose($fp);

return json_decode($out);
}

* save the file and retry the dashboard/stats page

Since version 0.1.10a this function is in application/model/cpuminer_model.php

Version 0.1.10a is out:

* bug fixes
* latest cpuminer
* added extra rc.local commands option
* added JSON conf


So for those of us running multiple G-Blades should we add that code or is it already included in the 0.1.10a update?
What should we do next to at least get the Minera stats working?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera] Your next mining dashboard is here. on: May 18, 2014, 06:24:12 AM
I actually only have 6 total units running so far, 12 individual boards.  It seems to be behaving ok so far, just the missing stats.  I haven't tried to figure out a manual API call yet to see if it's minera or cpuminer that's at fault.

Did you use the latest image SD flash method or manual install? thing is, while this problem happened with fresh -latest flash (which turned out to be version 0.1.8 ), the problem persisted even after I updated to 0.1.9. But hey it could still be an image flash specific issue. Especially if minera update doesn't update sandor's cpuminer. So let me know how you got your minera up and running to see if there's a correlation there. Otherwise it is a core minera and/or cpuminer issue.

I used the latest image from Mega as of about 8 hours ago.  I'm up to 20 individual blades(10 units) now and it's mining fine, seeing 53MH at 825mhz.  Will keep an eye on it, I've heard of blades slowing down over time on cpuminer...

Well there it is. I used the latest image from the alt link just 5 hours ago. Might not be it, but it is now possible that the image downloads may contain this problem exclusively. It wouldn't necessarily explain how it survived the update process but you never know!
My ~50MH/s turned very quickly (over the span of an hour or so) into ~12MH/s. Let me know if you see the same on your end.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera] Your next mining dashboard is here. on: May 18, 2014, 05:49:35 AM
I actually only have 6 total units running so far, 12 individual boards.  It seems to be behaving ok so far, just the missing stats.  I haven't tried to figure out a manual API call yet to see if it's minera or cpuminer that's at fault.

Did you use the latest image SD flash method or manual install? thing is, while this problem happened with fresh -latest flash (which turned out to be version 0.1.8 ), the problem persisted even after I updated to 0.1.9. But hey it could still be an image flash specific issue. Especially if minera update doesn't update sandor's cpuminer. So let me know how you got your minera up and running to see if there's a correlation there. Otherwise it is a core minera and/or cpuminer issue.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera] Your next mining dashboard is here. on: May 18, 2014, 05:32:12 AM
I seem to have found something else, too.  If I have more than 10 blades connected the GUI fails to display, says that the miner isn't running.  But I can SSH into it and check the screen output from minerd to see that's not the case.

Anyone else running more than 10 devices on this distro?

I can confirm this. In fact if you try to run more than 10 blades many issues begin.

Most recently after I did a fresh image flash to an SD and turned up my raz for the first time to input pool info for mining I got a:
Warning!
I can't get the stats from your minerd. Please try to refresh the page or check your settings (minerd API must listen on 127.0.0.1:4028).

in the dashboard.

stats.json:
{"error":true}

Log shows:
[2014-05-18 05:22:35.2043] API: Client 127.0.0.1 connected

[2014-05-18 05:22:35.3127] API: Client 127.0.0.1 connected

[2014-05-18 05:22:35.4424] API: GET: stats

many times over but other than mining for 10 whole blades (pool confirms this) still nothing. I also tried forcing api port to 4028 via parameter but still nothing.


Another more critical issue is that it will not mine on more than 10 G-Blades (roughly 20 blade boards) at a time. This is a super critical problem because it has forced me to run all blades on 3 raspberry pi's (plus no stats reading =/) and yes yes proper usb powered hubs, same exact setup allows me to mine with all G-blades on an adjacent laptop.

Just as critical, over time, G-blades seem to stop mining one by one until I reset the device (manually) and the low (difficulty) reject rate is exponentially high for at least the first 45 minutes or so.

I've messed with it long enough by now to safely assume these are bugs born from both cpuminer and minera being incompatible with running over 10 whole G-Blades.

If anyone, anyone, has a fix for this it would be super duper appreciated Cheesy

5  Alternate cryptocurrencies / Mining (Altcoins) / Re: GridSeed 5-chip USB miner voltage mod on: April 27, 2014, 03:39:48 AM
ZiG's rmod is adding a resistor in series and can be done at least 2 ways.

1. Cut the bridge at R46 and add a resistor between those two points.  To undue just re-bridge R46.  Removing the resistor is optional as it would be bypassed by the bridge.

OR

2. Cut the bridge at R46 and add a resistor between the outer point of R46 and CON3 pin 3 (DGND). To undue remove the resistor.

method 2 is a bit easier because you have lots of room to work at both points
method 1 is easier to undue

---------------------------------------------------------------------------------

I think that ZiG's discovery has additional uses. (I'll try to confirm tomorrow)
VMOD1 = 36k + ZiG's idea but using a 13k resistor (for example) would give you 49k. (not tested yet)
VMOD3 = 47K + ZiG's idea but using a 2k resistor (for example) would give you 49k. (not tested yet)
It looks useful for anyone who has done other mods but now want to try a higher resistor value.  It's possible you won't have to undue the other mod if this works.

nemercry or ZiG would know if the second part of what I posted is correct or not.  
For now, stick to the first part of my post (above the dotted line) as being ZiG's rmod.

(edit - I see ZiG posted as I was typing)


Thanks so much for the clarification. Method 2 it is.

Guide corrected appropriately.


Would you also happen to have an image for Method 1?
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: GridSeed 5-chip USB miner voltage mod on: April 27, 2014, 02:45:48 AM
..................
- Reversible VMOD3 added (Courtesy of ZiG)

Step B) If you want to revert to VMOD1 simply solder together both of the two point sets shown [in Figure 7].
....................


Jess85 - Step B needs clarification as it has merged two separate mods.  ZiG's rmod requires that you cut the bridge at R46 then one method is to solder the resistor as described.  To reverse ZiG's rmod you would remove the resistor and re-solder the bridge at R46. Then you could do VMOD1 if you want but vmod1 has nothing to do with ZiG's rmod.  


I think I may have missed the R46 mention!
But as I understand it, re-soldering the bridge at R46 should be enough to reverse the mod no? having to remove the axial resistor would then defeat the claim that it is any more reversible then the original VMOD3 I would think. At least that's what was personally understood from reading ZiG's earlier posts.

Can you please clarify on this?
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: GridSeed 5-chip USB miner voltage mod on: April 27, 2014, 01:55:13 AM
Hey Guys Cheesy

I just updated my guide. It now includes:
- ZiG's rVMOD3 (Reversible VMOD3) in simple language and beautiful high resolution pictures.
- G-Blade VMOD1 Information & Pictures

Check it out, let me know what you think Smiley

8  Bitcoin / Mining support / Re: [GUIDE] Jesse's Official Overclocking (voltmod) Guide For Gridseeds on: April 22, 2014, 11:23:32 PM
hey many thanks Decagrog! I'm going to try it. I have seen your mod, very well done, as soon as I brake one of my pods I will send to you of course Smiley

Do you (dudes) know why the last picture (figure 12) of this guide shows an axial resistor in the "mod area"? Is it only an arbitrary choice? I mean, may be in that pod @jess85 tried an axial instead an SMD?

This is the photo



This is Nemercry's photo contribution given only to highlight where to place the optional cooling pad/shrim. For anything else going on in that photo I would recommend referring to Nemercry directly.
9  Bitcoin / Mining support / Re: [GUIDE] Jesse's Official Overclocking (voltmod) Guide For Gridseeds on: April 21, 2014, 07:34:01 PM
Would I have to undue Vmod 1 to do Vmod 3?
If so, and to clarify, is there anyway to leave Vmod 1 in place and add a different sized resistor at the R52 location or other location for example to get Vmod 3 results?

To my knowledge you would have to remove VMOD1 completely before performing VMOD3. If you try running both at the same, if it works or not, please report here your results so we have another testimonial to go by.

Regarding your second question, if you find out how, let me know and I will add to guide.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed Blade (80 Chip) Miner Support/Tuning on: April 20, 2014, 02:21:29 AM
Where are you guys purchasing your blades from? Im trying to find a reputable seller ... I see comm issues w/ atari02 (gawminers)... you guys get them anywhere else?


I work with sevengnomes.com so I am biased, but I bought mine from there too Smiley
Got it in 3 days, but I also live nearby, so probably 4-5 days for most.
If you are looking for someone prompt and trustworthy though, that's what I'd recommend.
11  Bitcoin / Mining support / Re: 1 x PCIE 6PIN cnnector -> 10 Barrel tips after modding Vmod3 ??? on: April 20, 2014, 01:17:08 AM
I am wondering, and more people may be aswell, you may want to add it to the Op - when they are modded with the vmod3 for eg: Will the PCIE -> 10 barrel connectors still work? How many barrels can you manage of the 6 pin Pcie connector, as I am guessing it will reduce the amount of grids you can connect to 1 Pcie connector due to the higher wattage.

The amount of power plugs (or barrels) which you can connect is directly determined by the amount of watt you have available. (Amount of watt you have) divided by (the amount of devices you want to power * the watt each requires). If the result is less than 1.00 then Bad. If over 1.00 then Good Smiley

Did you know how to do the 5v fan Mod? I would love to know how to do this, your guides are the most clearest I have ever come across, Even if you just use other peoples pictures and a good illustration you dont have to bother doing HD pics for the 5v fan mod if you do not want to - I would just love to get an idea around this also as the vmod3 + Cooling + 5v fan , I beleive are the perfect combo

All of the 5v fan mods I've seen on this forum required it be draw from the circuit board, and from board user and personal experience that I have seen so far, that has only led to testimonials of device instability in one form or another. I don't have a method for external power supplementation for 5v fans, but that would be an option, however anyone going through those efforts is better off implementing more efficient cooling methods.
If you have tested a 5v fan mod that has worked stably for you please let me know and I will update the guide with it right away!

has anyone heard of Electrical aluminium conduct tape? Bascially from what I read its tape which is like metal so it creates a link I was thinking instead of soldering bridge couldnt you just cut the tiniest peice and stick it over the 2 contacts you want to bridge, if you ever want to get rid of it just peel it back off and thats it

I love when new methods come out but before I recommend them I would need some confirmation for their reliability and efficiency. If anyone tests them please let me know how effective/durable they are and whether their results compare with soldered bridges.
12  Bitcoin / Mining support / Re: [GUIDE] Jesse's Official Overclocking (voltmod) Guide For Gridseeds on: April 20, 2014, 12:56:25 AM
Thanks for naming the people who where involved in this.

Great appreciation for doing this and helping the community.
There is one proposal which i would want to make:
Instead of using thermal paste use thermal pads, and place them in the way like this:

Black should be the thermal pad. Red is the area which should not be covered by the thermal pad.

Problem with the thermal paste is that the heatsink actually lies on the red parts and if you tighten the screws too much you risk to crack soldering of those parts. ( I had this on 5 units, which i needed to resolder and from now on i stick only with thermal pads.

I'll recommend this one: http://www.amazon.de/Phobya-W%C3%A4rmeleitpad-XT-1x120x20-wei%C3%9F/dp/B0051C287K


You are very welcome. You deserve it Smiley
Thermal pad suggestion added!
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: GridSeed 5-chip USB miner voltage mod on: April 18, 2014, 03:28:15 PM
So for all those countless requests for a clear step by step guide that have gone unanswered...

I am happy to inform you that..

A step by step guide with HD images has been released on Bitcointalk Go.

AWESOME WORK JESS- THANK YOU FINALLY

Also have you heard of Vmod4?

Check this out these guys are doing it they state Less than 5HW errors per day at 1250 Stable and they are selling there seeds like this

https://www.sevengnomes.com/index.php/asics/modded-gridseed.html

I wonder if Vmod4 is just a higher kohm resistor?

You know how you mention the 47k resistor? Well the 49.9k is what I am getting and many are able to run 1200 stable at 510-513Kh less than <5hw per 24hr

It is a higher resistor, but if you go any higher than 49.9k it is necessary to treat the devices with further mods to increase the efficiency and lifespan of the device. A coolant application is listed in the service description as one of these mods. There is more that can be done and I will clear this up with Seven Gnomes management. There is no use running them faster if it dies within a month.

Edit: It appears more was already being done to increase the efficiency and lifespan of the device, I spoke to management, it is now also listed on their service page.
14  Bitcoin / Mining support / Re: [GUIDE] Jesse's Official Overclocking (voltmod) Guide For Gridseeds on: April 18, 2014, 03:19:37 PM
Could be just me but please source these (Andareed, Nemercy).
Also, for some odd reason, everything is left aligned :/

Credits added.
I've went through the loops trying to figure out how to format this guide. If you know how to define table sizes (html bracket is disabled for non-admin users) or alignments (I've tried right alignment feature already) let me know and I will make the updates right away Smiley


AWESOME WORK - THANK YOU FINALLY

Also have you heard of Vmod4?

Check this out these guys are doing it they state Less than 5HW errors per day at 1250 Stable and they are selling there seeds like this

https://www.sevengnomes.com/index.php/asics/modded-gridseed.html

I wonder if Vmod4 is just a higher kohm resistor?

You know how you mention the 47k resistor? Well the 49.9k is what I am getting and many are able to run 1200 stable at 510-513Kh less than <5hw per 24hr


It is a higher resistor, but if you go any higher than 49.9k it is necessary to treat the devices with further mods to increase the efficiency and lifespan of the device. A coolant application is listed in the service description as one of these mods. There is more that can be done and I will clear this up with Seven Gnomes. There is no use running them faster if it dies within a month.

Edit: It appears more was already being done to increase the efficiency and lifespan of the device, I spoke to management, it is now also listed on their service page.
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: GridSeed 5-chip USB miner voltage mod on: April 18, 2014, 02:07:51 PM
So for all those countless requests for a clear step by step guide that have gone unanswered...

I am happy to inform you that..

A step by step guide with HD images has been released on Bitcointalk Go.
16  Bitcoin / Mining support / [GUIDE] Jesse's Official Overclocking (voltmod) Guide For G-Blade & Gridseeds v2 on: April 18, 2014, 03:06:43 AM
Upcoming:
- G-Blade VMOD1 is now available here. I am working with the guys at Seven Gnomes to improve the current version and will let you know more details about it soon. In the meantime here are a few pics I was able to snag for ya'll. More to come!




- Miner software, software environment (including raspberry pi), and Litecoin pool comparison + step by step setup guide.


Changelog:
- Coolant pad option added
- Reversible VMOD3 added (Courtesy of ZiG)

Hey all Cheesy  

I know there's been a great demand for a clear guide on how to mod your Gridseeds with clear high quality step by step images, what to do, what not to do, and actual expected results of each mod. Basically, the ultimate Gridseed modding guide for dummies. I can't promise I will succeed, but I'm sure going to try! In this guide I will cover VMOD1 and VMOD3 which essentially allow for the Gridseeds to run on average weekly (so far) speeds of 405kh/s to 510kh/s, respectively.

I will make the greatest efforts to talk in a simple and clear language as if it is your first time picking up a soldering iron. This is a work-in-progress guide and I am open to questions and comments for improvements so please feel free to PM me any time!

Prep 1) Here is what you'll need (links to demonstrate the correct supplies at the end):
  • Soldering Iron
  • Soldering Tweezers (VMOD3 only) (optional)
  • Regular Tweezers (VMOD3 and rVMOD3)
  • Magnifying Loupe
  • No-Clean Solder wire
  • 47k 1% 0402 resistor (VMOD3 only)
  • 47k 1% Axial resistor (rVMOD3 only)
  • Liquid Flux (VMOD3 only) (optional)
  • Thermal Grease (non-conductive AND non-capacitive) (optional)
  • Lighting
  • 1 Heat resistant glove (if you buy lead wire, safety first)
  • A comfortable chair and a desk at chest level (when sitting). Make sure the desk is a flat stable surface with a decent amount of friction so the G-Blade or Gridseed doesn't move.


Prep 2) Decide which mod is for you. (DO NOT TRY TO PERFORM ANY COMBINATION OF MODS ON ONE DEVICE, IT WILL NOT MAKE IT RUN FASTER AND WILL RISK DESTROYING YOUR DEVICE, YOUR HOME, YOURSELF, OR YOUR CONTINENT)


VMOD1: Up to freq=963 @ 9 +/-2 watt. Average weekly speed of 405kh/s. Can run fanless in a cool room (but not recommended). Difficulty: Medium.



VMOD3: Up to freq=1175 @ 30 +/-4 watt. Average weekly speeds of 510kh/s. Can NOT run fanless. Difficulty: Hard (you will be dealing with components the size of a leg of an ant). [see Figure 0]

Reversible VMOD3: Same as VMOD3 but allows you to easily revert back to Factory speeds & power draw.

(Figure 0)

Things to take into consideration are kilohashes, power consumption, and heat. You want the mod you select to be efficient keeping in mind the costs to power up and cool down the devices. Keep in mind these mods are reversible but choose wisely because you do not want to have to work on the same G-Blade or Gridseed twice, trust me.

Prep 3) Decide on a hand that handles the wire, put a glove on it, and start pulling out some wire. There are stations that dispense the wire for you but if you do not have one of these you will need to use your hands, and wires containing lead are toxic for humans. You should not need to touch wire with more than the one glove-protected hand. Important: Lead is supposed to only be toxic if you consume it or inhale it so please make sure to wash your hands very well after you are done and avoid inhaling any fumes released from soldering. Also, apply the same common sense in the matter to avoid doing any modwork on dinner tables etc.


Getting Started


Disclaimer: Although I have attempted to provide accurate information in this guide, I do not warrant or guarantee the accuracy of the information provided herein. Third party product descriptions and related technical details provided in this document are for information purposes only and such products are not supported by me. All information provided in this guide is provided “as is”, with all faults, and without warranty of any kind, either expressed or implied or statutory. I hereby disclaim all warranties related to this guide and the information contained herein, whether expressed or implied of statutory including, without limitation, those of merchantability, fitness for a particular purpose and noninfringement, or arising from a course of dealing, usage, or trade practice.


Step 1) Disconnecting The Gridseed (if connected)

When disconnecting your Gridseed from the power supply and USB hub, make sure to disconnect the USB before removing the power plug in case of any mistakes [see Figure 1]. The mistake which I refer to is one where the power plug, when connected or removed, touches the heatsink, and in some power plug models, can cause for a short which risks board components and possibly anything connected to the usb plug (usb hub usually). If you are using cpuminer make sure you close down the miner window so that you can later reconnect your device without issues. Cgminer & BFGminer can generally stay on in hotplug mode or equivalent.


↓ Next Step

(Figure 1)



Step 2) Opening Your Gridseed

Orient the Gridseed so that the fan is on the bottom of the device and unscrew (4x screws) the top half of the heatsink [see Figure 2]. The Gridseed, in some cases, will not remove easily because of the adhesive property of the thermal pad. Make sure to remove it gently, slowly increasing the pull strength, and lift it straight up off of the bottom of the device to prevent damage to the circuit board. tip: If you flip the top upside down the screws will fall all over the place, so watch out!


↓ Next Step

(Figure 2)


Step 3) Let The Games Begin

Orient your opened Gridseed in a way where the Modzone is the closest part of the device to you [see Figure 3].


Select: ↓ VMOD1 or ↓ VMOD3 or ↓ Reversible VMOD3

(Figure 3)

VMOD1 (up to freq 950 @ 9 +/- 2watt. Average weekly speed of 405kh/s):

Step A) Find the two metallic points within the blue circle [see Figure 4]. This should be located 3 down from the northeast corner of the Modzone resistor square and should be bare without a resistor on it (that is, with two metal points only).


↓ Next Step

(Figure 4)

Step B) using your soldering iron, apply some soldering wire to them until their two metal points are connected. [see Figure 5]

Step C) Make sure the wire does NOT connect to anything else in the region. If it does, it is ok, just take your time, focus, and carefully begin removing it with the soldering iron.


↓ Next Step

(Figure 5)

Step D) Repeat Steps B through C for the two points within the yellow circle if you want permanent voltage=1 setting [see Figure 6]. Voltage=1 is necessary for your Gridseed to work in the overclock mode that this mod is designed to enable you to use. If you are not sure if you should apply this mod then please read below. It is strongly recommend you perform this mod as well if you expect to only run the gridseed on the highest frequency it can run on.

*Just to clear up any confusion, not performing the yellow circle mod will require you to set option voltage=1 on your miner as the second set of points which you solder together is the only way to make this a permanent hardware embedded configuration. This also means that if you do not solder together the two metal points of the yellow circle you will have the flexibility of assigning voltage=1 when wanted, but the responsibility to make sure you use a miner that supports that command whenever you want your device to work in overclock mode.


↓ Next Step

(Figure 6)

When done you would have soldered a connection between two points twice, once for each circle (yellow and blue) [see Figure 7] or only blue if you wanted to assign voltage=1 through your miner software for this mod to work.


↓ VMOD3 or ↓ Reversible VMOD3 or ↓ Final VMOD1 steps

(Figure 7)



END -VMOD1-
 

VMOD3 (up to freq 1175 @ 30 +/- 4watt. Average weekly speed of 510kh/s):

Optional: You may choose to use a 49.9k resistor instead of a 47k as in some instances it allows for better performance at frequency 1175 and for some even decent performance at frequency 1200. The heat and power draw levels will increase however. You must use a fan and expect a power draw of 33 +/- 4 watt (is it really worth a 25 frequency increase best case scenario? You decide!).

Caution: You must not perform this mod in a windy environment. If you even feel like sneezing you must look away or you will literally blow away the resistor into oblivion.

Step A) Locate the R52 resistor, which can be found immediately below a vertically printed 'R52' Label on the southernmost point of the Modzone square [see green circle on Figure 8].

Step B)

If you have soldering tweezers: pluck out the R52 resistor at 700F

If you don't have soldering tweezers: heat one side the resistor while pulling it off with a regular tweezer. Repeat the same for the other side of the resistor.

Note: If you want to reverse this mod keep the original R52 resistor somewhere safe for later use.

Step C) If you made a mess, clean the mess.


↓ Next Step

( Figure 8 )


Step D) You'll need a 47k 1% 0402 resistor [see Figure 9]. Make sure sure the resistor is face up before picking up with tweezers. Note: other resistor sizes will work but I recommend to avoid using anything larger than 0402 as from personal experience I have seen them producing several issues, namely the "will not submit shares anomaly" and the unnecessary constriction of airflow.

If you have soldering tweezers: Get solder on both ends of your tweezers and pick up the 47k resistor. Place the 47k resistor with solder directly on top of R52. Reduce the heat of your tweezers and when the melted solder wire closest to the resistor solidifies gently allow the tweezers to to open up again.

If you don't have soldering tweezers: Place the 47k resistor on top of R52. If you have liquid flux, apply some to both ends of the resistor as it will act like an adhesive and hold it in place. Otherwise you can immediately begin to solder both ends of the resistor to permanently connect it to the circuit.

(figure 9)

When done your Gridseed should look like [Figure 10].

Step E) If you made a mess again, clean the mess again.

Step F) Make sure the wire does NOT connect to anything else in the region. If it does, again, it is ok, just take your time, focus, and carefully begin removing it with the soldering iron.


↓ Final Steps or ↓ Reversible VMOD3

(figure 10)



END -VMOD3-


Reversible VMOD3 (up to freq 1175 @ 30 +/- 4watt. Average weekly speed of 510kh/s):
(Thanks ZiG!)


This mod is actually a wee bit easier because we use what is called an axial resistor. Keep in mind using resistors of this size constricts airflow more than the original VMOD3's 0402 resistor size. [see Figure 13]


Step A) Remove the connection on R46 which is located on the southeast point of the Modzone square just as shown [in Figure 14].

Step B) Solder one point of the 16.9k Axial Resistor to the bottom part of R46 which is located on the southeast point of the Modzone square and the other half to CON3 pin 3 (DGND) just as shown [in Figure 15].

Want to go back to Factory Setting? Remove the resistor and solder together the two points you made on R46.

Want to go back again to rVMOD3? Put back the resistor and de-solder the connection you made on R46.


↓ Next Step

(Figure 13)

Coming Soon
(Figure 14)


(Figure 15)


Step 4) Coolant Paste or Thermal Pad (Optional)

Optionally, once you finish your mod you may apply coolant paste [see Figure 11] or a thermal pad [see Figure 12] to the top of the chips in the center of the circuit board. If you decide to apply coolant, and you chose thermal pad, keep in mind the black square is where the thermal pad should be placed until you reach the red area (thanks nemercry).

Step 5) Reassemble The Gridseed

Replace the top half of the heatsink making sure not to cut any of the loose wires coming out of the Gridseed board and screw it back tightly.  

Step 6) Reconnect The Gridseed

Connect the power first, and then the USB. You are ready to go!


↓ Supply Links, G-Blade VMOD1, & Final Words

(Figure 11)


(Figure 12)



Supply links:

Soldering Iron - I recommend Hakko, Weller, or Metcal but any cheap solder will really work.
Soldering Tweezers (VMOD3 only) (optional) Buy Here.
47k 1% 0402 Resistor (VMOD3 only) Buy Here.
49.9k 1% 0402 Resistor (VMOD3 only) Buy Here.
16.9k 1% Axial Resistor (Reversible VMOD3 only) Buy Here.
Liquid Flux (VMOD3 only) (optional) Buy Here.
Regular Tweezers (VMOD3 only) Buy Here.
Magnifying Loupe Buy Here.
No-Clean Solder Wire Buy Here.
Thermal Grease (non conductive AND non-capacitive) (optional) Buy Here.

If you are looking to buy Gridseeds modded already you can get them from here.
If you are looking to get expedited Gridseed modding on existing devices you can get that from here.

I am working with the guys at Seven Gnomes on G-Blade VMOD1 and will release information on how to do this as soon as I have stable performance that also seems safe to run for over a couple of days.

Many thanks to Andareed, Nemercry, ZiG, happydaze, & everyone else who contributed to the development of these mods.

And I suppose that's it folks so good luck and if you liked it drop a thanks and if you need help or have any questions feel free to message me any time!

To running faster than ants carrying seeds Cheesy
or flying faster than mosquitoes carrying resistors, whichever Tongue
- Jesse
17  Bitcoin / Mining support / Re: Gridseed??? on: April 13, 2014, 10:49:40 AM
(1) You can get it overclocked fairly quick for a near 100% increase in performance by getting $500 worth of equipment and parts and spending 2+ weeks mastering technique. query: gridseed voltmod
(2) by getting expedited mod service at sevengnomes.com (If you are interested let me know, there's a 10% off promo code floating around I can fetch for you.)
(3) PM me or anyone else who seems to know what they are doing and ask if they will do it for you.

Welcome to the fun Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!