<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Btc89 Btc89</title><generator>teletype.in</generator><description><![CDATA[Btc89 Btc89]]></description><image><url>https://img1.teletype.in/files/8a/b3/8ab398b2-0c40-4c2f-ac3b-08931291ebaa.png</url><title>Btc89 Btc89</title><link>https://teletype.in/@bitcoin89</link></image><link>https://teletype.in/@bitcoin89?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=bitcoin89</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/bitcoin89?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/bitcoin89?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Thu, 25 Jun 2026 13:24:54 GMT</pubDate><lastBuildDate>Thu, 25 Jun 2026 13:24:54 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@bitcoin89/Bhd0RfEsyZz</guid><link>https://teletype.in/@bitcoin89/Bhd0RfEsyZz?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=bitcoin89</link><comments>https://teletype.in/@bitcoin89/Bhd0RfEsyZz?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=bitcoin89#comments</comments><dc:creator>bitcoin89</dc:creator><title>Why do you get different wallet addresses using the same seed phrase?  And how to access your correct address?</title><pubDate>Sat, 20 Dec 2025 12:04:29 GMT</pubDate><media:content medium="image" url="https://img2.teletype.in/files/17/d4/17d4e54c-9043-43e1-b081-76648a918c64.png"></media:content><description><![CDATA[<img src="https://img4.teletype.in/files/7c/33/7c33eac5-6ccd-498e-8e9b-ab45c0f57799.jpeg"></img>The same seed phrase can generate MANY different wallets.
 Which wallet you see depends on two things:]]></description><content:encoded><![CDATA[
  <h1 id="efKO">Why a “Different” Wallet Appears When Importing a Seed Phrase</h1>
  <h2 id="5qpu">Short version</h2>
  <p id="X51F"><strong>The same seed phrase can generate MANY different wallets.</strong><br /> Which wallet you see depends on two things:</p>
  <ul id="Ho4S">
    <li id="LVTO"><strong>Derivation path</strong></li>
    <li id="g24g"><strong>Address type</strong></li>
  </ul>
  <p id="NtlQ">If <strong>either one</strong> is different from the original setup, the resulting wallet address will be different.</p>
  <h2 id="zpl4">What’s happening technically (in simple words)</h2>
  <h3 id="8TYT">1️⃣ A seed phrase ≠ one wallet</h3>
  <p id="Jwyc">A seed phrase is <strong>not a single address</strong>.<br /> It is the <strong>root of a key tree</strong>.</p>
  <p id="nrC2">From one seed phrase, an entire tree of wallets can be generated:<br />Seed<br /> ├── Path A → Wallet A<br /> │    ├── Legacy<br /> │    ├── SegWit<br /> │    └── Taproot<br /> ├── Path B → Wallet B<br /> ├── Path C → Wallet C<br /> └── Path D → Wallet D<br />Each branch produces a <strong>different set of addresses</strong> —<br /> and <strong>all of them are valid</strong>.</p>
  <h3 id="aCi7">2️⃣ What the “4 paths” mean during import</h3>
  <p id="2aGZ">When OP_Wallet shows <strong>4 derivation paths</strong>, these represent:</p>
  <ul id="YXcw">
    <li id="RsAz">Different <strong>standard derivation paths</strong></li>
    <li id="KyNx">Historically established schemes<br /> (different wallets and standards use different paths)</li>
  </ul>
  <p id="ZwYy">👉 <strong>Same seed + different path = different wallet</strong></p>
  <p id="cV0D">This is expected behavior in hierarchical deterministic (HD) wallets.<br /></p>
  <p id="Ahhh"></p>
  <figure id="VNvo" class="m_retina">
    <img src="https://img4.teletype.in/files/7c/33/7c33eac5-6ccd-498e-8e9b-ab45c0f57799.jpeg" width="411" />
  </figure>
  <h3 id="dA2P">3️⃣ What the “4 address types” mean</h3>
  <p id="8r8i">These are <strong>different Bitcoin address formats</strong> derived from the same key:</p>
  <ul id="nQNq">
    <li id="FbyK"><strong>Legacy (P2PKH)</strong> — old format</li>
    <li id="Cg4W"><strong>Nested SegWit (P2SH-P2WPKH)</strong> — transitional format</li>
    <li id="S3iG"><strong>Native SegWit (P2WPKH)</strong> — modern format</li>
    <li id="LCJp"><strong>Taproot (P2TR)</strong> — newest format</li>
  </ul>
  <p id="66Jw">⚠️ <strong>Important</strong></p>
  <p id="RDkM">website <a href="https://opnet.org/portal" target="_blank">https://opnet.org/portal</a> can be tied to a <strong>specific address format</strong>.</p>
  <p id="jFBg">That’s why:</p>
  <ul id="q2az">
    <li id="1LqG">The wallet may exist</li>
    <li id="hp7Q">But <strong>login to the portal fails</strong> — because the address format is not the one expected</li>
  </ul>
  <h2 id="5Qbo">The root cause (key explanation for the guide)</h2>
  <blockquote id="YKCW">When restoring a wallet using a seed phrase, you must select <strong>the same derivation path and the same address type</strong> that were used when the wallet was originally created.</blockquote>
  <p id="BOSu">If different parameters are selected, a <strong>different wallet</strong> will be generated — even with the same seed phrase.<br /></p>
  <h2 id="Pioz">Why users have to “try different options”</h2>
  <p id="BGmg">Because:</p>
  <ul id="f60i">
    <li id="oH7j">Most users don’t know which <strong>path or address type</strong> was used originally<br /><br />A seed phrase is not an address - it&#x27;s the <strong>key to a building</strong>.</li>
  </ul>
  <p id="ZLQB">The derivation path is the <strong>floor</strong>.<br />The address type is the <strong>door</strong>.</p>
  <p id="mxEh">To enter your apartment, you must open <strong>the same door on the same floor</strong> as before.</p>
  <p id="b23T">So the current flow:</p>
  <ul id="1t47">
    <li id="xGf2">Choose a derivation path</li>
    <li id="gXvg">Then try different address types</li>
  </ul>
  <p id="Yi2O">is <strong>not a bug</strong>, but a direct result of how HD wallets work.</p>
  <h2 id="fmLP">✅ Step-by-Step Instructions</h2>
  <h3 id="NhfS"><strong>Step 1. Clear browser data</strong></h3>
  <ol id="BWjJ">
    <li id="qhfG">Make sure your seed phrase is saved, then delete the OpWallet extension.</li>
    <li id="qVCY">Clear <strong>history and cache</strong></li>
    <li id="pMoC">Completely close your browser then open the browser again</li>
  </ol>
  <blockquote id="Ll2Z">This is important so the wallet does not reuse data from previous attempts.</blockquote>
  <h3 id="olIs"><strong>Step 2. Import the wallet</strong></h3>
  <ol id="YN5P">
    <li id="SYGN">Downloand <a href="https://chromewebstore.google.com/detail/opwallet/pmbjpcmaaladnfpacpmhmnfmpklgbdjb" target="_blank">https://chromewebstore.google.com/detail/opwallet/pmbjpcmaaladnfpacpmhmnfmpklgbdjb</a> and open the <strong>OP_Wallet</strong> browser extension</li>
  </ol>
  <figure id="81l6" class="m_retina">
    <img src="https://img3.teletype.in/files/61/f3/61f39cfb-93a8-45f7-92fb-ca597498c046.jpeg" width="542" />
  </figure>
  <p id="AitY">Select <strong>I alraedy have a wallet</strong></p>
  <figure id="gUO9" class="m_column">
    <img src="https://img4.teletype.in/files/7e/77/7e779801-09e6-491e-9958-a37af846c241.png" width="2876" />
  </figure>
  <p id="BL9G">Enter your <strong>seed phrase <br />⚠️ To avoid errors, it is important to enter each word manually, not by copying and pasting.</strong></p>
  <figure id="59VD" class="m_column">
    <img src="https://img2.teletype.in/files/95/19/951918b0-5c60-46c5-9b08-c76c9f3635e6.png" width="2866" />
  </figure>
  <p id="Spi4">⚠️ <strong>Click Continue only ONCE</strong></p>
  <h3 id="2uCY"><strong>Step 3. Select a derivation path</strong></h3>
  <p id="3UVt">After importing the seed phrase, you will see <strong>4 derivation path options</strong>.</p>
  <p id="Fz47">Important:</p>
  <blockquote id="Z5kc">Each path creates a <strong>different wallet</strong>, even with the same seed phrase.</blockquote>
  <ol id="FYJc">
    <li id="BuQT">Select the <strong>first path</strong></li>
    <li id="K2VU">Click <strong>Continue</strong></li>
  </ol>
  <figure id="E1Rd" class="m_column">
    <img src="https://img2.teletype.in/files/d0/60/d0602872-f15d-4337-a6da-0bf4332c1e5a.jpeg" width="2880" />
  </figure>
  <h3 id="DQk2"><strong>Step 4. Switch the network</strong></h3>
  <ol id="pHM8">
    <li id="K4vm">In OP_Wallet, switch the network to <strong>Regtest</strong></li>
    <li id="bI26">Try to log in to the portal</li>
  </ol>
  <figure id="zVGC" class="m_retina">
    <img src="https://img4.teletype.in/files/f1/ab/f1ab2d0d-f033-488d-bc47-777e31121958.jpeg" width="360" />
  </figure>
  <figure id="O7pX" class="m_retina">
    <img src="https://img2.teletype.in/files/d7/6d/d76dcbc5-e3ed-4964-b3f8-b4900719bd2e.jpeg" width="365" />
  </figure>
  <p id="Pt1r">Step 5. Check the address type</p>
  <p id="ZY8U">If login fails:</p>
  <figure id="6BDq" class="m_retina">
    <img src="https://img2.teletype.in/files/97/6c/976cc106-b5af-40a7-b9b9-1ae9349fa758.png" width="387" />
  </figure>
  <p id="TxZ9">Open Settings in OP_Wallet</p>
  <p id="veYf">Go to Address Type</p>
  <p id="Amio">You will see 4 address types:</p>
  <p id="JX5d">Legacy</p>
  <p id="hxBY">Nested SegWit</p>
  <p id="jctW">Native SegWit</p>
  <p id="entV">Taproot</p>
  <p id="Cs2V">Select each address type one by one</p>
  <p id="830X">After each selection:</p>
  <p id="pMZ4">Refresh page and try logging in to the portal again</p>
  <p id="6h8u">💡 In most cases, Taproot is the correct address type</p>
  <figure id="4248" class="m_retina">
    <img src="https://img2.teletype.in/files/52/93/5293d31e-10c4-4d75-a4fc-01b7e7271465.jpeg" width="365" />
  </figure>
  <figure id="16pg" class="m_retina">
    <img src="https://img3.teletype.in/files/ad/59/ad5951ee-03cd-436a-8fe5-81a21cd37baf.jpeg" width="349" />
  </figure>
  <figure id="fnSr" class="m_retina">
    <img src="https://img2.teletype.in/files/51/d5/51d5e5bb-b239-4314-a25b-7db2e1cc1720.jpeg" width="358" />
  </figure>
  <h3 id="nHum"><strong>Step 6. If it still doesn’t work</strong></h3>
  <p id="cuTh">If none of the address types work:</p>
  <ol id="4r8y">
    <li id="GLLw"><strong>go to STEP 1 -</strong> Delete the wallet</li>
    <li id="SSiE">Clear <strong>history and cache</strong> again</li>
    <li id="4Aws">Start the import process from the beginning</li>
    <li id="AcMt">At <strong>Step 3</strong>, select the <strong>next derivation path</strong></li>
    <li id="DiAj">Repeat <strong>Steps 4–5</strong></li>
  </ol>
  <p id="G7sl"><strong>Repeat the process:</strong></p>
  <p id="yP2M"><strong>Derivation Path → Address Type → Login</strong></p>
  <p id="5xO0">until you find the wallet that successfully logs in to the portal.</p>
  <figure id="0M2I" class="m_retina">
    <img src="https://img3.teletype.in/files/a2/b5/a2b5cdff-ed1a-463a-8e12-a7dd2b5083fe.png" width="496" />
  </figure>

]]></content:encoded></item></channel></rss>