<?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>Sasan</title><generator>teletype.in</generator><description><![CDATA[Crypto enthusiast]]></description><link>https://teletype.in/@sasannaderi?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=sasannaderi</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/sasannaderi?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/sasannaderi?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Wed, 15 Apr 2026 22:04:05 GMT</pubDate><lastBuildDate>Wed, 15 Apr 2026 22:04:05 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@sasannaderi/crypto</guid><link>https://teletype.in/@sasannaderi/crypto?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=sasannaderi</link><comments>https://teletype.in/@sasannaderi/crypto?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=sasannaderi#comments</comments><dc:creator>sasannaderi</dc:creator><title>How I Find Keys to Cryptocurrency Wallets with Balance</title><pubDate>Wed, 05 Jul 2023 16:27:35 GMT</pubDate><media:content medium="image" url="https://img2.teletype.in/files/1c/09/1c09b666-25cd-4e1c-9440-6a7c08a0889f.png"></media:content><description><![CDATA[<img src="https://telegra.ph/file/88f4e34413d98a680be88.png"></img>People often forget about security and publicly post data that should not be shared. This also applies to credentials for recovery of cryptocurrency wallets: private keys and mnemonic seeds.]]></description><content:encoded><![CDATA[
  <p id="H2GL">People often forget about security and publicly post data that should not be shared. This also applies to credentials for recovery of cryptocurrency wallets: private keys and mnemonic seeds.</p>
  <p id="vgc7">About two years ago, I came up with an idea to create a program that could automatically scrape such data on the Internet, automatically check the balance of wallets and insert everything in a readable table. A month later I did it…</p>
  <p id="Jl1v">Below I will attach all the proofs, tell you how the program works, and why I decided to share it.</p>
  <p id="NFET"><strong>Disclaimer No. 1</strong></p>
  <blockquote id="KuZu">There are many programs on the Internet that allegedly do something similar by creating, or guessing, private keys. This is bullshit: to randomly guess a private key with balance, even with a very powerful computer, you will need about 250 years. We are only looking for those private keys that people have foolishly posted themselves. <strong>This is not another shitty mnemonic generator, it&#x27;s a professional scraper.</strong></blockquote>
  <p id="MfDy"><strong>Disclaimer No. 2</strong></p>
  <blockquote id="MrST">We leave all ethical issues aside.</blockquote>
  <h3 id="Proofs"></h3>
  <h2 id="ahnJ">Proofs</h2>
  <p id="ZLL0">Good for me that I screenshot everything, and I can show what the program looked like when I discovered some wallets with balance.</p>
  <h3 id="GS1C"></h3>
  <h3 id="j4x9"><strong>Case 1</strong></h3>
  <p id="A8it">One of the big wins. This is also a good example of how multifunctional the program is. At the beginning of November, I decided to implement scraping not only from text, but also from images. The program finds keywords in the text of images and analyzes them according to a template. And…</p>
  <figure id="6pmM" class="m_original">
    <img src="https://telegra.ph/file/88f4e34413d98a680be88.png" width="700" />
    <figcaption>That’s what it looked like in the program. Note BIP49 BTC balance.</figcaption>
  </figure>
  <p id="mNXo">I followed the link with the leaked seed phrase <a href="https://www.ellipal.com/blogs/support/set-up-cold-wallet" target="_blank">https://www.ellipal.com/blogs/support/set-up-cold-wallet</a> and saw that someone used a sample as a wallet for storing 0.48 BTC (!!!)</p>
  <p id="7NcL">Here are the wallet transactions on blockchain: <a href="https://www.blockchain.com/btc/address/3GDqeB46Ng9u2WubVB3DEFXNWpZAm1a5HK" target="_blank">https://www.blockchain.com/btc/address/3GDqeB46Ng9u2WubVB3DEFXNWpZAm1a5HK</a></p>
  <figure id="cMYc" class="m_original">
    <img src="https://telegra.ph/file/aecd57d6413b90b11d419.png" width="700" />
  </figure>
  <p id="Q0Xd">I recovered the wallet in Ellipal app and transferred bitcoins to myself.</p>
  <figure id="nh4a" class="m_original">
    <img src="https://telegra.ph/file/94161288aa7866afd6845.png" width="700" />
  </figure>
  <p id="NKoQ">I also found there 178 Polkadot coins which was nice…</p>
  <blockquote id="WnEx">You can (and should) recover the wallet using the discovered mnemonic seeds in Ellipal app and check everything yourself.</blockquote>
  <figure id="0uQG" class="m_original">
    <img src="https://telegra.ph/file/4d41fbffa97bf3735e88b.png" width="700" />
    <figcaption>This is my wallet in Trust Wallet app, where I transferred the funds.</figcaption>
  </figure>
  <h3 id="kiLw"></h3>
  <h3 id="RyjC"><strong>Case 2</strong></h3>
  <p id="5jUN">Someone leaked their mnemonic seeds to a wallet with balance on the forum.</p>
  <figure id="6lFM" class="m_original">
    <img src="https://telegra.ph/file/38e2e41c57226357c6dfd.png" width="700" />
    <figcaption>This is what it looked like in the program. A little of bitcoins…</figcaption>
  </figure>
  <p id="G7K9">I followed the link https://bitcoin.stackexchange.com/questions/110571/account-extended-public-key-from-mnemonic and saw that someone leaked their mainnet mnemonic seeds. Ok…</p>
  <figure id="0IXz" class="m_original">
    <img src="https://telegra.ph/file/3d195f738ec43442a3bb5.png" width="700" />
  </figure>
  <p id="wF6k">So I recovered the wallet in Electrum and transferred the funds to myself. Here are the wallet transactions on blockchain: <a href="https://www.blockchain.com/btc/address/bc1qxj3macvwh6z6tfgc2npeh0t46l3g49d80dh0es" target="_blank">https://www.blockchain.com/btc/address/bc1qxj3macvwh6z6tfgc2npeh0t46l3g49d80dh0es</a></p>
  <figure id="PflU" class="m_original">
    <img src="https://telegra.ph/file/6a915bea402b9ff7db888.png" width="700" />
    <figcaption>Incoming transaction on Thursday.</figcaption>
  </figure>
  <figure id="ZFs9" class="m_original">
    <img src="https://telegra.ph/file/5114d5f3f20941af410db.png" width="700" />
    <figcaption>This is my wallet in Cake Wallet app, where I transferred the funds.</figcaption>
  </figure>
  <blockquote id="tBS9">Again, recover the discovered wallet yourself and check out the transactions yourself.</blockquote>
  <h3 id="B1sd"></h3>
  <h3 id="KY4G"><strong>Case 3</strong></h3>
  <p id="0Y25">One of recent examples. Someone published metamask password on the website: <a href="https://www.roch.by/page29862824.html" target="_blank">https://www.roch.by/page29862824.html</a></p>
  <figure id="wuSO" class="m_original">
    <img src="https://telegra.ph/file/e225db408f25cc9a600e7.png" width="1294" />
  </figure>
  <p id="05DC">So, I transferred 0.216 ETH (Arbiscan network) to my wallet: <a href="https://arbiscan.io/tx/0xa810b7035da8b0a87093e64502d180f6ab3668cd5c3934382febb79435454645" target="_blank">https://arbiscan.io/tx/0xa810b7035da8b0a87093e64502d180f6ab3668cd5c3934382febb79435454645</a></p>
  <p id="ebap">You can open the leaked wallet with the seed phrase and check the transaction yourself.</p>
  <h3 id="How-the-program-works"></h3>
  <h3 id="ce2X"><strong>How the program works</strong></h3>
  <p id="gUvU">I don’t want to go into technical details too much: someone skilled enough for this will simply copy the program. In short, the bottom line is that the program googles and scrapes certain websites for everything that resembles mnemonic seeds and private keys:</p>
  <p id="nGHI">- phrases in English from the bip39 dictionary with a length of 12 and 24 words,</p>
  <p id="7CFa">- combinations of characters that start with 0x 64 characters long,</p>
  <p id="5DUE">- WIF private keys,</p>
  <p id="H9pt">- etc.</p>
  <p id="9wa0">After that, the program processes the data:</p>
  <p id="MDpQ">1. “Converts” mnemonic seeds and private keys into wallet addresses.</p>
  <p id="C9Dw">2. Checks the balance of wallets.</p>
  <p id="zIFC">3. Summarizes the data in a table.</p>
  <p id="CYjQ">All I have to do is to check out the table from time to time, open wallets with a balance (in Trust Wallet, Metamask, Cake Wallet, Electrum or Ellipal) and transfer coins to myself.</p>
  <p id="6i2E">You could try search seed phrases and private keys manually, but you won’t succeed: there are thousands published mnemonic seeds without balance and to find those with balances you would need a team of at least 1,000 people to check all the required websites 24/7.</p>
  <h3 id="Pricing"></h3>
  <h3 id="uIXD">Pricing</h3>
  <p id="72Cr">The program with detailed instructions costs 0.04 BTC. Based on my experience, it will pay off within the first week. I will sell a limited number of program copies for a limited period of time.</p>
  <h3 id="What-you-get:"></h3>
  <h3 id="1dp5">What you get:</h3>
  <p id="xwP9">1. The program</p>
  <p id="eMN6">2. Installation instructions</p>
  <p id="T6Yk">3. Instructions for use</p>
  <p id="yR9X">4. Instructions for hiding traces in the blockchain. Roughly speaking: if you simply transfer bitcoins or ether from someone else’s wallet to your own, and then withdraw these to fiat, you can easily be tracked and caught.</p>
  <p id="Uw5H">5. Instructions for safe withdrawal of cryptocurrencies to bank accounts: so that the banks and the tax services are not too curious.</p>
  <h3 id="How-to-buy"></h3>
  <h3 id="3k7D">How to buy</h3>
  <p id="fUHf">I am very worried about security, so the purchase procedure is aimed at my maximum privacy and is not discussed.</p>
  <ol id="RJLw">
    <li id="uM1w">Email me at alt.hq-4ode9yt0@yopmail.com stating you&#x27;re going to buy the program.</li>
    <li id="DiGw">Pay 0.04 BTC to my Bitcoin wallet bc1qwdyx5m6vwyqgnycexfp7aga7wtu6f2gw5sqaax (this is the wallet where I transferred the funds from Case #1).</li>
    <li id="qUdf">After payment I send the program and instructions to your email. If you are going to have any questions during the setup of the program, I will help.</li>
  </ol>
  <p id="tp4N"><strong>Please note: I only accept payment for the program to wallet addresses indicated in the case examples set out above. If someone offers you to pay to another wallet, this person does not own my program.</strong></p>

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