<?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>@cryptoperry</title><author><name>@cryptoperry</name></author><id>https://teletype.in/atom/cryptoperry</id><link rel="self" type="application/atom+xml" href="https://teletype.in/atom/cryptoperry?offset=0"></link><link rel="alternate" type="text/html" href="https://teletype.in/@cryptoperry?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=cryptoperry"></link><link rel="next" type="application/rss+xml" href="https://teletype.in/atom/cryptoperry?offset=10"></link><link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></link><updated>2026-04-16T23:27:23.186Z</updated><entry><id>cryptoperry:How_to_access_private_keys_from_a_seed_phrase</id><link rel="alternate" type="text/html" href="https://teletype.in/@cryptoperry/How_to_access_private_keys_from_a_seed_phrase?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=cryptoperry"></link><title>How to access private keys from a seed phrase</title><published>2024-05-10T23:01:47.237Z</published><updated>2024-05-11T08:41:12.283Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img1.teletype.in/files/04/ef/04ef3c19-ce1e-4d0c-b225-246fe7614066.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://telegra.ph/file/769f7ccbc32a42bb0bdc6.png&quot;&gt;Lately, crypto users from different regions are facing various types of problems on centralised platforms and are forced to switch to non-custodial wallets (Ledger, Trezor, Trust Wallet, SafePall, etc.). Most choose the simplest solutions, using software wallets wrapped in a mobile app shell (Trust Wallet, Exodus, SafePall)</summary><content type="html">
  &lt;p id=&quot;LDuh&quot;&gt;Lately, crypto users from different regions have been facing various types of problems on centralised platforms and are forced to switch to non-custodial wallets (Ledger, Trezor, Trust Wallet, SafePall, etc.). Most choose the simplest solutions, using software wallets wrapped in a mobile app shell (Trust Wallet, Exodus, SafePall)&lt;/p&gt;
  &lt;p id=&quot;p9fr&quot;&gt;- &lt;strong&gt;But what to do if apps will start getting blocked and is it even possible? &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;AKCK&quot;&gt;To begin with, any non-custodial wallet is just a connector between you and the blockchain (nothing more), a so-called link that makes life easier. And the security of all your funds is guaranteed by blockchain technology, not by any treaties, sanctions or UN resolutions.&lt;/p&gt;
  &lt;p id=&quot;iRHF&quot;&gt;Also this article will be relevant for those who have lost physical access to their gadget or app, but kept their seed phrase&lt;/p&gt;
  &lt;p id=&quot;fGP0&quot;&gt;We&amp;#x27;ll deal with this issue in this article.&lt;/p&gt;
  &lt;p id=&quot;CuZT&quot;&gt;&lt;strong&gt;It&amp;#x27;s important to realize that:&lt;/strong&gt;&lt;/p&gt;
  &lt;ul id=&quot;vu3m&quot;&gt;
    &lt;li id=&quot;SdL4&quot;&gt;&lt;strong&gt;The main ‘key’ to your cryptocurrency wallet is the private key&lt;/strong&gt;. But in multi-currency non-custodial solutions, users are most often given a seed phrase (mnemonic) consisting of 12, 18 or 24 words.&lt;/li&gt;
    &lt;li id=&quot;aCJE&quot;&gt;Seed phrase contains all private keys of all addresses that were generated in the wallet and gives full control over them. Private key - gives access only to a specific blockchain address&lt;/li&gt;
    &lt;li id=&quot;XouW&quot;&gt;The seed-phrase words generated by your wallet are not random. They are drawn from a specific set of 2048 words known as the ‘&lt;strong&gt;BIP39 word lis&lt;/strong&gt;t’&lt;/li&gt;
  &lt;/ul&gt;
  &lt;blockquote id=&quot;wJtB&quot;&gt;All words from the BIP39 list can be viewed on &lt;a href=&quot;https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt&quot; target=&quot;_blank&quot;&gt;GITHUB&lt;/a&gt;&lt;/blockquote&gt;
  &lt;ul id=&quot;WCX0&quot;&gt;
    &lt;li id=&quot;k11C&quot;&gt;&lt;strong&gt;The seed phrase itself does not give a complete picture of the wallet and its contents&lt;/strong&gt;. There is a cryptographic procedure called ‘hierarchical deterministic wallet’. It translates the seed phrase into a Master Key, from which all other keys are deployed in a ‘deterministic’ order. Since the seed phrase is a mathematically generated deterministic sequence (see picture below), it works regardless of wallet type. The passphrase (seed) and Master Key are standardised in the same way and the only problem is that there are two widely used algorithms for recovering keys and wallet address, they are called BIP32 and BIP44, less commonly BIP49, BIP84, BIP141.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;Tert&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/769f7ccbc32a42bb0bdc6.png&quot; width=&quot;971&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;iZb6&quot;&gt;
    &lt;li id=&quot;mHNV&quot;&gt;If the seed phrase was created using a BIP44-enabled wallet, an attempt to restore it using a BIP32-enabled wallet will open an empty wallet. Therefore, it is important to know which wallet is suitable for recovery from your seed phrase.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;blockquote id=&quot;Vdkf&quot;&gt;Support BIP44 algorithm (Ledger, Trezor, Trust Wallet, Exodus, MultiBit)&lt;br /&gt;Support BIP32 algorithm (Electrum, MultiBit)&lt;/blockquote&gt;
  &lt;p id=&quot;Ffud&quot;&gt;For the average user, this may all seem like a &amp;#x27;grey area&amp;#x27;, but not everything is as scary as it seems.&lt;/p&gt;
  &lt;p id=&quot;Jyyn&quot;&gt;&lt;strong&gt;So what to do after all, if for some reason, there is no access to your wallet?&lt;/strong&gt;&lt;/p&gt;
  &lt;ol id=&quot;msBj&quot;&gt;
    &lt;li id=&quot;vooe&quot;&gt;You can &lt;strong&gt;enter your seed phrase, in any other non-custodial wallet&lt;/strong&gt;, but you will need to make sure the key recovery algorithms are compatible.&lt;/li&gt;
    &lt;li id=&quot;PeNT&quot;&gt;It is possible to &lt;strong&gt;extract private keys of specific wallets&lt;/strong&gt; from the seed phrase and use them to gain access through the official wallet of a particular coin or through other popular apps. This option is especially important if the second multicurrency wallet does not support all coins of the first one&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p id=&quot;KYKf&quot;&gt;&lt;strong&gt;Let&amp;#x27;s take a closer look at the 2nd point&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;zTIN&quot;&gt;To obtain private keys from mnemonics, let&amp;#x27;s use Ian Coleman&amp;#x27;s tool, which is open source.&lt;/p&gt;
  &lt;p id=&quot;Rez1&quot;&gt;We have personally tested this method by restoring access to ETH and ATOM wallets&lt;/p&gt;
  &lt;p id=&quot;WM2r&quot;&gt;Task.&lt;br /&gt;We have:&lt;br /&gt;&lt;em&gt;$ETH on TrustWallet, access to the wallet is lost, seed phrase is available.&lt;/em&gt;&lt;/p&gt;
  &lt;figure id=&quot;LXzY&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/faf687ee3b57608b0dd72.png&quot; width=&quot;489&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;hUA7&quot;&gt;Required:&lt;br /&gt;&lt;em&gt;regain control of funds.&lt;/em&gt;&lt;/p&gt;
  &lt;p id=&quot;mwGH&quot;&gt;❗️&lt;strong&gt;You take full responsibility for the safety of your assets by continuing to follow the instructions. Further operations will take place with your mnemonic (seed) phrase. &lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;hmiO&quot;&gt;&lt;strong&gt;Note: you should by no means share your seed phrase with third parties&lt;/strong&gt;&lt;/p&gt;
  &lt;ul id=&quot;upnG&quot;&gt;
    &lt;li id=&quot;dzAu&quot;&gt;Saving the latest BIP39 release from GITHUB to your PC (&lt;a href=&quot;https://github.com/iancoleman/bip39/releases/&quot; target=&quot;_blank&quot;&gt;https://github.com/iancoleman/bip39/releases/&lt;/a&gt;)&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;7Fv9&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/e581d43bd5caecda0bffe.png&quot; width=&quot;851&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;3jcg&quot;&gt;
    &lt;li id=&quot;xlFi&quot;&gt;To ensure the security of your seed phrase, we recommend disconnecting your PC from LAN, Wi-Fi, Bluetooth networks. Use a PC that will never be connected to the network again or immediately after recovering the private key, the OS will be reinstalled on it&lt;/li&gt;
    &lt;li id=&quot;tJsv&quot;&gt;Open the downloaded &lt;strong&gt;bip39-standalone.html&lt;/strong&gt; release, and enter your seed phrase in the&lt;strong&gt; BIP39 Mnemonic field&lt;/strong&gt;&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;YzB9&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/2fede5c584851a511ea73.png&quot; width=&quot;2544&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;UQLh&quot;&gt;
    &lt;li id=&quot;A82E&quot;&gt;In the &lt;strong&gt;Coin&lt;/strong&gt; field select the desired coin, in our case $ETH&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;6WFu&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/39d3d4fb5bc95606ede02.png&quot; width=&quot;2544&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;MsDb&quot;&gt;
    &lt;li id=&quot;0IPc&quot;&gt;In the &lt;strong&gt;Derived Addresses&lt;/strong&gt; section find our wallet address and its private key. Usually the required address is in the first line, but you can use Ctrl+F to search for it.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;goJQ&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/4f6aa5f8280201cd23c00.png&quot; width=&quot;2556&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;eksM&quot;&gt;
    &lt;li id=&quot;aACR&quot;&gt;It may happen that your address is not on the page. You need to go higher, to the &lt;strong&gt;Derivation Path&lt;/strong&gt; section and go through the tabs of BIP standards to find the algorithm where the required wallet is.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;GxIs&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/c8cf60c3d5b9ef0b862cf.png&quot; width=&quot;2544&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;tsXp&quot;&gt;To ensure that everything works, we need to regain control of our address. In this case we will use Coin98 wallet, as it can be restored by private key and is more convenient for demonstrating the process.&lt;/p&gt;
  &lt;ul id=&quot;f1Ez&quot;&gt;
    &lt;li id=&quot;utZy&quot;&gt;In the app, select the desired $ETH coin and click ‘Restore’&lt;/li&gt;
    &lt;li id=&quot;doYP&quot;&gt;Enter your private key in the &lt;strong&gt;Private Key&lt;/strong&gt; field and connect&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;JcA8&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://telegra.ph/file/f9c6f59951ae34ce16cf7.png&quot; width=&quot;1339&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;6og8&quot;&gt;
    &lt;li id=&quot;uicN&quot;&gt;Check the address. The wallet is ours, access is restored.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;iPg8&quot;&gt;&lt;strong&gt;You can recover any private keys of your coins in all blockchains from a seed phrase using this method&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;rxcI&quot;&gt;&lt;strong&gt;This article was prepared for the readers of &lt;a href=&quot;https://t.me/cryptperry&quot; target=&quot;_blank&quot;&gt;https://t.me/cryptperry&lt;/a&gt; and our friends&lt;/strong&gt;&lt;/p&gt;

</content></entry><entry><id>cryptoperry:Privatekey-from-seed</id><link rel="alternate" type="text/html" href="https://teletype.in/@cryptoperry/Privatekey-from-seed?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=cryptoperry"></link><title>Как получить доступ к приватным ключам из seed-фразы</title><published>2022-10-08T15:04:49.073Z</published><updated>2022-10-08T15:32:07.811Z</updated><summary type="html">&lt;img src=&quot;https://img1.teletype.in/files/88/d9/88d97917-30b8-49ca-9864-60fe908c3f3b.png&quot;&gt;В последнее время, криптопользователи из России и других стран сталкиваются с различными видами проблем на централизованных площадках и вынуждены переходить на некастодиальные кошельки (Ledger, Trezor, Trust Wallet, SafePall и т.д.). Большинство выбирают наиболее простые решения, использование программных кошельков завёрнутых в оболочку мобильных приложений (Trust Wallet, Exodus, SafePall)

- Но что делать, если приложения начнут блокировать и возможно ли это? 

Начнем с того, что любой некастодиальный кошелек - это все лишь коннектор вас и блокчейна (не более), так называемое связующее звено, облегчающее жизнь. А безопасность всех ваших средств гарантирована технологией блокчейн, а не какими-либо договорами, санкциями или резолюциями ООН. </summary><content type="html">
  &lt;p id=&quot;oYBb&quot;&gt;В последнее время, криптопользователи из России и других стран сталкиваются с различными видами проблем на централизованных площадках и вынуждены переходить на некастодиальные кошельки (Ledger, Trezor, Trust Wallet, SafePall и т.д.). Большинство выбирают наиболее простые решения, использование программных кошельков завёрнутых в оболочку мобильных приложений (Trust Wallet, Exodus, SafePall)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;- Но что делать, если приложения начнут блокировать и возможно ли это? &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Начнем с того, что любой некастодиальный кошелек - это все лишь коннектор вас и блокчейна (не более), так называемое связующее звено, облегчающее жизнь. А безопасность всех ваших средств гарантирована технологией блокчейн, а не какими-либо договорами, санкциями или резолюциями ООН. &lt;/p&gt;
  &lt;p id=&quot;7KoC&quot;&gt;Так же эта статья будет актуальна для тех, кто потерял физический доступ к гаджету или к приложению, но сохранил свою seed-фразу&lt;br /&gt;&lt;br /&gt;Разберемся с этим вопросом в данной статье.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Это важно понимать:&lt;/strong&gt;&lt;/p&gt;
  &lt;ul id=&quot;Km7p&quot;&gt;
    &lt;li id=&quot;ZH56&quot;&gt;&lt;strong&gt;Главный &amp;quot;ключ&amp;quot; от вашего криптокошелька - это приватный ключ (private key)&lt;/strong&gt;. Но в мультивалютных некастодиальных решениях, чаще всего пользователям выдают seed-фразу (mnemonic) состоящую из 12, 18 или 24 слов. &lt;/li&gt;
    &lt;li id=&quot;RjZo&quot;&gt;&lt;strong&gt;Seed-фраза содержит в себе все приватные ключи от всех адресов, которые были сгенерированы в кошельке&lt;/strong&gt;, и дает к ним полный контроль.&lt;br /&gt;Приватный ключ - дает доступ только к конкретному адресу блокчейна&lt;/li&gt;
    &lt;li id=&quot;ldPt&quot;&gt;&lt;strong&gt;Сгенерированные Вашим кошельком слова в seed-фразе, не являются случайными&lt;/strong&gt;. Они взяты из определенного набора из 2048 слов, известного как &lt;strong&gt;&amp;quot;список слов BIP39&amp;quot;&lt;/strong&gt;&lt;/li&gt;
  &lt;/ul&gt;
  &lt;blockquote id=&quot;HHsL&quot;&gt;Все слова из списка BIP39 можно посмотреть на &lt;a href=&quot;https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;GITHUB&lt;/strong&gt;&lt;/a&gt;&lt;/blockquote&gt;
  &lt;ul id=&quot;nYUs&quot;&gt;
    &lt;li id=&quot;e6lq&quot;&gt;&lt;strong&gt;Сама seed-фраза не дает полного представления о кошельке и его содержимом&lt;/strong&gt;. Существует криптографическая процедура, которая называется «иерархически детерминированный кошелёк». Она переводит seed-фразу в Мастер-ключ, из которого все остальные ключи развёртываются в «детерминистическом» порядке. Так как seed-фраза является математически генерируемой детерминированной последовательностью (см. рисунок ниже), то он работает независимо от типа кошелька. Ключевая фраза (seed) и Мастер-ключ стандартизированы одинаково и единственная проблема состоит в том, что существует два широко применяемых алгоритма восстановления ключей и адреса кошелька, они называются &lt;strong&gt;BIP32 &lt;/strong&gt;и &lt;strong&gt;BIP44&lt;/strong&gt;, реже BIP49, BIP84, BIP141.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;NynB&quot; class=&quot;m_retina&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/88/d9/88d97917-30b8-49ca-9864-60fe908c3f3b.png&quot; width=&quot;673&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;DwqK&quot;&gt;
    &lt;li id=&quot;uzUq&quot;&gt;Если seed-фраза была создана, используя кошелек с поддержкой стандарта BIP44, то при попытке восстановления его при помощи кошелька с BIP32, будет открыт пустой кошелёк. Поэтому важно знать, какой кошелек подходит для восстановления из вашей seed-фразы.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;blockquote id=&quot;Z4w4&quot;&gt;Поддерживают алгоритм BIP44 (Ledger, Trezor, Trust Wallet, Exodus, MultiBit)&lt;br /&gt;Поддерживают алгоритм BIP32 (Electrum, MultiBit)&lt;/blockquote&gt;
  &lt;p id=&quot;LCse&quot;&gt;&lt;/p&gt;
  &lt;p id=&quot;gwGn&quot;&gt;Для обычного пользователя, это все может показаться &amp;quot;темным лесом&amp;quot;, но не все так страшно, как кажется.&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Так что же все-таки делать, если по каким-то причинам, нет доступа к Вашему кошельку?&lt;/strong&gt;&lt;/p&gt;
  &lt;ol id=&quot;oo2P&quot;&gt;
    &lt;li id=&quot;BtOw&quot;&gt;Вы можете &lt;strong&gt;ввести свою seed-фразу, в любой другой некастодиальный кошелек&lt;/strong&gt;, но для этого нужно будет убедиться в совместимости алгоритмов восстановления ключей.&lt;/li&gt;
    &lt;li id=&quot;zZWN&quot;&gt;Можно &lt;strong&gt;вытянуть из seed-фразы приватные ключи конкретных кошельков&lt;/strong&gt; и с их помощью получить доступ через официальный кошелек конкретной монеты или через другие популярные приложения. Этот вариант особенно важен при условии, что второй мультивалютный кошелек не поддерживает все монеты первого&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p id=&quot;xx2H&quot;&gt;&lt;strong&gt;Разберем 2 пункт подробнее&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;5dKy&quot;&gt;Для получения приватных ключей из мнемоник, воспользуемся инструментом Яна Коулмана, который имеет открытый исходный код.&lt;/p&gt;
  &lt;p id=&quot;cOwl&quot;&gt;Мы лично протестировали этот метод, восстановив доступ к кошелькам ETH и ATOM&lt;/p&gt;
  &lt;p id=&quot;wNsw&quot;&gt;&lt;em&gt;Задача.&lt;br /&gt;Имеем:&lt;br /&gt;$ETH на TrustWallet, доступ к кошельку потерян, seed-фраза имеется.&lt;/em&gt;&lt;/p&gt;
  &lt;figure id=&quot;ce9P&quot; class=&quot;m_retina&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/02/d3/02d3f724-8065-4d9a-b9cf-9a9e60ab5824.png&quot; width=&quot;906&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;rvjB&quot;&gt;&lt;em&gt;Требуется:&lt;br /&gt;восстановить контроль над средствами.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;❗️&lt;strong&gt;Вы берете на себя полную ответственность за сохранность ваших активов, продолжая следовать инструкции. Дальнейшие операции будут проходить с Вашей мнемонической (seed) фразой. &lt;br /&gt;&lt;br /&gt;Отдельно отметим, чтоб вы ни в коем случае не делились вашей seed фразой с третьими лицами&lt;/strong&gt;&lt;/p&gt;
  &lt;ul id=&quot;I6sr&quot;&gt;
    &lt;li id=&quot;AgOE&quot;&gt;Сохраняем на ПК последний релиз BIP39 c GITHUB (&lt;a href=&quot;https://github.com/iancoleman/bip39/releases/&quot; target=&quot;_blank&quot;&gt;https://github.com/iancoleman/bip39/releases/&lt;/a&gt;)&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;3bht&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/73/70/7370c950-8327-4f82-8a81-9e0179406683.png&quot; width=&quot;2558&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;rg0R&quot;&gt;
    &lt;li id=&quot;OC9X&quot;&gt;Для обеспечения безопасности вашей seed-фразы рекомендуем отключить ПК от сетей LAN, Wi-Fi, Bluetooth. Использовать ПК который больше никогда не будет подключен к сети или сразу же после восстановления приватного ключа, на нем будет переустановлена ОС&lt;/li&gt;
    &lt;li id=&quot;f03o&quot;&gt;Открываем скачаный релиз &lt;strong&gt;bip39-standalone.html, &lt;/strong&gt;в поле &lt;strong&gt;BIP39 Mnemonic &lt;/strong&gt;вводите свою seed-фразу&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;DVQr&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/9c/77/9c77b386-f3f0-477c-9fd4-c730045686ba.png&quot; width=&quot;2544&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;8sHT&quot;&gt;
    &lt;li id=&quot;I8Hf&quot;&gt;В поле &lt;strong&gt;Coin &lt;/strong&gt;выбираете нужную монету, в нашем случае $ETH&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;vkc0&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/d3/88/d3883bae-8501-42bb-a303-53beace32492.png&quot; width=&quot;2544&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;g9EU&quot;&gt;
    &lt;li id=&quot;jXT8&quot;&gt;В разделе &lt;strong&gt;Derived Addresses&lt;/strong&gt; находим наш адрес кошелька и его приватный ключ. Обычно нужный адрес стоит в первой строке, но можно воспользоваться поиском через Ctrl+F.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;HPSE&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/7c/d8/7cd8ca1f-c4a4-48a4-8886-9e45719e0482.png&quot; width=&quot;2556&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;lxyH&quot;&gt;
    &lt;li id=&quot;CI4Z&quot;&gt;Может быть такое, что на странице нет Вашего адреса. Нужно подняться выше, в раздел &lt;strong&gt;Derivation Path&lt;/strong&gt; и перебирая вкладки стандартов BIP, найти тот алгоритм где будет нужный кошелек.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;3GD9&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/bd/75/bd750996-e3c0-4c50-9ddf-c074fcf93c45.png&quot; width=&quot;2544&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;oCKo&quot;&gt;Чтобы убедиться, что все работает, нам нужно вернуть контроль над своим адресом. Мы в этом случае воспользуемся кошельком Coin98, т.к. в нем можно восстанавливать по приватному ключу и более удобен для демонстрации процесса.&lt;/p&gt;
  &lt;ul id=&quot;eMea&quot;&gt;
    &lt;li id=&quot;iwgH&quot;&gt;В приложении выбираем нужную монету $ETH и &amp;quot;Восстановить&amp;quot;&lt;/li&gt;
    &lt;li id=&quot;jevC&quot;&gt;Вводим наш приватный ключ в поле &lt;strong&gt;Private Key &lt;/strong&gt;и подключаемся&lt;/li&gt;
  &lt;/ul&gt;
  &lt;figure id=&quot;DLnp&quot; class=&quot;m_retina&quot;&gt;
    &lt;img src=&quot;https://img4.teletype.in/files/bf/bd/bfbd6f9b-19d4-46ce-930a-a9718555cb8e.png&quot; width=&quot;802&quot; /&gt;
  &lt;/figure&gt;
  &lt;ul id=&quot;a2GV&quot;&gt;
    &lt;li id=&quot;JdCv&quot;&gt;Проверяем адрес. Кошелек наш, доступ восстановлен.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p id=&quot;WipY&quot;&gt;&lt;strong&gt;Данным способом можно восстанавливать любые приватные ключи Ваших монет во всех блокчейнах из seed-фразы&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;xZYQ&quot;&gt;&lt;br /&gt;&lt;strong&gt;Статья подготовлена для читателей &lt;a href=&quot;https://t.me/cryptoperry&quot; target=&quot;_blank&quot;&gt;https://t.me/cryptoperry&lt;/a&gt; и наших друзей&lt;/strong&gt;&lt;/p&gt;

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