<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Lets Catch And Reel Big Fish</title><description>Welcome to Lets Catch and Reel Big Fish — your go-to source for real-world river fishing tips, big catch strategies, and beginner-friendly guides. Whether you are fishing for bass, trout, or pike, you'll find proven techniques that actually work.</description><managingEditor>noreply@blogger.com (Unknown)</managingEditor><pubDate>Fri, 15 May 2026 08:45:00 -0400</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">147</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://letscatchreelbigfish.blogspot.com/</link><language>en-us</language><item><title/><link>http://letscatchreelbigfish.blogspot.com/2026/05/ultimate-fishing-tools-dashboard-use.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 5 May 2026 20:04:32 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-2699503652305473153</guid><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="font-family: Arial, sans-serif; margin: auto; max-width: 900px;"&gt;

  &lt;h1 style="text-align: center;"&gt;&#127907; &lt;a href="https://letscatchreelbigfish.blogspot.com/p/ultimate-fishing-tools-dashboard-free.html?m=1"&gt;Ultimate Fishing Tools Dashboard&lt;/a&gt;&lt;/h1&gt;
  &lt;p style="text-align: center;"&gt;Use these free tools to improve your fishing success!&lt;/p&gt;

  &lt;!--TOOL NAV--&gt;
  &lt;div style="margin-bottom: 20px; text-align: center;"&gt;
    &lt;button onclick="showTool('weight')"&gt;Fish Weight&lt;/button&gt;
    &lt;button onclick="showTool('lure')"&gt;Lure Selector&lt;/button&gt;
    &lt;button onclick="showTool('predictor')"&gt;Bite Predictor&lt;/button&gt;
  &lt;/div&gt;

  &lt;!--FISH WEIGHT TOOL--&gt;
  &lt;div class="tool" id="weight"&gt;
    &lt;h2&gt;&#127919; Fish Weight Calculator&lt;/h2&gt;
    &lt;input id="length" placeholder="Length (inches)" style="padding: 8px; width: 100%;" type="number" /&gt;&lt;br /&gt;&lt;br /&gt;
    &lt;input id="girth" placeholder="Girth (inches)" style="padding: 8px; width: 100%;" type="number" /&gt;&lt;br /&gt;&lt;br /&gt;
    &lt;button onclick="calcWeight()"&gt;Calculate&lt;/button&gt;
    &lt;h3 id="weightResult"&gt;&lt;/h3&gt;
  &lt;/div&gt;

  &lt;!--LURE SELECTOR--&gt;
  &lt;div class="tool" id="lure" style="display: none;"&gt;
    &lt;h2&gt;&#127919; Best Lure Selector&lt;/h2&gt;

    &lt;select id="water" style="padding: 8px; width: 100%;"&gt;
      &lt;option value=""&gt;Water Clarity&lt;/option&gt;
      &lt;option value="clear"&gt;Clear&lt;/option&gt;
      &lt;option value="stained"&gt;Stained&lt;/option&gt;
      &lt;option value="muddy"&gt;Muddy&lt;/option&gt;
    &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;

    &lt;select id="weather" style="padding: 8px; width: 100%;"&gt;
      &lt;option value=""&gt;Weather&lt;/option&gt;
      &lt;option value="sunny"&gt;Sunny&lt;/option&gt;
      &lt;option value="cloudy"&gt;Cloudy&lt;/option&gt;
      &lt;option value="rainy"&gt;Rainy&lt;/option&gt;
    &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;

    &lt;select id="time" style="padding: 8px; width: 100%;"&gt;
      &lt;option value=""&gt;Time&lt;/option&gt;
      &lt;option value="morning"&gt;Morning&lt;/option&gt;
      &lt;option value="midday"&gt;Midday&lt;/option&gt;
      &lt;option value="evening"&gt;Evening&lt;/option&gt;
    &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;

    &lt;button onclick="selectLure()"&gt;Get Lure&lt;/button&gt;
    &lt;h3 id="lureResult"&gt;&lt;/h3&gt;
  &lt;/div&gt;

  &lt;!--BITE PREDICTOR--&gt;
  &lt;div class="tool" id="predictor" style="display: none;"&gt;
    &lt;h2&gt;&#128293; Will Fish Bite?&lt;/h2&gt;

    &lt;select id="pWeather" style="padding: 8px; width: 100%;"&gt;
      &lt;option value=""&gt;Weather&lt;/option&gt;
      &lt;option value="sunny"&gt;Sunny&lt;/option&gt;
      &lt;option value="cloudy"&gt;Cloudy&lt;/option&gt;
      &lt;option value="rainy"&gt;Rainy&lt;/option&gt;
    &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;

    &lt;select id="wind" style="padding: 8px; width: 100%;"&gt;
      &lt;option value=""&gt;Wind&lt;/option&gt;
      &lt;option value="calm"&gt;Calm&lt;/option&gt;
      &lt;option value="moderate"&gt;Moderate&lt;/option&gt;
      &lt;option value="strong"&gt;Strong&lt;/option&gt;
    &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;

    &lt;select id="pTime" style="padding: 8px; width: 100%;"&gt;
      &lt;option value=""&gt;Time&lt;/option&gt;
      &lt;option value="morning"&gt;Morning&lt;/option&gt;
      &lt;option value="midday"&gt;Midday&lt;/option&gt;
      &lt;option value="evening"&gt;Evening&lt;/option&gt;
    &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;

    &lt;select id="moon" style="padding: 8px; width: 100%;"&gt;
      &lt;option value=""&gt;Moon Phase&lt;/option&gt;
      &lt;option value="new"&gt;New Moon&lt;/option&gt;
      &lt;option value="quarter"&gt;Quarter&lt;/option&gt;
      &lt;option value="full"&gt;Full&lt;/option&gt;
    &lt;/select&gt;&lt;br /&gt;&lt;br /&gt;

    &lt;button onclick="predictFishing()"&gt;Predict&lt;/button&gt;
    &lt;h3 id="predictResult"&gt;&lt;/h3&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;script&gt;
function showTool(toolId) {
  var tools = document.getElementsByClassName("tool");
  for (var i = 0; i &lt; tools.length; i++) {
    tools[i].style.display = "none";
  }
  document.getElementById(toolId).style.display = "block";
}

// Fish Weight
function calcWeight() {
  var length = document.getElementById("length").value;
  var girth = document.getElementById("girth").value;

  if(length &amp;&amp; girth){
    var weight = (girth * girth * length) / 800;
    document.getElementById("weightResult").innerHTML =
      "Estimated Weight: " + weight.toFixed(2) + " lbs";
  }
}

// Lure Selector
function selectLure() {
  var water = document.getElementById("water").value;
  var weather = document.getElementById("weather").value;
  var time = document.getElementById("time").value;

  var result = "";

  if (water === "clear") {
    result = "Natural soft plastics or finesse worms.";
  } else if (water === "stained") {
    result = "Spinnerbaits or crankbaits.";
  } else if (water === "muddy") {
    result = "Dark jigs or vibration baits.";
  }

  document.getElementById("lureResult").innerHTML = result;
}

// Bite Predictor
function predictFishing() {
  var score = 0;

  if (document.getElementById("pWeather").value !== "sunny") score += 2;
  if (document.getElementById("wind").value === "moderate") score += 2;
  if (document.getElementById("pTime").value !== "midday") score += 2;
  if (document.getElementById("moon").value !== "quarter") score += 2;

  var result = "";

  if (score &gt;= 6) result = "&#128293; Excellent fishing!";
  else if (score &gt;= 4) result = "&#128077; Good conditions.";
  else result = "⚠️ Tough fishing day.";

  document.getElementById("predictResult").innerHTML = result;
}
&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title/><link>http://letscatchreelbigfish.blogspot.com/2025/11/trout-fishing-on-ontarios-grand-river.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 8 Nov 2025 16:19:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-270720619463272869</guid><description>&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;&lt;/meta&gt;
  &lt;title&gt;Trout Fishing on Ontario’s Grand River&lt;/title&gt;
  &lt;meta content="Discover the best spots, flies, and techniques for catching rainbow, brown, and brook trout on Ontario’s Grand River." name="description"&gt;&lt;/meta&gt;
  &lt;style&gt;
    :root {
      --accent:#1e6091;
      --muted:#6b7280;
      --card:#ffffff;
    }
    body {
      font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial;
      background:#f7fafb;
      color:#111;
      line-height:1.5;
      padding:20px;
      max-width:900px;
      margin:auto;
    }
    h1,h2 {color:var(--accent);}
    img {max-width:100%;border-radius:8px;margin:12px 0;}
    .meta{color:var(--muted);font-size:.9rem;margin-bottom:6px;}
    ul{margin-left:20px;}
    a{color:#1e5d59;text-decoration:none;}
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;Trout Fishing on Ontario’s Grand River&lt;/h1&gt;
&lt;p&gt;

For many Ontario anglers, trout fishing on the Grand River isn’t just a pastime — it’s a tradition. From the cold, clear tailwaters below the Shand Dam to the quiet bends downstream near West Montrose, this section of river offers some of the finest brown trout fishing in southern Ontario. It’s a place where clean water, steady flows, and healthy insect hatches combine to create a trout fishery that rivals anything in Canada.&lt;p&gt;

&lt;p&gt;The Grand River tailwater is unique. Thanks to controlled releases from the Shand Dam, water temperatures stay cool and stable, creating perfect conditions for trout year-round. Stocked browns have flourished here for decades, developing into a self-sustaining population that includes some truly impressive fish. It’s not uncommon to catch 18- to 20-inch trout, and the occasional 24-inch “Grand brown” keeps fly anglers coming back again and again.&lt;p&gt;

&lt;p&gt;Fishing the Grand is all about reading the water. Classic trout lies — seams, eddies, and gravel bars — are abundant. In spring, trout feed aggressively on early mayflies and caddis. Summer brings clear water and technical dry-fly fishing that challenges even experienced anglers. Fall sees the fish bulk up again before winter, chasing streamers and nymphs with renewed aggression.&lt;p&gt;
  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiX-6r82A-M3RnByIY-TIC5uBbMjk6c8MVAmRe29JVyQ2TwOGeZK7iK3Oa4NmSKfX173dVc1fEsDZ8WMzZA90Y_wVuU4geVMnd6j3aOLLBgnRlaTHIxeV_-R6AsgNGUiB3Yh1RSTlUBna7aFwXMvePbyMkgqhKuiunmnaC9w15lED1Jwti8WVRrnA/s1440/fly%20fishing%20grandriver.jpeg" style="display: block; padding: 1em 0; text-align: center; "&gt;&lt;img alt="" border="0" height="400" data-original-height="1440" data-original-width="816" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiX-6r82A-M3RnByIY-TIC5uBbMjk6c8MVAmRe29JVyQ2TwOGeZK7iK3Oa4NmSKfX173dVc1fEsDZ8WMzZA90Y_wVuU4geVMnd6j3aOLLBgnRlaTHIxeV_-R6AsgNGUiB3Yh1RSTlUBna7aFwXMvePbyMkgqhKuiunmnaC9w15lED1Jwti8WVRrnA/s400/fly%20fishing%20grandriver.jpeg"/&gt;&lt;/a&gt;&lt;/div&gt;
  
&lt;p&gt;The variety of water here makes it accessible for everyone. Wading anglers can cover miles of riffles and runs around Fergus and Elora, while fly fishers drift long pools near West Montrose. Light spinning tackle also works beautifully with small spinners, jigs, and soft plastics that imitate natural forage. Conservation efforts and careful management by the GRCA and local clubs have turned this into one of the most respected trout fisheries in the province.&lt;p&gt;

&lt;p&gt;What really defines the Grand, though, is the atmosphere. Early mornings bring mist rising from the water and the delicate sound of rising trout sipping mayflies. Evenings glow gold as the river quiets, with only the ripple of your line breaking the surface. Whether you fish with a handcrafted bamboo rod or a simple ultralight, there’s a sense of peace and timelessness here that keeps people returning season after season.&lt;p&gt;

&lt;p&gt;For those new to trout fishing, the Grand River offers the perfect classroom. You can practice reading current, perfecting casts, and matching the hatch — all within a few hours’ drive of major cities. And for experienced anglers, it offers the kind of consistent, high-quality trout water that’s hard to find without heading north.&lt;p&gt;

&lt;p&gt;The Grand River is more than just a place to catch trout — it’s a place to reconnect with nature, hone your skills, and experience one of Ontario’s most iconic fisheries at its best.&lt;/p&gt;
  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2oF6a8SaVzCDkJ6C-m7LTibgMDHtuVxHuWpMgfTYV8LPdVyMFccnlkxyxDXp4feC4UIX0TtuVvgKxTKkQbxdfkN1-GppKs6Btk_byoU2aYRy3Qr7Q2MRUILxzXmFKrRQTvHFm4g2vbF-HAg8JMWzvFU3Y-PS4oI9KOvaaBYFw53AW3uYUeNfq2A/s1440/fly%20fishing%20grandriver%201.jpeg" style="display: block; padding: 1em 0; text-align: center; "&gt;&lt;img alt="" border="0" height="400" data-original-height="1440" data-original-width="816" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2oF6a8SaVzCDkJ6C-m7LTibgMDHtuVxHuWpMgfTYV8LPdVyMFccnlkxyxDXp4feC4UIX0TtuVvgKxTKkQbxdfkN1-GppKs6Btk_byoU2aYRy3Qr7Q2MRUILxzXmFKrRQTvHFm4g2vbF-HAg8JMWzvFU3Y-PS4oI9KOvaaBYFw53AW3uYUeNfq2A/s400/fly%20fishing%20grandriver%201.jpeg"/&gt;&lt;/a&gt;&lt;/div&gt;

&lt;h2&gt;Top Grand River Trout Hotspots&lt;/h2&gt;

&lt;h3&gt;&#127919; Fergus to Elora (Tailwater Stretch)&lt;/h3&gt;
&lt;p class="meta"&gt;Cold, regulated flows below Shand Dam — the most famous trout water on the Grand.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Species:&lt;/strong&gt; Brown and rainbow trout&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Best Baits:&lt;/strong&gt; Nymphs (pheasant tail, hare’s ear), small spinners, worm imitations&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Fish early mornings or overcast days; stealth and light tippets matter.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&#127919; Elora Gorge Conservation Area&lt;/h3&gt;
&lt;p class="meta"&gt;Deep pools, shaded cliffs, and tricky currents — beautiful and productive.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Dry flies during hatches, small streamers, or floating worms&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Stay mobile and fish pocket water. Be cautious of slippery rocks and steep terrain.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&#127919; West Montrose to Paris&lt;/h3&gt;
&lt;p class="meta"&gt;Mixed species stretch with brown trout in cooler months and rainbows in spring.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Inline spinners, small jerkbaits, egg patterns (spring)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Focus on deeper runs and undercut banks. Best fished with light fluorocarbon leaders.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&#127919; Conestogo River (Tributary)&lt;/h3&gt;
&lt;p class="meta"&gt;Tailwater section below the dam supports both browns and rainbows.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Nymph rigs, micro-jigs, small crankbaits&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Fish slow and deep; excellent winter and early-spring option.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Best Times to Fish for Trout&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;March–May:&lt;/strong&gt; Rainbows run and hatches start — nymphing and small streamers work well.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;June–August:&lt;/strong&gt; Brown trout feed early and late; dry flies and terrestrials excel.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;September–November:&lt;/strong&gt; Browns spawn; use streamers and egg patterns responsibly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Where to Buy Bait &amp;amp; Tackle&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;amp;query=Natural+Sports+Kitchener" target="_blank"&gt;Natural Sports (Kitchener)&lt;/a&gt; — top fly selection and trout gear.&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;amp;query=Riverside+Bait+%26+Tackle+Brantford" target="_blank"&gt;Riverside Bait &amp;amp; Tackle (Brantford)&lt;/a&gt; — general bait and terminal tackle.&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;amp;query=Tight+Lines+Fly+Fishing+Waterloo" target="_blank"&gt;Tight Lines Fly Fishing (Waterloo)&lt;/a&gt; — specialized trout fly shop with local expertise.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Trout Fishing Tips for the Grand River&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Approach quietly — trout spook easily in clear water.&lt;/li&gt;
  &lt;li&gt;Match the hatch — small, natural patterns are key.&lt;/li&gt;
  &lt;li&gt;Use fluorocarbon leaders (4–6 lb) for stealth and sensitivity.&lt;/li&gt;
  &lt;li&gt;Drift your presentation naturally; avoid drag on your line.&lt;/li&gt;
  &lt;li&gt;Always check flow rates below Shand Dam before fishing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Final Word&lt;/h2&gt;
&lt;p&gt;The Grand River offers some of Ontario’s finest trout fishing — especially for brown trout. With clear tailwaters, incredible insect life, and well-managed conservation efforts, this river is a must-fish for any angler. Whether you’re swinging streamers in the Elora Gorge or drifting nymphs below Shand Dam, the Grand rewards patience and precision.&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiX-6r82A-M3RnByIY-TIC5uBbMjk6c8MVAmRe29JVyQ2TwOGeZK7iK3Oa4NmSKfX173dVc1fEsDZ8WMzZA90Y_wVuU4geVMnd6j3aOLLBgnRlaTHIxeV_-R6AsgNGUiB3Yh1RSTlUBna7aFwXMvePbyMkgqhKuiunmnaC9w15lED1Jwti8WVRrnA/s72-c/fly%20fishing%20grandriver.jpeg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title/><link>http://letscatchreelbigfish.blogspot.com/2025/10/largemouth-bass-fishing-on-ontarios.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 16 Oct 2025 19:32:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-6433011629949484339</guid><description>&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2564132933798124"
     crossorigin="anonymous"&gt;&lt;/script&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;title&gt;Largemouth Bass Fishing on Ontario’s Grand River&lt;/title&gt;
  &lt;meta name="description" content="Find the best Grand River spots, lures, and seasonal tactics for catching largemouth bass in Ontario — from Cambridge to Dunnville."&gt;
  &lt;style&gt;
    :root {
      --accent:#256d85;
      --muted:#6b7280;
      --card:#ffffff;
    }
    body {
      font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial;
      background:#f7fafb;
      color:#111;
      line-height:1.5;
      padding:20px;
      max-width:900px;
      margin:auto;
    }
    h1,h2 {color:var(--accent);}
    img {max-width:100%;border-radius:8px;margin:12px 0;}
    .meta{color:var(--muted);font-size:.9rem;margin-bottom:6px;}
    ul{margin-left:20px;}
    a{color:#1e5d59;text-decoration:none;}
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;Largemouth Bass Fishing on Ontario’s Grand River&lt;/h1&gt;
&lt;p&gt;
When most anglers think of the Grand River, they picture its fast riffles, rocky pools, and hard-fighting smallmouth bass — but venture into the slower, weedier stretches downstream, and you’ll find another predator waiting: the largemouth bass. Often overlooked on this famous Ontario waterway, the Grand’s largemouth population thrives in quiet backwaters, side channels, and reservoirs that offer thick cover and warm, shallow habitat. For anglers who love the visual strike of a topwater hit or the solid thump of a jig under a dock, this river holds some real surprises.&lt;p&gt;
  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoSxX4cH05t-Ug6gpjvNuQi9JeIOd5cC_-4clutmCX0HblQyQTCjuPulSDK0JUvmKjFDN5GaBUDmQnwqLw-VYDU-oA4pPQ1XAjTv6ScPkkxt0XDnbQ9STqXtLcL3kMl328NlRlUapplxrIAWJ6P9hVR8beIFcnheeYKtkT0iJSnO4RuO7JlrzPg/s1440/downloadfile-1.jpeg" style="display: block; padding: 1em 0; text-align: center; "&gt;&lt;img alt="" border="0" height="320" data-original-height="1440" data-original-width="816" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoSxX4cH05t-Ug6gpjvNuQi9JeIOd5cC_-4clutmCX0HblQyQTCjuPulSDK0JUvmKjFDN5GaBUDmQnwqLw-VYDU-oA4pPQ1XAjTv6ScPkkxt0XDnbQ9STqXtLcL3kMl328NlRlUapplxrIAWJ6P9hVR8beIFcnheeYKtkT0iJSnO4RuO7JlrzPg/s320/downloadfile-1.jpeg"/&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;The Grand’s lower reaches, especially around Brantford, Caledonia, and Dunnville, are tailor-made for largemouth bass. Here, the river widens and slows, resembling a chain of small lakes more than a flowing stream. Cattails, lily pads, fallen timber, and submerged weeds create endless ambush spots for big bucketmouths. These sections produce largemouths in the 2- to 4-pound range on a regular basis, and trophy-size fish are not uncommon for anglers who know where to look.&lt;p&gt;

&lt;p&gt;Timing is everything. In late spring, largemouths move into the shallows to spawn. During this period, sight-fishing along warm, protected bays can be exciting — soft plastics, creature baits, and floating worms are deadly. As summer heats up, bass slide under cover to escape the sun. Flipping jigs into thick weeds, skipping soft stickbaits beneath overhanging branches, or working a frog over pads can draw explosive strikes. In autumn, they feed heavily to bulk up for winter, hitting spinnerbaits and shallow cranks along weed edges.&lt;p&gt;

&lt;p&gt;Fishing for largemouths on the Grand is a slower, more methodical game compared to chasing smallmouths in the rapids. It’s about precision and patience — placing your lure right in their strike zone, then waiting for that unmistakable thump. A light breeze on the surface, a patch of shade under a log, or a pocket of current can make all the difference.&lt;p&gt;

&lt;p&gt;What makes this fishery truly special is its accessibility. The same parks and access points that serve smallmouth anglers also connect you to largemouth territory. Launch a kayak near Wilkes Dam, drift toward Caledonia, or explore the quiet back channels near Dunnville, and you’ll discover miles of water loaded with structure.&lt;p&gt;

&lt;p&gt;There’s something satisfying about hooking a largemouth in the current — the fight is deliberate, powerful, and unpredictable. They’ll bulldog into weeds, turn for cover, and test every knot in your line. And when you finally bring one to hand, that wide-jawed grin and green-gold sheen make it all worthwhile.&lt;p&gt;
  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwaqXVF4tZUev_DCttnYHCPA42brp0-lf3dBJMhXPnq3AHddrOj0-R26Fn5x7kmFgZI-86X7tnORMMp8oPRIsN1Ak6hEACuaYYe4SPffQaDJgM8rfrkZWzIYo0VRyn8tBIZhD05g8AU1Vp1WDp_Dm0vEhSzDmb4Y1IhR4J40IC8aTRQIiMevNNMQ/s1440/downloadfile-2.jpeg" style="display: block; padding: 1em 0; text-align: center; "&gt;&lt;img alt="" border="0" height="320" data-original-height="1440" data-original-width="816" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwaqXVF4tZUev_DCttnYHCPA42brp0-lf3dBJMhXPnq3AHddrOj0-R26Fn5x7kmFgZI-86X7tnORMMp8oPRIsN1Ak6hEACuaYYe4SPffQaDJgM8rfrkZWzIYo0VRyn8tBIZhD05g8AU1Vp1WDp_Dm0vEhSzDmb4Y1IhR4J40IC8aTRQIiMevNNMQ/s320/downloadfile-2.jpeg"/&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;The Grand River might not be the first place that comes to mind for largemouth bass, but that’s part of its magic. It rewards anglers who slow down, explore, and pay attention to the details. Whether you’re a weekend fisherman or a seasoned pro, this river has plenty of hidden largemouth gems waiting to be found.&lt;/p&gt;

&lt;h2&gt;Top Grand River Hotspots for Largemouth Bass&lt;/h2&gt;

&lt;h3&gt;&#127919; Cambridge to Brantford&lt;/h3&gt;
&lt;p class="meta"&gt;Weedy backwaters and eddies along slower stretches.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Wacky worms, 1/4 oz jigs, spinnerbaits&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Cast tight to cover — fallen trees, weedlines, or shoreline brush.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Access:&lt;/strong&gt; Riverside Park in Cambridge, and stretches near Glen Morris.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&#127919; Brantford to Caledonia&lt;/h3&gt;
&lt;p class="meta"&gt;Slower river with docks and calm bays — perfect largemouth territory.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Texas-rigged plastics, topwater frogs, chatterbaits&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Fish mornings or cloudy days near vegetation edges.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&#127919; Caledonia to Dunnville&lt;/h3&gt;
&lt;p class="meta"&gt;Wide, warm water feeding into Lake Erie — big bass zone.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Lipless crankbaits, jigs with trailers, jerkbaits&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Focus on submerged timber and shallow reeds. Summer topwater can be electric.&lt;/li&gt;
&lt;/ul&gt;
  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY9R_aDJCa_lpIrabpRMvlnB3TsH5mmQ5EOdKdPIFfCP-0-hoYGImMP1kxVdi_5qm3q-ZBUZAYBUytq9qLhMlMbE5aLSTM-CqPKUQikZtkbOWK4JOtuPgsJyE_dGZkRKONjDN80fcrGFkYJFoKfltXNt2i5UgrL-KlLWdbemTmvXbtSox2Ehul9g/s1440/BEST%20TIMES%20TO%20CATCH%20LARGEBOUTH_20251016_110844_0000.png" style="display: block; padding: 1em 0; text-align: center; "&gt;&lt;img alt="" border="0" height="320" data-original-height="1440" data-original-width="816" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY9R_aDJCa_lpIrabpRMvlnB3TsH5mmQ5EOdKdPIFfCP-0-hoYGImMP1kxVdi_5qm3q-ZBUZAYBUytq9qLhMlMbE5aLSTM-CqPKUQikZtkbOWK4JOtuPgsJyE_dGZkRKONjDN80fcrGFkYJFoKfltXNt2i5UgrL-KlLWdbemTmvXbtSox2Ehul9g/s320/BEST%20TIMES%20TO%20CATCH%20LARGEBOUTH_20251016_110844_0000.png"/&gt;&lt;/a&gt;&lt;/div&gt;

&lt;h2&gt;Best Times to Fish&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Late May–June:&lt;/strong&gt; Spawn and post-spawn — use slow plastics and sight-fishing techniques.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;July–August:&lt;/strong&gt; Fish early or late with topwater frogs or buzzbaits.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;September–October:&lt;/strong&gt; Bass feed heavily before cooling temps; crankbaits and jerkbaits shine.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Where to Buy Bait &amp; Tackle&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;query=Catch%27em+Bait+and+Tackle+Kitchener" target="_blank"&gt;Catch’em Bait &amp; Tackle (Kitchener)&lt;/a&gt; — large selection of bass plastics.&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;query=H+%26+H+Tackle+Brantford" target="_blank"&gt;H &amp; H Tackle (Brantford)&lt;/a&gt; — live bait and topwater gear.&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;query=Riverside+Bait+%26+Tackle+Brantford" target="_blank"&gt;Riverside Bait &amp; Tackle (Brantford)&lt;/a&gt; — near Caledonia and lower Grand spots.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Pro Tips for Largemouth Bass on the Grand River&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Target structure — bass love cover like laydowns, docks, and thick weeds.&lt;/li&gt;
  &lt;li&gt;Use weedless rigs to fish heavy vegetation.&lt;/li&gt;
  &lt;li&gt;Match lure color to the water — darker colors in muddy water, natural tones in clear water.&lt;/li&gt;
  &lt;li&gt;Try topwater lures at sunrise and sunset for explosive strikes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Final Word&lt;/h2&gt;
&lt;p&gt;Largemouth bass are the heavy hitters of the Grand River. From flipping jigs in weed mats to working topwater frogs in calm bays, you’ll find countless ways to catch these aggressive fish. The lower Grand especially produces &lt;strong&gt;trophy-sized largemouths&lt;/strong&gt; every summer — it’s time to chase yours.&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoSxX4cH05t-Ug6gpjvNuQi9JeIOd5cC_-4clutmCX0HblQyQTCjuPulSDK0JUvmKjFDN5GaBUDmQnwqLw-VYDU-oA4pPQ1XAjTv6ScPkkxt0XDnbQ9STqXtLcL3kMl328NlRlUapplxrIAWJ6P9hVR8beIFcnheeYKtkT0iJSnO4RuO7JlrzPg/s72-c/downloadfile-1.jpeg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title/><link>http://letscatchreelbigfish.blogspot.com/2025/10/smallmouth-bass-fishing-on-ontarios.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 14 Oct 2025 13:09:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-8685554081830215921</guid><description>&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2564132933798124"
     crossorigin="anonymous"&gt;&lt;/script&gt;
  &lt;meta charset="UTF-8"&gt;&lt;/meta&gt;
  &lt;title&gt;Smallmouth Bass Fishing on Ontario’s Grand River&lt;/title&gt;
  &lt;meta content="Discover the best hotspots, lures, and seasonal tips for catching smallmouth bass on Ontario’s Grand River — from Fergus to Brantford." name="description"&gt;&lt;/meta&gt;
  &lt;style&gt;
    :root {
      --accent:#2b7a78;
      --muted:#6b7280;
      --card:#ffffff;
    }
    body {
      font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial;
      background:#f7fafb;
      color:#111;
      line-height:1.5;
      padding:20px;
      max-width:900px;
      margin:auto;
    }
    h1,h2 {color:var(--accent);}
    img {max-width:100%;border-radius:8px;margin:12px 0;}
    .meta{color:var(--muted);font-size:.9rem;margin-bottom:6px;}
    ul{margin-left:20px;}
    a{color:#1e5d59;text-decoration:none;}
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;Smallmouth Bass Fishing on Ontario’s Grand River&lt;/h1&gt;
&lt;p&gt; Chasing Bronzebacks on Ontario’s Grand River&lt;p&gt;

&lt;p&gt;If you ask any seasoned angler in southern Ontario where to find the hardest-fighting fish in moving water, you’ll hear the same name again and again — the Grand River. Stretching from the highlands near Fergus all the way to Lake Erie, the Grand is one of the province’s most diverse and rewarding fisheries. Among its many species, none capture the hearts of anglers quite like the smallmouth bass. Known for their power, acrobatics, and sheer attitude, these “bronzebacks” are the true athletes of the river.&lt;p&gt;

&lt;p&gt;What makes the Grand River so special for smallmouth bass is the perfect blend of habitat. Its flow varies from fast, rocky riffles in the upper reaches to deep, slow runs and wide pools as it winds south. Each stretch offers something different — whether you’re wading knee-deep in a shaded gorge, casting from a canoe through glassy current, or working a bridge eddy with a topwater lure at sunrise. The combination of structure, current, and water clarity creates an environment where smallmouth thrive year after year.&lt;p&gt;

&lt;p&gt;For anglers, this means opportunity. In spring, when the water warms and bass move shallow, you’ll find them tight to rocks and gravel bars, feeding aggressively on crayfish and minnows. Summer brings steady action in deeper pools and current seams, where they wait to ambush prey. By fall, they’re heavier, stronger, and feeding up before winter — a prime time for those trophy-class fish every angler dreams about. The Grand’s healthy food supply and consistent flows support impressive populations of smallmouth that can reach the 3- to 5-pound range, with the occasional six-pounder turning up to surprise even the most experienced anglers.&lt;p&gt;

&lt;p&gt;Part of the charm of fishing the Grand is how accessible it is. There are countless access points, public parks, and conservation areas that make it easy to explore new sections of river. From the scenic stretches of Elora and West Montrose to the “Exceptional Waters” near Paris and Brantford, there’s something here for every style of fishing — whether you prefer fly rods, light spinning tackle, or even ultralight setups for extra fun. The river’s proximity to major towns also means bait and tackle are never far away, making it a perfect day-trip or weekend adventure.&lt;p&gt;

&lt;p&gt;Beyond the fishing itself, there’s a rhythm to the Grand that draws people back. Mornings are calm and quiet, with mist hanging over the water and the sound of bass breaking surface for mayflies. By afternoon, the sun filters through willows, and the water glows bronze — much like the fish that call it home. It’s more than just a place to catch bass; it’s a place to recharge, to challenge your skills, and to feel that connection between angler and river that never really fades.&lt;p&gt;

&lt;p&gt;If you’re chasing the thrill of wild, hard-fighting smallmouth in a truly beautiful setting, the Grand River is as good as it gets. Here are a few good places to get you started.&lt;/p&gt;
  &lt;br&gt;&lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEge79vzyLhLXRvaME0KpKBQUy5gLZFGD_9I3_8GCfNCwBlSMsKE6yJx0Y0AH26CztT_5r3BYSB88UhfPY_0kpMipNHjBq6JhGO-tsFo5bV6tIwZX1nmTh4HCt7TMihRP1_AE4QUfSKmme242VcdeFJZKbuI2hFUslDIgUHi-YtFWTY8aGv0yRpa2w/s1440/downloadfile.jpeg" style="display: block; padding: 1em 0; text-align: center; "&gt;&lt;img alt="" border="0" height="320" data-original-height="1440" data-original-width="816" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEge79vzyLhLXRvaME0KpKBQUy5gLZFGD_9I3_8GCfNCwBlSMsKE6yJx0Y0AH26CztT_5r3BYSB88UhfPY_0kpMipNHjBq6JhGO-tsFo5bV6tIwZX1nmTh4HCt7TMihRP1_AE4QUfSKmme242VcdeFJZKbuI2hFUslDIgUHi-YtFWTY8aGv0yRpa2w/s320/downloadfile.jpeg"/&gt;&lt;/a&gt;&lt;/div&gt;

&lt;h2&gt;Top Grand River Hotspots&lt;/h2&gt;

&lt;h3&gt;&#127919; Fergus to West Montrose&lt;/h3&gt;
&lt;p class="meta"&gt;Classic rocky riffles and deep runs — ideal for wading anglers.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Tube jigs (green pumpkin), 3" grubs, small craw crankbaits&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Fish slow in early spring; target rocks and current seams in summer.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Access:&lt;/strong&gt; Elora Gorge Park and covered bridge area.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&#127919; West Montrose to Paris&lt;/h3&gt;
&lt;p class="meta"&gt;Long, slow runs with deep holes near bridges.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Ned rigs, spinnerbaits, crayfish plastics&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Early morning and evening topwater bites can be explosive.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&#127919; Paris to Brantford (“Exceptional Waters”)&lt;/h3&gt;
&lt;p class="meta"&gt;GRCA-designated section with great access and healthy bass populations.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Baits:&lt;/strong&gt; Wacky-rigged worms, poppers, crankbaits&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Tips:&lt;/strong&gt; Drift fish from canoe or kayak — use current breaks and eddies.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Seasonal Guide&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Spring:&lt;/strong&gt; Work shallow rocky areas as the water warms. Jigs and craw imitations excel.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Summer:&lt;/strong&gt; Focus on current seams, bridge pilings, and shaded undercuts. Topwater at dawn or dusk.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Fall:&lt;/strong&gt; Bass move deeper — use jerkbaits and swimbaits along deeper ledges.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Where to Buy Bait Nearby&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;amp;query=Natural+Sports+Kitchener" target="_blank"&gt;Natural Sports (Kitchener)&lt;/a&gt; – excellent smallmouth tackle &amp;amp; live bait.&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;amp;query=Kingsway+Sports+Guelph" target="_blank"&gt;Kingsway Sports (Guelph)&lt;/a&gt; – convenient for upper-river anglers.&lt;/li&gt;
  &lt;li&gt;&lt;a href="https://www.google.com/maps/search/?api=1&amp;amp;query=H+%26+H+Tackle+Brantford" target="_blank"&gt;H &amp;amp; H Tackle (Brantford)&lt;/a&gt; – near the Exceptional Waters section.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Quick Tips for River Smallmouth&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Use 6–10 lb fluorocarbon for clearer water.&lt;/li&gt;
  &lt;li&gt;Cast upstream and retrieve with the current.&lt;/li&gt;
  &lt;li&gt;Match lure color to natural crayfish or baitfish hues.&lt;/li&gt;
  &lt;li&gt;Keep moving — cover lots of water to find active fish.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;&lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0CJJ97dIkbTn7CZfhyvb4zqhQskofD1K4BzV4gYrn3C4o-4bz2Jwvauu4zYsQcTgCeQs2RJD91LDv0ENBTzXDD2j-hZKnO3itFAJWOS0Af0HRXssTAw9NO-MDBvwH-BC8diX1pQE1cyH75VG7zpRcbS506yhFtmFX_9rCRkrL3vVwxJ0LO2UOCQ/s4032/20251006_154344.jpg" style="display: block; padding: 1em 0; text-align: center; "&gt;&lt;img alt="" border="0" height="320" data-original-height="4032" data-original-width="1816" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0CJJ97dIkbTn7CZfhyvb4zqhQskofD1K4BzV4gYrn3C4o-4bz2Jwvauu4zYsQcTgCeQs2RJD91LDv0ENBTzXDD2j-hZKnO3itFAJWOS0Af0HRXssTAw9NO-MDBvwH-BC8diX1pQE1cyH75VG7zpRcbS506yhFtmFX_9rCRkrL3vVwxJ0LO2UOCQ/s320/20251006_154344.jpg"/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;Final Word&lt;/h2&gt;
&lt;p&gt;Few freshwater fish fight harder than a river smallmouth. 
With patience and the right presentation, you’ll find yourself hooked on the Grand River’s bronzebacks all season long.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEge79vzyLhLXRvaME0KpKBQUy5gLZFGD_9I3_8GCfNCwBlSMsKE6yJx0Y0AH26CztT_5r3BYSB88UhfPY_0kpMipNHjBq6JhGO-tsFo5bV6tIwZX1nmTh4HCt7TMihRP1_AE4QUfSKmme242VcdeFJZKbuI2hFUslDIgUHi-YtFWTY8aGv0yRpa2w/s72-c/downloadfile.jpeg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title/><link>http://letscatchreelbigfish.blogspot.com/2025/10/walleye-fishing-on-grand-river-in-depth.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Wed, 8 Oct 2025 16:30:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-3519071991483742307</guid><description>&lt;article&gt;
  &lt;h1&gt;Walleye Fishing on the Grand River: In-Depth Guide &amp;amp; Expert Tips&lt;/h1&gt;
  &lt;p&gt;The Grand River, flowing through the heart of Southern Ontario, is a classic walleye fishery. Whether you're after a fresh dinner or a trophy catch, this guide covers top spots, gear setups, seasonal strategies, local advice, and where to grab bait locally.&lt;/p&gt;

  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6p3C8kb5Pd4B-5t9riQjbQTXMjYfUUfEYOy_m0g0v_wafBkVF9CNURiheHTl1KdPgS1Hitylf8XZrHhk6YXh6J3J1GezcxbhM-gL9aAU87q4PVI0pj40dlV-vq4GHcqJczJiZR6NDUg3hAD4quJE5-Ofqnhz85CB5opKgnvK1D7jfXwk_rFN83g/s1200/01-Walt-Matan-Walleye.jpg" style="display: block; padding: 1em 0px; text-align: center;"&gt;&lt;img alt="" border="0" data-original-height="801" data-original-width="1200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6p3C8kb5Pd4B-5t9riQjbQTXMjYfUUfEYOy_m0g0v_wafBkVF9CNURiheHTl1KdPgS1Hitylf8XZrHhk6YXh6J3J1GezcxbhM-gL9aAU87q4PVI0pj40dlV-vq4GHcqJczJiZR6NDUg3hAD4quJE5-Ofqnhz85CB5opKgnvK1D7jfXwk_rFN83g/s320/01-Walt-Matan-Walleye.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;

  &lt;h2&gt;Why Walleye Thrive in the Grand River&lt;/h2&gt;
  &lt;p&gt;The river’s varied stretches—from fast-flowing upper reaches to broad, deep lower channels—offer both cover and feeding zones ideal for walleye at all life stages. Ongoing habitat improvements and fisheries management keep populations robust.&lt;/p&gt;

  &lt;h2&gt;Prime Fishing Zones&lt;/h2&gt;
  
  &lt;h3&gt;Dunnville to Cayuga&lt;/h3&gt;
  &lt;p&gt;The dam zone generates current seams and deeper troughs—perfect for holding walleye, especially during early morning and late evening drifts.&lt;/p&gt;
 &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTDsKw7mB6tD_CzDApWaAHTKImG-TLCNBUvNECUE6EehKmr43J3USq4imlbx55nyhiSnXXpbGHiJXTwc6brwJDF0L8P7kymp_12ey7IcTpS3CbBqTdC1QJLWvQtZz9xVX1avmPMtNmSc6MD72DYAHU1EvWV41JOjjYHuWoi7PSiLnRH_kcq8RquQ/s1200/00a-Story_Lead_shot.jpg" style="display: block; padding: 1em 0px; text-align: center;"&gt;&lt;img alt="" border="0" data-original-height="800" data-original-width="1200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTDsKw7mB6tD_CzDApWaAHTKImG-TLCNBUvNECUE6EehKmr43J3USq4imlbx55nyhiSnXXpbGHiJXTwc6brwJDF0L8P7kymp_12ey7IcTpS3CbBqTdC1QJLWvQtZz9xVX1avmPMtNmSc6MD72DYAHU1EvWV41JOjjYHuWoi7PSiLnRH_kcq8RquQ/s320/00a-Story_Lead_shot.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;

  &lt;h3&gt;Brantford Area&lt;/h3&gt;
  &lt;p&gt;Look for pools and rocky points in this stretch—great for shore and boat anglers alike. Evening presentations here are often rewarded.&lt;/p&gt;
  
  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-QnUMTvEemvAeqfwca_fNABmmYzDR-WSiP5mzSGSiSSZEAD6XfZYz9kjR3HAKPoujYieGds_DsZY6HafIeRvXwO0PiMHXT1rBaNiFVfw0R2U31xr21XBjIw-pt-qRnShupViz7wFeHfc1kbos3gOW1F1zzUZmz3p8wnWxbuUOJbVOy0y2BsYPsQ/s1200/03-Bro_River_walleye.jpg" style="display: block; padding: 1em 0px; text-align: center;"&gt;&lt;img alt="" border="0" data-original-height="800" data-original-width="1200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-QnUMTvEemvAeqfwca_fNABmmYzDR-WSiP5mzSGSiSSZEAD6XfZYz9kjR3HAKPoujYieGds_DsZY6HafIeRvXwO0PiMHXT1rBaNiFVfw0R2U31xr21XBjIw-pt-qRnShupViz7wFeHfc1kbos3gOW1F1zzUZmz3p8wnWxbuUOJbVOy0y2BsYPsQ/s320/03-Bro_River_walleye.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;

  &lt;h3&gt;Kitchener–Waterloo Stretch&lt;/h3&gt;
  &lt;p&gt;Bridge abutments, current breaks, and deeper runs make this area productive in spring and fall. On breezy fall mornings, crankbaits and live-bait rigs can be lethal.&lt;/p&gt;
  &lt;div class="separator" style="clear: both;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFLmvDxtFVWmtbL4Rdwz3uZQhC4QefOvAA4c2ianFK3_hfl4M7KZD4q7SqCpIPu_inYn3G14khpfR70gb7k6bJaGQxMxM1RoYRH9eRgNc8unKBahcly5ZSPD6VE98PGjRdQ78sK5x79SktJHEW5ZoGJCZ-fDWZ8uDdp7pYH1vC0hv1sqMonR1mBw/s1200/walleye%20fishing.jpg" style="display: block; padding: 1em 0px; text-align: center;"&gt;&lt;img alt="" border="0" data-original-height="800" data-original-width="1200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFLmvDxtFVWmtbL4Rdwz3uZQhC4QefOvAA4c2ianFK3_hfl4M7KZD4q7SqCpIPu_inYn3G14khpfR70gb7k6bJaGQxMxM1RoYRH9eRgNc8unKBahcly5ZSPD6VE98PGjRdQ78sK5x79SktJHEW5ZoGJCZ-fDWZ8uDdp7pYH1vC0hv1sqMonR1mBw/s320/walleye%20fishing.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;

  &lt;h3&gt;Mouth of the River (Lake Erie)&lt;/h3&gt;
  &lt;p&gt;In fall, migrating walleye push inland here—ideal for early-season anglers after trophies as they stack before heading upstream.&lt;/p&gt;
 &lt;div class="separator" style="clear: both;"&gt;&lt;/div&gt;&lt;/article&gt;

  &lt;h2&gt;Season-by-Season Strategy&lt;/h2&gt;
  &lt;table&gt;
    &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Season&lt;/th&gt;&lt;th&gt;Strategy&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;Spring (May–June)&lt;/td&gt;&lt;td&gt;Target post-spawn staging zones; slower, shallow presentations win.&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;Summer (July–August)&lt;/td&gt;&lt;td&gt;Fish deeper holes midday and shallows at dawn/dusk with jigs or bottom rigs.&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;Fall (Sept–Nov)&lt;/td&gt;&lt;td&gt;Look near structure; aggressive crankbaits and spinners work well.&lt;/td&gt;&lt;/tr&gt;
  &lt;/tbody&gt;&lt;/table&gt;

  &lt;h2&gt;Gear &amp;amp; Tackle That Work&lt;/h2&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Rod &amp;amp; Reel:&lt;/strong&gt; 6'6"–7′ medium-light spinning combo with smooth drag.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Line:&lt;/strong&gt; 8–12 lb fluorocarbon or braid with a fluorocarbon leader.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Rigs:&lt;/strong&gt; Slip-sinker with live minnow, soft plastic-tipped jigs, small crankbaits, spinner rigs, and harnesses for drifting.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p&gt;Walleye can be subtle on the bite—sensitive gear and slower retrieves often yield better hooksets.&lt;/p&gt;

  &lt;h2&gt;Local Insider Tips&lt;/h2&gt;
  &lt;p&gt;Chatting with the staff at local bait shops can uncover real-time tips—from hot fly colors to favorite spots. One top resource is:&lt;/p&gt;
  &lt;p&gt;&lt;a href="https://grandriveroutdoors.myshopify.com/" target="_blank"&gt;Grand River Outdoors&lt;/a&gt; in Dunnville offers live bait, gear, and localized advice—great pit stop before heading out.&lt;/p&gt;

  &lt;h2&gt;Tributary Option&lt;/h2&gt;
  &lt;p&gt;The Conestogo River (a tributary of the Grand) often surprises fall anglers with strong walleye numbers and less pressure. Worth a stop if you're exploring tributary access points.&lt;/p&gt;

  &lt;h2&gt;Conservation &amp;amp; Angler Courtesy&lt;/h2&gt;
  &lt;p&gt;Follow local regulations, respect access points, practice catch-and-release when possible, and pack out all garbage. A healthy river means great fishing for all.&lt;/p&gt;

  &lt;h2&gt;Final Thoughts&lt;/h2&gt;
  &lt;p&gt;The Grand River remains one of Ontario’s most accessible and rewarding walleye fisheries. With the right gear, timing, and a willingness to explore different sections, you’re set for a season full of opportunity and memorable catches. Tight lines!&lt;/p&gt;

&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6p3C8kb5Pd4B-5t9riQjbQTXMjYfUUfEYOy_m0g0v_wafBkVF9CNURiheHTl1KdPgS1Hitylf8XZrHhk6YXh6J3J1GezcxbhM-gL9aAU87q4PVI0pj40dlV-vq4GHcqJczJiZR6NDUg3hAD4quJE5-Ofqnhz85CB5opKgnvK1D7jfXwk_rFN83g/s72-c/01-Walt-Matan-Walleye.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title/><link>http://letscatchreelbigfish.blogspot.com/2025/09/northern-pike-fishing-on-grand-river.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 13 Sep 2025 12:32:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-3806909927860975853</guid><description>&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2564132933798124"
     crossorigin="anonymous"&gt;&lt;/script&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;title&gt;Northern Pike Fishing on the Grand River&lt;/title&gt;
  &lt;style&gt;
    body {font-family: system-ui, Arial; line-height:1.45; background:#f7fafb; color:#111; padding:20px;}
    h1,h2 {color:#0f172a;}
    img {max-width:100%; height:auto; border-radius:6px;}
    .gr-hotspots {max-width:900px;margin:1rem auto;}
    .gr-acc {background:#fff;border-radius:12px;margin:.6rem 0;box-shadow:0 1px 4px rgba(16,24,40,.08);}
    .gr-acc summary {cursor:pointer;padding:12px;font-weight:600;list-style:none;}
    .gr-acc summary::before {content:"▸";margin-right:6px;color:#2b7a78;}
    .gr-acc[open] summary::before {transform:rotate(90deg);}
    .gr-acc .inner {padding:0 14px 12px;}
  &lt;/style&gt;
  &lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2564132933798124"
     crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;&lt;amp-auto-ads type="adsense"
        data-ad-client="ca-pub-2564132933798124"&gt;
&lt;/amp-auto-ads&gt;
  &lt;h1&gt;Northern Pike Fishing on Ontario’s Grand River (Hotspots + Bait Guide 2025)&lt;/h1&gt;
  &lt;p&gt;If you’ve ever had a northern pike slam your lure, you know the rush. They’re long, mean-looking, and fight like crazy. For me, they’re one of the most exciting fish you can hook in the Grand River.&lt;/p&gt;
  &lt;p&gt;The Grand River is Ontario’s largest inland watershed, covering close to &lt;strong&gt;7,000 square kilometers&lt;/strong&gt; and home to more than &lt;strong&gt;80 fish species&lt;/strong&gt;. Pike are definitely out there if you focus on the right spots.&lt;/p&gt;

  &lt;p style="text-align:center;"&gt;
    &lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEFIEdN3JxgLu93Ik0TJFCI9Jq9-stx_NOd8y29W-Dve6ZxAxxPUig3rn4aRJVDrGJy5Oyj29BXcULTQTpfg_MzRzrQNkchk0QXF4uGDpDeZnhgvrxvQD3R2qQu8duwp77UX_D8uEl_v1AJooHYixkCflajJ6HQdOOdCe5XNiGA1Suc8WLcb8ZnQ/s600/grand_river_pike_hotspots.png" alt="Grand River Pike Hotspots Map"&gt;
  &lt;/p&gt;

  &lt;h2&gt;Belwood Lake (Shand Dam Reservoir)&lt;/h2&gt;
  &lt;p&gt;Belwood is pike central. Every spring, anglers gather here for the &lt;strong&gt;annual Pike Derby&lt;/strong&gt;. This reservoir produces fish in the &lt;strong&gt;30–40 inch range&lt;/strong&gt; and covers about &lt;strong&gt;12 square kilometers&lt;/strong&gt;.&lt;/p&gt;
  &lt;img src="https://holmstromruddick.com/wp-content/uploads/2024/10/img_7020-2.jpg?w=600" alt="Belwood Lake fishing"&gt;

  &lt;h2&gt;Below Shand Dam (to West Montrose)&lt;/h2&gt;
  &lt;p&gt;The tailwater below the dam has current breaks, deeper pools, and ambush spots. Pike aren’t as common here, but they show up.&lt;/p&gt;
  &lt;img src="https://live.staticflickr.com/7498/15654340883_1ded16f707_b.jpg" alt="Shand Dam fishing"&gt;

  &lt;h2&gt;West Montrose to Paris&lt;/h2&gt;
  &lt;p&gt;This section has fast runs, lazy pools, and weedy banks. Great for multiple species including pike.&lt;/p&gt;
  &lt;img src="https://www.vmcdn.ca/f/files/elorafergustoday/images/outdoors/belwood-lake/20240711belwoodkk12.jpg" alt="West Montrose Grand River"&gt;

  &lt;h2&gt;Paris to Brantford (Exceptional Waters)&lt;/h2&gt;
  &lt;p&gt;Pike here often run in the &lt;strong&gt;mid-20 to high-30 inch range&lt;/strong&gt;. Easy access via Paris and riverside parks.&lt;/p&gt;
  &lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2lnY1Rw-xyS4bAKv0WzxA5hZT9EgAllJ7560iv3y_srXagC0qySzeKu_p1zd-vDFxcXi_IGmCKm-kCFwlvjEOiP9xrhCHN3D1pbUovBT3QKEqGO83rQoSQA2cE_CcKU6eExqbeG93Nswxekh0eaAsY2Aps-8xIc2_tiGkNP0nYpteCiXxJQS3Ng/s640/canoe-983864_640.jpg" alt="Paris Ontario fishing"&gt;

  &lt;h2&gt;Brantford to Caledonia&lt;/h2&gt;
  &lt;p&gt;The Grand slows and widens here. &lt;strong&gt;Wilkes Dam&lt;/strong&gt; is a prime hotspot with deep pools and steady current.&lt;/p&gt;
  &lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvqrwk07-xN3DvAQd0hBjrfEN_cL9NAQGytm7X36m7TWQl7gJ5LLfHQWM-rU0hu3J56aS5x_GYqofF045bV2ZhYRBi3xS_AE3bO6EiM4x0mlhyP70pRSp45e4oHSQQBqKyPJP7zi4Ic-LbU1Wg95lKPc3W3MyiWLsFL2wDv1jX3Zvq6FT4x3ot1g/s1280/river_fishing_canoe.jpeg" alt="Wilkes Dam Brantford fishing"&gt;

  &lt;h2&gt;Caledonia to Dunnville&lt;/h2&gt;
  &lt;p&gt;By Dunnville, the Grand feels like a lake. Pike thrive here, alongside walleye and drum.&lt;/p&gt;
  &lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM0sN7qiYyXmt8BKLMRviKlSBbdslFjEmqPTEhEwV9fYIBTm1E1sICl1b7YXRpUTr3gG58TAShWSWk4E56S4UT4k3CiiUCSGKM-O4O0XvTATQ5pVTvKdVHiIE5iui440BmU_S9zkxKxyyNvnl55PfjPtlnWenAm0JaSK0Y2F8AhXqEUjlV4KS0EQ/s600/Grand_River_2Ontario_Canada.jpg" alt="Grand River Ontario"&gt;

  &lt;h2&gt;Conestogo River (Tributary)&lt;/h2&gt;
  &lt;p&gt;Below the dam, the Conestogo holds solid pike and makes a great backup when the Grand runs too high.&lt;/p&gt;
  &lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlkW3gi6HYKpcbLNhVEbs_fcKnLi3g5UqmiOu1_PaqPcBqx91PALxlnO6Z7NM8y2NDMoYva3nOGnDJ5o18pWJu3swwYBN-20jGF3R_SbYbgALTf8QnXF8m3WlwZzkjkpxTncslL6g8sMTmfbw0pNElEJw9xuKvGW5ntDsLENrWBIQU476TfvAx8g/s600/505274_top-drive-to-pike-water_hero_1200x800.jpg" alt="Conestogo River Pike fishing"&gt;

  &lt;!-- ✅ Signup Form --&gt;
  &lt;h2&gt;Get Your Free Pike Calendar&lt;/h2&gt;
  &lt;iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd1C6n5EJXoZLwOO11lg_83REoQmt-N0YwWeqGNiGK8-GG2UA/viewform?embedded=true" 
  width="100%" height="400" frameborder="0" marginheight="0" marginwidth="0"&gt;Loading…&lt;/iframe&gt;
  &lt;p style="margin-top:10px;"&gt;After submitting, &lt;a href="https://archive.org/download/best-fishing-times-grand-river/Best_Fishing_Times_Grand_River.pdf" target="_blank"&gt;click here to download your Pike Calendar&lt;/a&gt;.&lt;/p&gt;

  &lt;!-- ✅ Accordion Hotspots --&gt;
  &lt;h2&gt;Grand River Pike Hotspots (Quick Guide)&lt;/h2&gt;
  &lt;section class="gr-hotspots"&gt;
    &lt;details class="gr-acc"&gt;
      &lt;summary&gt;Belwood Lake&lt;/summary&gt;
      &lt;div class="inner"&gt;&lt;ul&gt;&lt;li&gt;Live: Shiners, suckers&lt;/li&gt;&lt;li&gt;Lures: Red/white spoons&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
    &lt;/details&gt;
    &lt;details class="gr-acc"&gt;
      &lt;summary&gt;Paris → Brantford&lt;/summary&gt;
      &lt;div class="inner"&gt;&lt;ul&gt;&lt;li&gt;Live: Jumbo shiners&lt;/li&gt;&lt;li&gt;Lures: Spinnerbaits, crankbaits&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
    &lt;/details&gt;
    &lt;details class="gr-acc"&gt;
      &lt;summary&gt;Caledonia → Dunnville&lt;/summary&gt;
      &lt;div class="inner"&gt;&lt;ul&gt;&lt;li&gt;Live: Large minnows&lt;/li&gt;&lt;li&gt;Lures: Trolled crankbaits&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
    &lt;/details&gt;
  &lt;/section&gt;

  &lt;h2&gt;Pike Fishing Tips&lt;/h2&gt;
  &lt;ul&gt;
    &lt;li&gt;Look for ambush spots like bridge pilings and weeds&lt;/li&gt;
    &lt;li&gt;Fish mornings and evenings&lt;/li&gt;
    &lt;li&gt;Use flashy lures like spinnerbaits&lt;/li&gt;
    &lt;li&gt;Always use a steel leader&lt;/li&gt;
  &lt;/ul&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEFIEdN3JxgLu93Ik0TJFCI9Jq9-stx_NOd8y29W-Dve6ZxAxxPUig3rn4aRJVDrGJy5Oyj29BXcULTQTpfg_MzRzrQNkchk0QXF4uGDpDeZnhgvrxvQD3R2qQu8duwp77UX_D8uEl_v1AJooHYixkCflajJ6HQdOOdCe5XNiGA1Suc8WLcb8ZnQ/s72-c/grand_river_pike_hotspots.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="2562" type="application/pdf" url="https://archive.org/download/best-fishing-times-grand-river/Best_Fishing_Times_Grand_River.pdf"/></item><item><title>Where To Catch Fish Quiz</title><link>http://letscatchreelbigfish.blogspot.com/2025/04/where-to-catch-fish-quiz.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 15 Apr 2025 15:05:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-936822036746740120</guid><description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
    &lt;style&gt;
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            background: url('https://example.com/fishing-lake.jpg') no-repeat center center fixed;
            background-size: cover;
            background-color: #f0f8ff;
            padding: 20px;
        }
        .question {
            margin: 20px auto;
            background: rgba(255, 255, 255, 0.9);
            padding: 20px;
            border-radius: 10px;
            max-width: 500px;
            box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
        }
        .result {
            font-weight: bold;
            margin-top: 20px;
            background: rgba(255, 255, 255, 0.9);
            padding: 15px;
            border-radius: 10px;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
        }
        button {
            margin-top: 20px;
            padding: 12px 25px;
            background: #0073e6;
            color: white;
            border: none;
            cursor: pointer;
            font-size: 18px;
            border-radius: 5px;
            box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
        }
        button:hover {
            background: #005bb5;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h1&gt;Where to Find Your Target Fish&lt;/h1&gt;
    &lt;form id="quizForm"&gt;
        &lt;div class="question"&gt;
            &lt;p&gt;1. What type of fish are you looking for?&lt;/p&gt;
            &lt;label&gt;&lt;input type="radio" name="q1" value="bass"&gt; Bass&lt;/label&gt;&lt;br&gt;
            &lt;label&gt;&lt;input type="radio" name="q1" value="trout"&gt; Trout&lt;/label&gt;&lt;br&gt;
            &lt;label&gt;&lt;input type="radio" name="q1" value="catfish"&gt; Catfish&lt;/label&gt;&lt;br&gt;
            &lt;label&gt;&lt;input type="radio" name="q1" value="pike"&gt; Northern Pike&lt;/label&gt;&lt;br&gt;
            &lt;label&gt;&lt;input type="radio" name="q1" value="walleye"&gt; Walleye&lt;/label&gt;&lt;br&gt;
        &lt;/div&gt;
        &lt;button type="button" onclick="getLocationResult()"&gt;Find Fishing Spot&lt;/button&gt;
    &lt;/form&gt;
    &lt;p class="result" id="result"&gt;&lt;/p&gt;
    
    &lt;script&gt;
        function getLocationResult() {
            let q1 = document.querySelector('input[name="q1"]:checked');
            
            if (!q1) {
                document.getElementById("result").innerText = "Please select a fish species.";
                return;
            }
            
            let location = "";
            if (q1.value === "bass") {
                location = "Bass are commonly found in lakes, rivers, and reservoirs with structures like submerged logs, weed beds, and rocky outcrops.";
            } else if (q1.value === "trout") {
                location = "Trout prefer cold, clear streams and lakes with gravel bottoms and strong oxygen flow.";
            } else if (q1.value === "catfish") {
                location = "Catfish are often found in deep holes in rivers and lakes, especially near underwater structures and muddy bottoms.";
            } else if (q1.value === "pike") {
                location = "Northern Pike thrive in weedy shallows of lakes and slow-moving rivers with plenty of cover for ambush hunting.";
            } else if (q1.value === "walleye") {
                location = "Walleye prefer deeper waters in lakes and reservoirs, often near drop-offs, points, and underwater humps.";
            }
            
            document.getElementById("result").innerText = location;
        }
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Fish Trap (Fish caught on Camera)</title><link>http://letscatchreelbigfish.blogspot.com/2014/06/fish-trap-fish-caught-on-camera.html</link><category>Fish Trap</category><category>fish trapping</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 8 Aug 2022 07:29:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-3455070342182172083</guid><description>
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="277" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/Qx-csV-qum4?si=nlZ5X5MlwPUxBXTV" title="YouTube video player" width="420"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;Native American Indian Fish Trap&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;

Building a fish trap starts with  a body of water that holds fish.

Gather a bunch of sticks that are long and thick, like in the video. Tie them up or put in a bin to carry them.

You will need some bait like bread worms or corn niblets to put in trap.

You're going to place sticks in bottom of water side by side like a wall for a circle.

You need an open side where the fish will come in the sticks forming a V shape to allow  the fish to go into the trap. 

The tip of the V will be left open to allow the fish to go in but very hard to get out.

Place more sticks in any openings that might allow fish to get out.

Now place bait inside the trap. Make sure trap is in shallow water so sticks are sticking out of the water. 

&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://img.youtube.com/vi/Qx-csV-qum4/default.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Fishing / rare footage: pike attacks a dead bait / strike underwater. Ры...</title><link>http://letscatchreelbigfish.blogspot.com/2014/06/fishing-rare-footage-pike-attacks-dead.html</link><category>pike attacks a dead bait</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sun, 7 Aug 2022 13:54:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-1822649104144966751</guid><description>&lt;article&gt;
  &lt;h2&gt;Rare Underwater Footage: Why a Pike Will Hit Dead Bait&lt;/h2&gt;

  &lt;p&gt;I get a small electric thrill with watching a Northern Pike explode from the deep water — and I get even more when the video footage shows it attacking what looks like a, dead bait. At first glance, a dead fish shouldn’t be interesting. But underwater behavior is different and more nuanced than that: scent, silhouette, and timing all combine to turn something still into tasty prey.&lt;/p&gt;

  &lt;p&gt;Using underwater cameras brings in the excitement on how pike hunt. They don’t simply crash in blindly; more often they stalk, circle, and test the bait. A pike may approach from an angle it hides  in the shadow, pause to checkout the bait, then commit. That brief hesitation — a predator risking it all for the reward — is exactly what anglers see in slow-motion footage. It’s a reminder that predation is equal in parts patience and power.&lt;/p&gt;

  &lt;p&gt;For anglers, the takeaways are practical. First, don’t dismiss dead bait. Even when it isn’t thrashing, it gives off scent and offers a convincing profile in the water. A fresh, well-prepared deadbait still smells alive and can draw attention from a hungry pike, especially in low visibility or colder water when fish rely more on smell than sight.Best dead minnows I use are suckers and creek chub.&lt;/p&gt;

  &lt;p&gt;Second, presentation matters. Let the bait sit naturally where pike like to ambush — along weed edges, beside submerged logs, or on drop-offs. A small amount of current or a tiny twitch from the current can be enough to mimic a weakened prey item. Resist the urge to overwork the bait; sometimes stillness is the most realistic and effective action. I sometimes like to put the dead bait under a bobber. I get good results with that as I do with the bait sitting on the bottom.&lt;/p&gt;

  &lt;p&gt;Third, read the bite. Deadbait strikes can feel softer than the explosive lunges associated with live offerings. That means your hookup timing needs a little finesse: be ready, but don’t yank the rod the instant you sense movement. Hold for a heartbeat, feel for the weight, then set the hook decisively. Too many anglers lift too early and miss those gentle engulfing strikes.&lt;/p&gt;

  &lt;p&gt;I remember one chilly morning when a friend and I watched a huge shadow glide in and then slowly close on a suspended deadbait. We both froze, thinking it wouldn’t commit — and then it did, as if finally accepting the offer. The heart-pounding grab that followed came with no theatrics, just a long, thorough engulf. It was a quiet lesson in why patience wins more often than aggression. I love watching a big bobber disappear under the water before a hook set.&lt;/p&gt;

  &lt;p&gt;Footage like this nudges us to rethink assumptions. Nature favors efficiency: if a motionless prey item is easy to eat and smells right, a pike will take advantage. So next time you rig a deadbait, try letting it do the talking. Give it time, set it in likely ambush spots, and watch the water more than your rod tip. Those split seconds of hesitation and the eventual strike — subtle, precise, and primal — are what make pike fishing unforgettable. I can't wait until my next pike fishing adventure.&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;Tight lines — and keep your camera rolling. You never know when you’ll catch something rare.&lt;/em&gt;&lt;/p&gt;
&lt;/article&gt;





&lt;iframe allowfullscreen="" frameborder="0" height="270" src="//www.youtube.com/embed/zPa6bFzKK34" width="500"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Tips on Crappie fishing from the bank!</title><link>http://letscatchreelbigfish.blogspot.com/2014/06/tips-on-crappie-fishing-from-bank.html</link><category>Tips on Crappie fishing from the bank!</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 6 Aug 2022 13:16:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-7340349803951617410</guid><description>&lt;article&gt;
  &lt;h2&gt;Why Fish Behavior Changes Everything: Tips for Crappie &amp;amp; Pike Enthusiasts&lt;/h2&gt;

  &lt;p&gt;There’s a moment in every fishing day—whether casting for crappies off the bank or watching underwater footage of a pike lunging at a dead bait—when you realize: it’s not always the gear, but the behavior. Understanding how fish think, move, and respond turns lucky days into consistent ones.&lt;/p&gt;

  &lt;p&gt;For crappie anglers fishing from the bank, patience isn’t optional—it’s essential. Crappies often hug structure: submerged limbs, brush, docks, or shallow weed edges. They hold there because it offers shelter and ambush opportunities. When casting, try to imagine the hiding places rather than blank water. A small, subtle movement—like dropping a light jig or providing a gentle twitch—can trigger a bite from fish that are wary of anything too flashy.&lt;/p&gt;

  &lt;p&gt;Now, flip to pike. Those predators are not just muscle and speed—they're calculated. Underwater video reveals it: a “dead” bait still beckons with scent, silhouette, and slight motion from currents or decomposition. A pike doesn’t always rush in. It circles, tests angles, sometimes backs off, then strikes. That hesitation? That’s your chance as an angler to adjust—present slowly, let bait sit, allow scent to do part of the work.&lt;/p&gt;

  &lt;p&gt;Here’s what connects crappie and pike behavior—and what you can use, right away, whether you’re by the bank or peering into underwater video:&lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Read the structure and light:&lt;/strong&gt; Early morning or late afternoon, light is low, shadows are long. Crappies move to shade, pike use silhouettes. Using darker jigs or natural tones can help in bright light; brighter colors or glow tips help in low light.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Scent &amp;amp; profile matter:&lt;/strong&gt; A baitfish, dead or alive, still emits odor. Crappies might be drawn in by scent‐infused baits or marinated live bait; pike rely heavily on scent when water clarity drops or light fades.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Pacing:&lt;/strong&gt; With crappie, a slow retrieve, small hops, slight pauses often beat aggressive ripping. For dead bait pike fishing, letting the bait rest or drift without constant motion often triggers strikes.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Strike sensitivity:&lt;/strong&gt; Crappie bites can be subtle—fleeting taps or light weights. Pike strikes on dead bait might feel slower or more enveloping rather than the quick lunge of live bait. Stay alert.&lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;Here’s a real scene: One early spring morning I sat by the bank, casting a tiny minnow for crappie. The light was waxing—soft gold—but the water still murky. I could see shadows near submerged branches. I dropped my bait quietly, let it drift. After a long pause, a crappie sipped it from the side. No splash. Barely a ripple. My heart leapt more than with bigger fish because the catch was earned. Caught many more that day for dinner the next day.&lt;/p&gt;

  &lt;p&gt;Later that week, I reviewed video of a pike investigating a dead bait. It hovered, drifted, paused. I thought it might leave. But the shape, dim silhouette, and scent trail convinced it. It lunged. All raw power and sudden violence—but only after that long buildup. Fishing teaches you respect for waiting and watching. I find children don't want to be patient. Want a fish to bite as soon as the bait hits the water.&lt;/p&gt;

  &lt;p&gt;So whether you’re casting from a muddy bank under a dock for crappies or rigging dead bait under water hoping for pike, let behavior guide you. Fish seldom do what you expect. They follow opportunity. And when you expect surprises—when you watch, adjust, respect stillness—you see them take what you offer. That’s more satisfying than any haul.&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;Tight lines and clear water—and may your next tip, twitch, or pause bring something unforgettable.&lt;/em&gt;&lt;/p&gt;
&lt;/article&gt;


&lt;iframe allowfullscreen="" frameborder="0" height="270" src="//www.youtube.com/embed/8LDSHXKmxHE" width="500"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Minnow Trap</title><link>http://letscatchreelbigfish.blogspot.com/2014/05/catching-fish-from-inside-minnow-trap.html</link><category>Minnow Trap</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 5 Aug 2022 08:25:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-642583278984649690</guid><description>&lt;article&gt;
  &lt;h2&gt;Unexpected Thrills: Fishing from Inside the Minnow Trap&lt;/h2&gt;

  &lt;p&gt;I’ve always thought of the minnow trap as a humble tool—a small boxful of promise, dangling quietly in the water. But sometimes, fishing from inside the trap itself becomes the real surprise. It’s not just about what you catch; it’s about what you learn when your hopes are confined to a little cage in the stream or lake.&lt;/p&gt;

  &lt;p&gt;Most folks use minnow traps strictly to gather bait. You drop it in, wait, pull it out, and perhaps refill your live bait supply for the day. But there’s something mesmerizing about leaning over the edge, watching fish dart in and out, circling the opening, tempted by the smell, by the motion—or by nothing at all but your presence above the water.&lt;/p&gt;

  &lt;p&gt;A while back I placed a trap near a weed edge, where current brushed by submerged branches. I expected minnows, maybe small sunfish. When I dipped my hand in, I could feel the water’s pulse, smell the earthy decay of lake leaves and algae. Then, as I lifted the trap, something pushed back—a small bass, a curious creature drawn by the bait’s scent and perhaps by the promise of safety in the darkness.&lt;/p&gt;

  &lt;p&gt;Here’s what fishing inside the trap teaches you, especially if you let yourself slow down:&lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Patience reveals behavior:&lt;/strong&gt; You notice who’s first to investigate. Is it those bold minnows that dart in right away, or cautious fins that hover outside, watching? Those small momentary decisions tell you about water temperature, visibility, and competition.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Scent and bait placement matter:&lt;/strong&gt; A chunk of worm tossed just behind the trap opening can draw fish into the trap better than stuffing the bait at its back. Smell travels upstream; bait that drifts into the opening acts like an invitation.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Trap size and design matter:&lt;/strong&gt; Bigger traps with wider entry funnels let larger fish slip in. Smaller ones filter mostly minnows and tiny species. Matching trap design to your target changes your catch dramatically.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Time of day changes behavior:&lt;/strong&gt; Dawn and dusk are golden. Light is low, shadows are long. Fish are more willing to wander. Midday bright light makes them skittish—so traps left out then may sat unused or full of timid fish that seldom venture fully inside.&lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;One evening, the sky dimming, I dipped my flashlight below the surface beside my trap. Its beam illuminated tiny fins pressing against the mesh—minnows, yes—but also a couple of sunfish, even a baby pike. Light can become a magnet too, drawing curious fish toward it. After dark, I gently lifted bait from inside the trap, and the water around it boiled with interest.&lt;/p&gt;

  &lt;p&gt;Fishing this way—watching, waiting, understanding—pulls you deep into the rhythm of the water. It reminds you that every fish has its own signature behavior: some are fearless, some cautious; some driven by hunger, others by safety. And many more are sitting just outside the trap, watching the opening, deciding if now is the moment.&lt;/p&gt;

  &lt;p&gt;If you’re heading out with a minnow trap, try this: place it where current brings water into the opening; use bait that smells strong but is fresh; check often so fish don’t expire and spoil the scent; wait quietly, observe; allow surprises. Because sometimes, what you pull up isn’t just fish—it’s understanding.&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;May your traps bring more than bait—may they offer lessons from beneath the surface and moments you won’t forget.&lt;/em&gt;&lt;/p&gt;
&lt;/article&gt;


&lt;iframe allowfullscreen="" frameborder="0" height="270" src="//www.youtube.com/embed/KJjM4j6CBi8" width="500"&gt;&lt;/iframe&gt;&lt;br&gt;Minnow Trap&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Ice Fishing For Beginners</title><link>http://letscatchreelbigfish.blogspot.com/2014/01/ice-fishing-basics.html</link><category>Ice Fishing For Beginners</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 11 Jan 2022 11:49:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-6808436525919188406</guid><description>&lt;object height="315" width="420"&gt;&lt;param name="movie" value="//www.youtube.com/v/bS4kICwWP0M?version=3&amp;amp;hl=en_US&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="315" src="//www.youtube.com/v/bS4kICwWP0M?version=3&amp;amp;hl=en_US&amp;amp;rel=0" type="application/x-shockwave-flash" width="420"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;Ice Fishing For Beginners&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Hand Ice Fishing Augers Versus Gas Powered Ice Augers</title><link>http://letscatchreelbigfish.blogspot.com/2010/12/hand-ice-fishing-augers-versus-gas.html</link><category>Gas Powered Ice Augers</category><category>Hand Ice Fishing Augers</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 10 Jan 2022 08:12:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-3254854900290092296</guid><description>By Jeff Matura&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
Hand Power Ice Augers&lt;/b&gt;&lt;br /&gt;
Hand powered ice augers are the least expensive, and do a great job at cutting through the ice, especially the Strike Master Lazer. For occasional fishermen that don't log a lot of days on the hard stuff, this is probably the best choice. When selecting a hand auger you can save a lot of work and time by using the smallest diameter auger you can. The larger the diameter of the blade, the tougher a task it is to drill as you are moving more ice. So in my opinion it's very important when buying a hand auger to purchase a size of auger no bigger than it has to be.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Gas Powered Ice Augers&lt;/b&gt;&lt;br /&gt;
For those that spend a great deal of time on the ice, or fish lakes that are prone to thick ice, a gas-powered auger is the way to go. These augers can cut through the hard surface in seconds, allowing you more time to fish, and less time to rest your weary body. Being to quickly drill many holes also lets you lower your ice transducer into that many more holes in a given amount of time when you're trying to find the fish. The gas powered auger may be pricey, but they're worth it in my opinion. These augers also have good re-sale value.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Electric Ice Augers&lt;/b&gt;&lt;br /&gt;
Another powered auger is the electric auger which rely on a smaller lead acid deep cycle battery. The biggest disadvantage of an electric auger is the time required to recharge the battery, versus filling a small gas tank on a gas auger. The next issue is that a deep cycle battery looses power the colder it gets. If your looking to drill a lot of holes every time you hit the ice I would recommend a gas powered auger.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Ice Fishing Auger Size&lt;/b&gt;&lt;br /&gt;
When fishing for bluegills, crappie, and perch a 5" diameter ice auger will work for you just fine. Some ice fisherman will even use a 4" diameter auger for these smaller fish.&lt;br /&gt;
&lt;br /&gt;
For ice fishing bigger walleye and northern I would go with a 7" to 8" ice auger diameter. I personally used a 7" ice auger for years when tipup fishing for northern and pulled many eight to thirteen pound northern through the 7" diameter hole without any problems.&lt;br /&gt;
&lt;br /&gt;
Bottom line here is that the bigger diameter of the ice fishing auger you purchase the more work it will be for your arms or the engine to power the auger through the ice. Good luck ice fishing this winter and fish safe!&lt;br /&gt;
&lt;br /&gt;
Jeff Matura has been fishing during the open water season and through the ice for over twenty years. The majority of his time fishing has been spent in the Midwest on lakes and rivers including the Mississippi River for crappie, walleye, and bass.&lt;br /&gt;
&lt;br /&gt;
Be sure to visit his latest website for great deals and info on &lt;a href="http://www.gascampingstoves.net/" target="_new"&gt;gas camping stoves&lt;/a&gt; along with &lt;a href="http://www.gascampingstoves.net/propane-camping-stoves.php" target="_new"&gt;Coleman Propane Stoves&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>How To Ice Fish For Whitefish</title><link>http://letscatchreelbigfish.blogspot.com/2014/01/how-to-ice-fish-for-whitefish.html</link><category>how to ice fish for whitefish</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sun, 9 Jan 2022 04:33:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-3767077973730576451</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;br /&gt;&lt;object width="420" height="315"&gt;&lt;param name="movie" value="//www.youtube.com/v/9DSaInfIabk?version=3&amp;amp;hl=en_US&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="//www.youtube.com/v/9DSaInfIabk?version=3&amp;amp;hl=en_US&amp;amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Brown Trout Ice Fishing </title><link>http://letscatchreelbigfish.blogspot.com/2014/01/brown-trout-ice-fishing.html</link><category>Brown Trout Ice Fishing</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 8 Jan 2022 06:14:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-5319285170016899897</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;br /&gt;&lt;object width="420" height="315"&gt;&lt;param name="movie" value="//www.youtube.com/v/Wxr9IHiFJM4?hl=en_US&amp;amp;version=3&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="//www.youtube.com/v/Wxr9IHiFJM4?hl=en_US&amp;amp;version=3&amp;amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Early Spring Walleye Fishing Tips</title><link>http://letscatchreelbigfish.blogspot.com/2014/04/early-spring-walleye-fishing-tips.html</link><category>early spring walleye fishing tips</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 7 Jan 2022 05:22:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-4453865975437281373</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZx3HPXLKw_CLlUx38ZndpNYuI-LMVCj1hyoeGfVBxksWZdyfgGTJu5xSS3W81KNR6fC2AV1d8kRHkKlwr0z3emmPTfs4XuQYEPTlpgEWolVW3O3SztupWRSKQ-WWW077TBvR86Q/s1600/fishing+quote+prayer.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZx3HPXLKw_CLlUx38ZndpNYuI-LMVCj1hyoeGfVBxksWZdyfgGTJu5xSS3W81KNR6fC2AV1d8kRHkKlwr0z3emmPTfs4XuQYEPTlpgEWolVW3O3SztupWRSKQ-WWW077TBvR86Q/s320/fishing+quote+prayer.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div dir="ltr" style="text-align: center;" trbidi="on"&gt;
&lt;object height="315" width="420"&gt;&lt;param name="movie" value="//www.youtube.com/v/IeAsDJZJjzU?hl=en_GB&amp;amp;version=3&amp;amp;rel=0"&gt;&lt;/param&gt;
&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;
&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;
&lt;embed src="//www.youtube.com/v/IeAsDJZJjzU?hl=en_GB&amp;amp;version=3&amp;amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZx3HPXLKw_CLlUx38ZndpNYuI-LMVCj1hyoeGfVBxksWZdyfgGTJu5xSS3W81KNR6fC2AV1d8kRHkKlwr0z3emmPTfs4XuQYEPTlpgEWolVW3O3SztupWRSKQ-WWW077TBvR86Q/s72-c/fishing+quote+prayer.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>How To Catch Panfish Ice Fishing</title><link>http://letscatchreelbigfish.blogspot.com/2014/01/how-to-catch-panfish-ice-fishing.html</link><category>How To Catch Panfish Ice Fishing</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 4 Jan 2022 04:50:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-2350714577568352680</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;br /&gt;&lt;object width="420" height="315"&gt;&lt;param name="movie" value="//www.youtube.com/v/kk7SwHb3Ci0?hl=en_US&amp;amp;version=3&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="//www.youtube.com/v/kk7SwHb3Ci0?hl=en_US&amp;amp;version=3&amp;amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Ice Fishing Lake Trout</title><link>http://letscatchreelbigfish.blogspot.com/2014/02/ice-fishing-lake-trout.html</link><category>Ice Fishing Lake Trout</category><author>noreply@blogger.com (Unknown)</author><pubDate>Mon, 3 Jan 2022 04:55:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-1501080574254612568</guid><description>&lt;object width="420" height="315"&gt;&lt;param name="movie" value="//www.youtube.com/v/2pa_keWYMMc?version=3&amp;amp;hl=en_US&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="//www.youtube.com/v/2pa_keWYMMc?version=3&amp;amp;hl=en_US&amp;amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Hunting The Giants 4, Surf Fishing Southern California</title><link>http://letscatchreelbigfish.blogspot.com/2014/04/hunting-giants-4-surf-fishing-southern.html</link><category>Surf Fishing Southern California</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 1 Jan 2022 07:50:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-2569910148895641399</guid><description>&lt;iframe allowfullscreen="" frameborder="0" height="270" src="//www.youtube.com/embed/HjbYlL4Y4us" width="420"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Trout Fishing News</title><link>http://letscatchreelbigfish.blogspot.com/2014/06/trout-fishing-news.html</link><category>Trout Fishing News</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 28 Dec 2021 04:36:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-3008532433478988713</guid><description>&lt;a href="http://www.ntxe-news.com/artman/publish/article_90121.shtml"&gt;Colorado weekly fishing report&lt;/a&gt;&lt;br&gt;&lt;br&gt;

&lt;a href="http://flyfishingdigest.com/fly-fishing-cutthroat-and-golden-trout-wind-river-mountains-wy-2013-bridger-fitzpatrick-wilderness/"&gt;Fly Fishing Cutthroat and Golden Trout Wind River Mountains WY 2013 Bridger Fitzpatrick Wilderness&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.theflyfishingforum.com/index.php?news=3424"&gt;Summer Salmon Fishing Could be the Best in Recent History&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://thenelsondaily.com/news/kootenay-lake-fishing-report-31647"&gt;Kootenay Lake Fishing Report&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://tonyacht.com/2014/06/08/most-popular-fly-fishing-auctions-8/"&gt;
Most popular Fly Fishing auctions&lt;/a&gt;&lt;a a="" href="https://www.blogger.com/null"&gt; &lt;br /&gt;
&lt;br /&gt;

&lt;/a&gt;&lt;a href="http://www.topix.com/outdoors/fishing/2014/06/bait-fishing-for-trout-from-your-boat"&gt;Bait Fishing For Trout From Your Boat&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.newslocker.com/en-ca/region/big-trout-lake/africa-trout-fishing-attracts-less-attention-than-its-wildlife-but-is-more-the-oregonian/"&gt;Big Trout Lake&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://allnewsvideos.com/2014/06/08/fly-fishing-new-zealand/"&gt;fly fishing new zealand&lt;/a&gt;

&lt;a href="http://flyfishingdigest.com/ashland-fly-shop-fishing-report-for-the-second-week-of-june-2014/"&gt;Ashland Fly Shop Fishing Report for the Second Week of June, 2014&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>How To Catch Walleye</title><link>http://letscatchreelbigfish.blogspot.com/2015/07/how-to-catch-walleye.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 24 Dec 2021 08:49:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-8103110917199462287</guid><description>I love to go walleye river fishing. It just depends on where 
&lt;br /&gt;
you fish. River fishing sometimes takes a bit more skill.
&lt;br /&gt;
The rewards are definitely out there just waiting for you.
&lt;br /&gt;
That being a big lunker of a walleye. Now the secret to &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;catching
&lt;br /&gt;
big river walleye&lt;/a&gt;.
&lt;br /&gt;
&lt;br /&gt;
I hear a lot of river fishermen like to fish close to dams or
&lt;br /&gt;
by river mouths during the spring fishing season. I guess you
&lt;br /&gt;
can catch them there alright. I don't like to fish shoulder to
&lt;br /&gt;
shoulder or crammed into a small area. 
&lt;br /&gt;
&lt;br /&gt;
What a lot of the pros do is head further upstream about 10 miles
&lt;br /&gt;
from the main log jam of anglers. That's where all the walleye 
&lt;br /&gt;
that haven't made it to the spawning beds are holding.
&lt;br /&gt;
&lt;br /&gt;
You should realize that the walleye don't all spawn at the same
&lt;br /&gt;
time. Finding them is as easy as finding rock structure, springs
&lt;br /&gt;
or rubble flats. Also you will find them in a deep transition
&lt;br /&gt;
shoreline. These will be your hot spots for big walleye. 
&lt;br /&gt;
&lt;br /&gt;
Finding the best place on a river for fishing walleye.
&lt;br /&gt;
Look for something that is characteristic of the walleye.
&lt;br /&gt;
Objects like sandbars, a ledge or current break are the 
&lt;br /&gt;
habitats of the spring walleye. Try not to fish big sections
&lt;br /&gt;
all at once. Break it up into small sections. This will allow
&lt;br /&gt;
you to more easily find those big walleye.
&lt;br /&gt;
&lt;br /&gt;
While fishing the deeper rivers remember that the walleye
&lt;br /&gt;
are fighting the current as they travel upstream. They will 
&lt;br /&gt;
rest in these holes as they go.
&lt;br /&gt;
&lt;br /&gt;
This is a good time to use a heavier weight and a three-way 
&lt;br /&gt;
swivel with a crank bait. Just drop these down into the deep 
&lt;br /&gt;
holes.
&lt;br /&gt;
&lt;br /&gt;
Like I said before this is where you will find the walleye
&lt;br /&gt;
heading upstream to the spawning beds if you don't find them
&lt;br /&gt;
in other spots of the river.
&lt;br /&gt;
&lt;br /&gt;
When using baits its always a good to remember that each river 
&lt;br /&gt;
is different and so will the baits you will be using. One river 
&lt;br /&gt;
may catch them on crank baits while another will catch them on
&lt;br /&gt;
soft baits. Still another you may need to use a jig and small 
&lt;br /&gt;
minnow. Also colors will have to be tested.
&lt;br /&gt;
&lt;br /&gt;
It'll help to bring along different baits for different
&lt;br /&gt;
fishing conditions as well as the many different &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;fishing&lt;/a&gt;&lt;br /&gt;
locations and differences.
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://letscatchreelbigfish.blogspot.com/2007/08/walleye-fishing-tips.html" id="link_79" target="_new"&gt;Walleye Fishing Tips&lt;/a&gt;  is what your looking for? With lots of great info for catching more and bigger fish. Check out &lt;a href="http://letscatchreelbigfish.blogspot.com/2007/08/walleye-fishing-at-night-rakes-in-fish.html" id="link_80" target="_new"&gt;Walleye Night Fishing&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GoArticles - Jun 17/09
&lt;br /&gt;
&lt;br /&gt;
NEW ARTICLE
&lt;br /&gt;
&lt;br /&gt;
The size of the minnow is going to depend on the
&lt;br /&gt;
time of year you fish the walleye. Before spawning,
&lt;br /&gt;
a tiny minnow is best, but after spawning when
&lt;br /&gt;
they are replenishing their food intake, you can
&lt;br /&gt;
start using bigger minnows.
&lt;br /&gt;
&lt;br /&gt;
Right before winter, a larger minnow works because
&lt;br /&gt;
the walleye are gorging for the winter months and
&lt;br /&gt;
are going for the bigger baits.
&lt;br /&gt;
&lt;br /&gt;
If you find that the weather is slightly colder
&lt;br /&gt;
on a given day, you might want to give up the
&lt;br /&gt;
lake fishing and head to the river. Walleye will
&lt;br /&gt;
stay on the river side if the temperature cools
&lt;br /&gt;
down.
&lt;br /&gt;
&lt;br /&gt;
The river water temperatures are slightly higher
&lt;br /&gt;
at this time and the walleye move around more
&lt;br /&gt;
in the river water than they do in the colder
&lt;br /&gt;
water. If you find some weed beds, you want to
&lt;br /&gt;
try using a tub bait, which will allow you to fish
&lt;br /&gt;
the weeds for the walleye. Using a three-sixteenths
&lt;br /&gt;
to a half ounce jigs work s the best for this in
&lt;br /&gt;
the river.
&lt;br /&gt;
&lt;br /&gt;
Some of the big river walleye fishing areas are
&lt;br /&gt;
great for catching walleye if you know the area.
&lt;br /&gt;
If you fish the Ohio or Mississippi Rivers, you
&lt;br /&gt;
can fish the lock and dam. If you fish the
&lt;br /&gt;
Minnesota or Missouri Rivers, you want to fish
&lt;br /&gt;
off the tip of the sand bar.
&lt;br /&gt;
&lt;br /&gt;
Now if you decide the Des Monies River is your
&lt;br /&gt;
spot, you would want to fish of the logjam. Now
&lt;br /&gt;
the Red River will have a bridge hole for you to
&lt;br /&gt;
do some great walleye fishing. Depending on the
&lt;br /&gt;
river depends on where you will fish.
&lt;br /&gt;
&lt;br /&gt;
The nice thing about walleye river fishing
&lt;br /&gt;
compared to lake fishing is that the walleye in
&lt;br /&gt;
the rivers have fought the currents as long as
&lt;br /&gt;
they have been there and hide out in area that
&lt;br /&gt;
give some relief from the currents.
&lt;br /&gt;
&lt;br /&gt;
You will even find a walleye hovering around a
&lt;br /&gt;
downed tree that blocks the river current as
&lt;br /&gt;
well as some bridge abutments. Because of the
&lt;br /&gt;
fast current you need a heavier jig, which will
&lt;br /&gt;
give some slow down of movement. You just have
&lt;br /&gt;
to find a spot and try for the big walleye.
&lt;br /&gt;
&lt;br /&gt;
Some anglers do not feel you can catch a big
&lt;br /&gt;
walleye in the rivers, but they are wrong. Some
&lt;br /&gt;
very nice sized fish have come out of the river.
&lt;br /&gt;
&lt;br /&gt;
The reason seems to be that most anglers do not
&lt;br /&gt;
know the habitat of the river walleye and they
&lt;br /&gt;
tend to live year after year without being
&lt;br /&gt;
caught.
&lt;br /&gt;
&lt;br /&gt;
Therefore, if you want to catch the big one,
&lt;br /&gt;
try a river walleye and you will find that you
&lt;br /&gt;
can catch your limit everyday if you want too.
&lt;br /&gt;
&lt;br /&gt;
Just remember to have along different baits
&lt;br /&gt;
for different water conditions as well as
&lt;br /&gt;
location differences.
&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Removing man made scents on your hands while fishing - fishing</title><link>http://letscatchreelbigfish.blogspot.com/2019/05/removing-man-made-scents-on-your-hands.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 23 Dec 2021 02:26:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-1662641690649947115</guid><description>&lt;iframe allowfullscreen="" frameborder="0" height="344" src="https://www.youtube.com/embed/5fNSfHxRb9w" width="459"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;How To Get Rid Of The Human Hand Scents While Fishing&lt;br /&gt;
&lt;br /&gt;
It's not enough to have a scented lure. So many human smells and odors are negative associations to &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;fish&lt;/a&gt;. And these smells are constantly coming in contact with your bait/lures and equipment. Here are some tips for to use on anglers hands to mask unnatural, negative scents to fish while providing proven attractants to their hands.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;1. You can rub bait fish on your hands before touch &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;fishing equipment&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;2. If fishing from shore rub your hands in the sand and water in the body of 
water your fishing in.&lt;br /&gt;
&lt;br /&gt;
3. In a boat you can use the floating grass or weeds to rub on your hands.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Try to use things of nature that are in the area you're going to fish. Doing this
should help get rid of any human scent left on your hands.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiX1C7wq3Hr85JRwmx8YXc2dT6GkBp5VwBxZghYPU3sE82_gmqaunR4-eIIzt_HVw1JZmkZ4D-BAR3tfIDoem1fKiXXPNCUdEbsv3jN5kqLpTXl7kmVg27R9sRKSvDwygSctCMmtw/s1600/angler-3071970_1280.jpg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="830" data-original-width="1280" height="207" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiX1C7wq3Hr85JRwmx8YXc2dT6GkBp5VwBxZghYPU3sE82_gmqaunR4-eIIzt_HVw1JZmkZ4D-BAR3tfIDoem1fKiXXPNCUdEbsv3jN5kqLpTXl7kmVg27R9sRKSvDwygSctCMmtw/s320/angler-3071970_1280.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://img.youtube.com/vi/5fNSfHxRb9w/default.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Do Fish Eat Newts Bass Love Salamanders!! </title><link>http://letscatchreelbigfish.blogspot.com/2019/05/do-fish-eat-newts-bass-love-salamanders.html</link><category>Bass Fishing</category><author>noreply@blogger.com (Unknown)</author><pubDate>Wed, 22 Dec 2021 04:28:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-813715808380573536</guid><description>&lt;iframe allowfullscreen="" frameborder="0" height="270" src="https://www.youtube.com/embed/Ws1hM7eekzc" width="480"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
Do Fish Eat Newts&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
All newts are salamanders but not all salamanders are newts&lt;br /&gt;
&lt;br /&gt;
Newts&amp;nbsp;as they come out of water after they are breeding they will travel up to 1km to look for food. Some of these yummy eats are worms and beetles. They like to live in damp areas on land. Its main predators of the  young&amp;nbsp;newts&amp;nbsp;and the eggs (and a lot of other pond life) are fish. The larger predators such as foxes, grass snakes and herons&amp;nbsp;will eat&amp;nbsp;the adults.&lt;br /&gt;
&lt;br /&gt;
Newts are used as &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;bait for catching fish&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Newts can be trapped and used for bait or pets.&lt;br /&gt;
&lt;br /&gt;
Newts are amphibious the same as frogs which big fish devour also.&lt;br /&gt;
&lt;br /&gt;
You can also buy soft plastic baits that imitate a newt in different sizes and colors.&lt;br /&gt;
&lt;br /&gt;
So for more information on fishing with newts click here&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyoQ3hIP85nOPuG6Ct8kdJucrm_VyflwuZCxW0oY8M_hH-C_5xhKHo1GUAoVzHCm-_L8I40g9cOUG2jE24_bjrCBzF7eg0y-aiMk6WSJ4pdMGOexhzBu6N0RDgIgm-girvsbCQww/s1600/newt-3407060_1280.jpg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="853" data-original-width="1280" height="213" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyoQ3hIP85nOPuG6Ct8kdJucrm_VyflwuZCxW0oY8M_hH-C_5xhKHo1GUAoVzHCm-_L8I40g9cOUG2jE24_bjrCBzF7eg0y-aiMk6WSJ4pdMGOexhzBu6N0RDgIgm-girvsbCQww/s320/newt-3407060_1280.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fishing With&amp;nbsp; Newt&lt;br /&gt;
&lt;!--/data/user/0/com.samsung.android.app.notes/files/share/clipdata_190505_053038_335.sdoc--&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://img.youtube.com/vi/Ws1hM7eekzc/default.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Survival Fishing- The Ultimate Primitive Basket Fish Trap</title><link>http://letscatchreelbigfish.blogspot.com/2014/07/survival-fishing-ultimate-primitive.html</link><category>Primitive Basket Fish Trap</category><category>Survival Fishing</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 12 Oct 2021 05:17:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-4156527463570190006</guid><description>&lt;iframe allowfullscreen="" frameborder="0" height="270" src="//www.youtube.com/embed/RYHLyWLDPRM" width="420"&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" class="thumbimage" data-file-height="461" data-file-width="509" src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/Fish_Trap_BKG.png/260px-Fish_Trap_BKG.png" height="235" width="260" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Fishing_weir"&gt;http://en.wikipedia.org/wiki/Fishing_weir&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
The Science of Fishing Traps&lt;br /&gt;
&lt;br /&gt;
&lt;div id="article-top-controls-container"&gt;
&lt;/div&gt;
&lt;div id="article-content"&gt;
Fishing is a commercial activity done at an exporting level in 
some countries. In other countries, fishing seems to be a leisure 
activity for most people. In the U.S mainly, both adults and kids love 
catching these creatures. In order to catch fish for export or domestic 
use, fishermen have to use fishing traps. These are just snares without 
which the activity would be possible. There are different types of traps
 and their major disparity is the way they are set.&lt;br /&gt;
&lt;br /&gt;
Some are huge 
structures attached to the shores of the water body. Others are just 
simple, tinier structures held by hand or set from a vessel. Often, the 
smaller snares' other name is pots. In order to purchase the most 
suitable trap, you need to know what is available. A common design 
available includes the type that forms a barrier or a wall. In short, 
immediately after the fish enters, the fisherman creates a barrier that 
makes it impossible for it to exit.&lt;br /&gt;
&lt;br /&gt;
Hence, the logic behind them 
is blocking the movement of any species you want to aim at. Good 
examples in this case include building fences, buying fyke nets and so 
on. The habitat fishing traps are also very common as they provide a 
quick hiding ground. Other popularly bought items include box, gravity, 
torsion, and bent rod traps. These will automatically lock when a fish 
enters in them. Fishing baskets are a widespread method and they are in a
 way that the animal would find it challenging to escape.&lt;br /&gt;
&lt;br /&gt;
They are
 actually pot models, made of strong wires, plastic or wood. They mainly
 are conical in shape, but you can also find some in drum shape. These 
drum-like models are made of special netting that has frames and hoops. 
Additionally, it is possible to find box shape basket snares made of 
sturdy frames. Other amazing styles for catching ocean animals that 
often migrate on land include pitfall traps, scoop nets, rafts, boxy 
traps and others.&lt;br /&gt;
&lt;br /&gt;
There are even styles made from tubes, such as 
hollow, narrow funnels. As soon as the fish enters it cannot exit 
backwards. Other floating styles normally held on anchors are perfect 
open snares. When going for shopping, few considerations are imperative.
 First, think about the type of fish or marine creatures you would like 
to catch. This would help you know the most suitable trap to buy. 
Further, consider how you would prefer to perform the activity.&lt;br /&gt;
&lt;br /&gt;
Would
 you like to do it from a vessel that has haulers and winches? In such a
 case, you may want to consider buying simpler pot designs. If you want 
to try expert methods that commercial fishermen use, you might have to 
spend lots of money initially. Fish tackle for advanced fishing can be 
expensive and it is not worthwhile for a beginner. Would you like to 
find more information on this topic? The Internet is your best source of
 information and guidelines. In addition, you can buy &lt;a href="http://www.fishingtraps.net/" rel="nofollow" target="_new"&gt;fishing traps&lt;/a&gt; from an online vendor today.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div id="article-resource"&gt;
G. Smitty is a writer who loves to discuss many topics ranging 
from ice fishing traps [http://www.fishingtraps.net/ice-fishing-traps/] 
to professional basketball. Thanks for reading!&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Which fish is more difficult to catch: barracuda or sword fish?</title><link>http://letscatchreelbigfish.blogspot.com/2019/05/which-fish-is-more-difficult-to-catch.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 25 Sep 2021 17:08:00 -0400</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-10190214.post-279104038855783508</guid><description>BARRACUDA FISH CATCHING AT DEEP SEA&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen="" frameborder="0" height="270" src="https://www.youtube.com/embed/4Tr9CU7jX6Y" width="480"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;California Ocean Fishing - All About Barracuda&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div id="article-content" style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px;"&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Pacific Barracuda (&lt;i&gt;Sphyraena argentea&lt;/i&gt;), now the most common big predatory fish in Southern California, is a success story in conservation efforts. Aside from the banning of gill nets, the only efforts made to return the Barracuda to previous common numbers was the imposition of a 28" minimum size limit on these toothy game fish. This allowed almost all barracuda to breed. They get up to 4 feet long but are commonly less than 3 feet. A 4 footer will only weigh about 20 lbs since the fish is so long and thin. Most keepers are in the 6 to 10 lb class.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Barracuda occur throughout Southern California and range from the surface to deep water. Though their main haunt is the fringes of the kelp beds where they stalk unsuspecting bait fish and ambush them as they wander away from cover, they often sweep through inshore flats areas chasing schools of bait. The fertile flats areas where Sand Bass breed attract many small bait fish and of course, where there's prey, predators won't be hard to find.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Though the Atlantic (Great) Barracuda can sometimes be dangerous, the Pacific Barracuda is completely harmless in the water. They're not a threat because of their small size and habit of only striking what they can eat whole. However, some caution when handling a landed fish is in order, though. These fish are strong and have long rows of sharp teeth. Many an angler has needed some bandaging when carelessly grabbing a flopping fish on the deck. The best way to pick up a Barracuda is by grabbing just behind its head, slipping your fingers under the gill plates and holding its neck. They can be pretty slimy and hard to hold. Some fishermen use a short hand gaff made up of a barbless double trolling hook attached to a 12" piece of 1" diameter hardwood dowel. This is especially effective for those of us with "office hands."&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Catching Barracuda&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Successful Barracuda &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;fishermen&lt;/a&gt; Barracuda are primarily a fish of the summer, but of late, they have been nearly a year-round proposition. In the early spring, they move up from their deep water haunts into the near shore areas. The fishing is spotty in February, March and April. By May, becomes consistent and carries usually at least until September or October.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Barracuda are easily caught on bone jigs or bait. They will also hit flies and top water plugs but only when they are busting the surface in mid-summer near kelp beds or when you catch a school, out in the open, chasing a bait ball. The preferred jigs are blue and white, purple and white and an old favorite of mine green and black - especially for those overcast days. You can also catch them at night when they seem to prefer shiny chrome type jigs. If there are short fish about, later in the season, single hook jigs are preferred. Often, chomping on a treble hook will do real damage to the fish's mouth. It's a shame to throw a fish back after you've mutilated it's mouth and marked it for sure death. I personally use only single hooks on all my Barracuda jigs.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Streamer flies in blue and white to simulate anchovies or in green and white to simulate sardines will be the best bet for the fly fishermen. You'll probably go through lots of flies because when these fish hit, they hit HARD and are used to killing their prey instantly with their crushing jaws. Their fight is vigorous and strong, making hard turns, shaking their heads, and in general, giving the &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;light tackle&lt;/a&gt; fisherman all he can handle. An eight weight rod is the minimum and a ten is preferred with a shooting head and sinking line.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Barracuda also will take bait. Live anchovies or sardines fly lined near the kelp or sent down with a Carolina rig with a sliding sinker, is the hot ticket. Beware, though, their teeth are sharp and will saw through a mono leader with ease. Some fishermen use short wire leaders. This will result in less strikes but far fewer losses.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Preparing Barracuda&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Barracuda are almost always filleted by fishermen on party boats. There's more to eat on the fish though, so I usually get them gutted and gilled on the boat then take my time at home preparing them. I often scale them and slab at home then cut the long, skinny slabs into serving sized chunks with the skin on one side - perfect for barbecuing or smoking. The&amp;nbsp;&lt;i&gt;kama&lt;/i&gt;&amp;nbsp;(collar) part is also an excellent piece of meat so I save these as well. If you get the chance to get Barracuda roe from females early in the season, go for it. It's excellent!&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Eating Barracuda&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Barracuda are excellent table fare, too. They do have a strong fish taste like salmon or tuna so they may not be for everyone's palette, but if you like fish, you'll love barracuda. Because of their high oil content, they also are great eating smoked. Barracuda are best broiled, baked, poached, sauteed, or grilled. Deep frying is not recommended because of the oil. The roe are delicious when roasted and eaten with rice, or when simmered in soy sauce and sake (&lt;i&gt;nitsuke.&lt;/i&gt;) The collars are best just salted and broiled.&lt;/div&gt;
&lt;/div&gt;
&lt;div id="article-resource" style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px;"&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Jeff Spira is a &lt;a href="https://deepbluefishingsupplies.com/collections/fishing-tackle-and-accessories?ref=cxdwqqqv"&gt;fishermen&lt;/a&gt; and writer of fishing and seamanship books. His web site&amp;nbsp;&lt;a href="http://www.socaloceanfishing.com/" rel="nofollow" style="color: #610000;" target="_blank"&gt;California Ocean Fishing&lt;/a&gt;&amp;nbsp;offers further insights into this fun sport and has links to online sources for his books on the subject.&lt;/div&gt;
&lt;/div&gt;
&lt;div style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Article Source:&amp;nbsp;&lt;a href="https://ezinearticles.com/expert/Jeff_Spira/129867" style="color: #610000;"&gt;https://EzineArticles.com/expert/Jeff_Spira/129867&lt;/a&gt;&lt;/div&gt;
&lt;h1 class="title style-scope ytd-video-primary-info-renderer" style="background: rgb(255, 255, 255); border: 0px; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-spec-text-primary)); font-family: Roboto, Arial, sans-serif; font-size: var(--ytd-video-primary-info-renderer-title-font-size, 1.8rem); font-weight: 400; line-height: 2.4rem; margin: 0px; max-height: 4.8rem; overflow: hidden; padding: 0px; text-shadow: var(--ytd-video-primary-info-renderer-title-text-shadow, none); transform: var(--ytd-video-primary-info-renderer-title-transform, none);"&gt;
Swordfishing in South Florida&lt;/h1&gt;
&lt;span face="&amp;quot;avenir next&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif" style="background-color: white; color: #333333; font-size: 2.2em;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div id="article-content" style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px;"&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Southeast Florida Swordfishing - "Purple Fever"&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Once you have your tackle ready to go, let us describe a typical drift out in South Florida's Gulf Stream. We are basing this drift using 4 lines. Some of your center console fisherman may be able to fish 5 or even 6 rods, but we believe 4 rods is sufficient and will cover the fathoms needed to catch that broadbill you have dreamed of. Swordfishing off the southeast coast of Florida has really taken a turn for the better. We are experiencing a fish size of 75-100lb on average. Although we are deemed to be the breeding grounds and anglers routinely catch "Pups", we have our share of three-hundred pound plus fish move through. November through January is usually some of our best months, as the water temperature is cooler. But with all good comes some bad. The seas are usually much rougher this time of year. In the summer time, we don't see as much action, but we still get our share. This is a year-round fishery and will be around for a long time as long as we don't abuse it. We ask that you please report you fish! Please report your catches and releases. We know you are not required to report a release, but by reporting that we are routinely catching the numbers, lessens the chances of commercial fisherman entering our waters. We cannot stress enough how important it is to report our catch.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
We also want to practice safety especially while night fishing. We suggest that each angler on your boat carries a glowstick and whistle in his/her pocket. This way if they were to accidentally fall over, you would have a means of finding them. Another strong point is no sleeping! Cargo ships constantly are running through the swordfish grounds and if you are sleeping and they are on autopilot, trouble could be approaching. We have had some close calls to where we actually had to pick up and move to avoid a collision course with some freighters. Bottom line, if you want to sleep stay home.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Now lets fish!&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Locating The Swordfish Grounds:&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
As you may know swordfishing takes place at night, as they are primarily nocturnal feeders. Leaving the dock in the late evening hours and coming back to the dock after midnight is the standard, depending on the time of the sunset. Calm seas have much to do with the decision of when to go out. Swordfish can be caught when it is rough or calm, but we must think safety first. The combination of a gps and good fishfinder is essential when finding good solid structure to start your drift. Off the South Florida coast, our sword grounds are generally between longitude 79-51W and 79-49W. This is roughly 15-18 miles off our coastline. A fishfinder that goes to at least 1500 feet is very beneficial; as you will see the canyons and structures that hold the bait, hence attract swordfish. *Tip - If you want to find the fish, set your fish finder range to just 100ft and you will find bait such as Tinker Mackeral or Sardines. Where there is bait, there is Sword! Swordfish are known to roam these deep depths around ridges and valleys. With the two combined units you are already ahead of the game. Radar is also an important piece of equipment, but not absolutely necessary. Once you are satisfied with your location, you want to spend the next 5-20 minutes figuring out your drift. The drift is a very important aspect. If you have heard that the bite is strong along the 79-50W line, you want to make sure you are drifting on this line. A top-notch sea anchor can work to keep you in this zone. Deploy your sea anchor off the boats center cleat for the best drift. But maybe, the bite is fluctuating from the west 48 lines to the 51 lines. In this case you would want to drift over and over these grounds. Turn on your vhf or check out our reports to see where the most action is for the night you are going out. With the proper drift you can stay in the zone all night and have baits soaking for the majority of the night. Don't be in a rush to put the baits out. Take your time and factor the wind and current and decide, "Am I going to push in shallow or out deep". Which side of the boats are the lines going to be on? How much wait should I be using to get my baits to the desired depth? How fast will my drift be? All these factors are worth considering before you turn off the engines and decide where you are going to ride out a drift.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Tackling Broadbills:Although a live bait seems ideal when setting out to catch any gamefish, don't rule out your dead baits! Bobby Boyle of RJ Boyle Studios came out with a shirt that says, "Live Bait Sux". Bobby definitely has a point when it comes to swordfish. As a beginner in swordfishing, we suggest sticking to just one live bait and the rest dead baits such as squid. You ensure a much better hookset when using a dead-bait, and your strikes will definitely not suffer from not using live-bait! Your sole livebait can be fished just under the boat around 85 feet down. It will blend in with the other baits that have congregated around your boat.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Lets discuss rigging your rods. We use mostly 50 wides, but have a few 80's that are ready for that big wintertime swordfish. A 50w is plenty sufficient for swordfish. With the invention of hollow-core braid, guys can load their 30's with the over 700 yards and be able to fish their light tackle rods for broadbills. When spooling the reels we suggest marking the last 400 feet of your line. Mark the line using waxline half stitches. This will enable you to easily drop your baits to the desired depth without having to count every time you setup. A counter can be used to count off the desired feet. If you can leave a loop in the waxline marker on your line, this would be ideal. Later on we will teach you how to tie the balloon or jug to that loop in the waxline. It is very important to make sure the waxline does not slip! Your first knot that will be used on your mainline is the popular bimini twist (about 5 ft). The knot acts as a shock absorber and is very beneficial to the rig. Take your bimini twist right to the ball bearing snap swivel and tie an offshore knot. Have this combination on all four of your rods.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Lets discuss your rigs. We first start out by measuring 15 feet of 200lb - 400lb mono leader. On the top end we crimp a loop using a nylon thimble so that we can attach it to our ball bearing snap swivel with ease. On the other end, crimp a 8/0 - 11/0 hook. Make sure the hook is very sharp, if not sharpen it. You should be able to press it against your finger nail and make a nice dent. On the hook you want to place a bridle that is used to bridle your live bait. It is a loop that is about 6 inches in diameter made out of rigging floss. Attach that bridle to the hook and you are set. Attach your live bait rig to your rods ball bearing swivel. At the swivel top circle you want to also attach 1 electralume and a flasher at your discretion. This helps to make your bait visible to the swords.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Lets rig your other 3 rods for a dead bait. A swordfish favorite is the squid. There are a number of ways to rig a dead squid, but the best method is to have the hook exposed half way down the mantle. We find this much more effective that placing the hook down by the eyes of the squid. . Once you have all four rods ready to be deployed, get out your jugs and weights, along with copper/telephone wire. Have the gaff ready to be deployed as some days you may drop the baits right into swordfish territory. We don't know how many times we seem to drop a bait right on a swordfish. Tip* If you like to take your time in setting up, that's fine. Go ahead and put out a flatline while getting your other rods ready. This way if you have a curious sword come to the boat, you atleast have a bait in the water. We have seen them come into the light on numerous occasions. If you don't have a bait in the water, most likely they will just leave.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Setting up your first Drift&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Drifting for swordfish is very very effective. Providing that you have your baits staggered, your chances of catching a South Florida Sword are very good! Now that you have 4 rods that are ready to be deployed, lets get some lines in the water. Once you find your desired area to fish, shut off all engines. Here you will analyze your drift. You can deploy a sea anchor if you think you are going to need it. Once you are satisfied with the direction and speed of your drift, get the first line out. As a general rule of thumb, get your longest lines out first, meaning jug/balloon baits. Check out our forums and communicate with fellow swordfish anglers regarding everything mentioned here. You may even find out what depth the fish were biting out the night before. But a general rule of thumb is on a New Moon, you fish the baits shallower. And on a full bright moon, you fish them deeper. Tip* Be sure to have a bait at 100 feet and 300 feet. These 2 depths are critical. Once you get a bite on one, you can adjust your other rods accordingly.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
With the first rod, attach the live bait rig, along with your electralume and flasher. Then take about 12 inches of telephone wire or a #64 rubber band and attach a 32-ounce weight to the swivels top circle. Wrap the telephone wire about 6 times and pull to ensure it breaks away. Put it back on and let your bait down to desired depth. For this exercise, we will go 300 feet on the first line. Once the 300-foot marker on the line comes up, attach your jug or balloon to the loop you left in the waxline using telephone wire. You can attach the balloon or jug using telephone wire or a small rubber band. Again, test to make sure it breaks away when pressure is applied by fish. Let the float out about 50-80 yards from the boat. Don't forget to put a glowstick into your jug for visibility.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Do the same to the second rod, but this time go to 200ft and let it out on the jug/balloon about 30 yards. It is very important to test different depths by the 100's. Don't forget to attach a lightstick to the jug/balloon for visibility. Once you have the 2 lines out on the jugs, lets move to your tip rods. The tip rods are called tip rods because that is exactly what they are. You will see the tip of the rod bounce heavily when a fish is slashing the bait. These rods are being fished right at the boat at varying depths. Apply the same rigs as mentioned above and set these rods at 150 feet and 100 feet. These will be your most active rods, as they are in the direct light of the boat.&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Now that you have 4 lines in the water, lets get your 4ft light out and put it on the opposite side of the boat, to avoid direct light into your eyes. Turn off all boat lights and sit back and listen to your rods. Check all lines as needed. If you don't have any action within 30 minutes to an hour, start by checking your tip rods. If the baits have been slashed than bring in your balloon/jug rods and re-bait. The 4ft green light can be a very important piece of the puzzle when swordfishing. We have had bait by the dozens including bar jacks, flying fish, and dolphin come to the light. With the bait we have seen swordfish follow right behind them. When swordfishing you want to have your best game turned on. Without the light at the boat you might as well stay home. We deem this light very effective. Think about when you see a boats navigation lights about 10 miles away. Imagine a swordfish. Their eyes are enormous and we bet can see much better than we think. This could be the difference between a fun-filled night and a very frustrating night. Check out the forums for more information on the secrets and tips.&lt;br /&gt;
Fish On? Now What?&lt;/div&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Once you hear the drag being taken out or you see a fish surfacing, you want to jump on that rod fast. Each rod should have a different color light that distinguishes it from your other rods. The enables you to determine which rod the fish is on. You should of had your drag set at practically nothing, just enough to keep the bait from taking off line. Get on the rod and start cranking until you get tight on the fish. Once tight, start increasing the drag until you hit about 8-16 pounds of drag. Too much drag may cause the hook to rip from the soft mouths of these fish. The hook will automatically set and you are in for a fight of a lifetime. Have a buddy put the belt on you, so you can stand up and fight the fish properly. Do not arch forward or your back will begin to hurt very quickly. Do not rush the fish. These fish get in excess of 400lbs and have been known to keep anglers on the wind for over 8 hours! Once the fish is at the boat, it is ideal to have one guy handline the leader and another guy with the gaff. We also suggest using wind-on leaders. This will help avoid the dangers of hand-lining a big fish. A swordfish has to be at least 47 inches to keep. So before hitting it with the gaff, you want to decide if you are keeping the fish or not. We recommend not keeping a fish under 60 inches. This will help the bounce back of the swordfish industry. If you do decide to keep the fish, you want to gaff the fish right in the gill plate to avoid ruining the meat. Always wear tough leather gloves, as the bill is very sharp. *Tip - Keep your hands together when leadering the fish. This will help avoid the dangers of hand lining the fish.Tight Lines,Swordfishing Central&lt;/div&gt;
&lt;/div&gt;
&lt;div id="article-resource" style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px;"&gt;
&lt;div style="line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Michael Grimm&lt;br /&gt;
&lt;a href="http://www.swordfishingcentral.com/" rel="nofollow" style="color: #610000;" target="_blank"&gt;http://www.swordfishingcentral.com&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
Article Source:&amp;nbsp;&lt;a href="https://ezinearticles.com/expert/Michael_Grimm/981" style="color: #610000;"&gt;https://EzineArticles.com/expert/Michael_Grimm&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis-KJx58-Bqwr3s_sXASRSQm9abqEb33jtvztNmZgo-2NBctDrDunAWaV1sJ_Yh2JHKjUq4rWx0l_8TzlPpPx2V7LKw9i-D0fdaUgH6UQRgW_pgj_tN9p8M2xth5sc5dna8v01Wg/s1600/action-angler-bait-1687242.jpg" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="1200" data-original-width="1600" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis-KJx58-Bqwr3s_sXASRSQm9abqEb33jtvztNmZgo-2NBctDrDunAWaV1sJ_Yh2JHKjUq4rWx0l_8TzlPpPx2V7LKw9i-D0fdaUgH6UQRgW_pgj_tN9p8M2xth5sc5dna8v01Wg/s320/action-angler-bait-1687242.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="background-color: #dddddd; color: #333333; font-family: &amp;quot;Avenir Next&amp;quot;, Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; margin-bottom: 1em; padding: 0px;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Bait Casting Rod And Reel&lt;/div&gt;
&lt;span face="&amp;quot;avenir next&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif" style="background-color: #dddddd; color: #333333; font-size: 12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://shorrobi.vyom2661.hop.clickbank.net/?tid=F" target="_top"&gt;Click Here!&lt;/a&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://img.youtube.com/vi/4Tr9CU7jX6Y/default.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>