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

</content></entry></feed>