<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Leo Ariel</title>
        <link>https://paragraph.com/@leoariel</link>
        <description>undefined</description>
        <lastBuildDate>Fri, 05 Jun 2026 01:20:26 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Leo Ariel</title>
            <url>https://storage.googleapis.com/papyrus_images/fdf6529863e334d7626662fa7ed37a629f7621938bae8995fa1d19500a604210.jpg</url>
            <link>https://paragraph.com/@leoariel</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What is the ROI of Bitcoin Mining in 2022?]]></title>
            <link>https://paragraph.com/@leoariel/what-is-the-roi-of-bitcoin-mining-in-2022</link>
            <guid>6Pqn9o4CavgDq9vnkyJk</guid>
            <pubDate>Thu, 05 May 2022 19:48:42 GMT</pubDate>
            <description><![CDATA[What is Bitcoin Mining?The purpose of bitcoin mining is to approve transactions by adding them to the blockchain. At its core, Bitcoin mining is a guessing game. Here is a simplified version. You tell a friend: Guess a number between 1 and 10.They guess 7They were rightThey get a prizeWhen you mine Bitcoin..You have to guess a very LARGE numberThe prize is 6.25 Bitcoin (~$250k)This large number can vary. But it is on the order of many many zeroes. Note: Bitcoin has an auto difficulty adjuster...]]></description>
            <content:encoded><![CDATA[<h2 id="h-what-is-bitcoin-mining" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is Bitcoin Mining?</h2><p>The purpose of bitcoin mining is to approve transactions by adding them to the blockchain.</p><p>At its core, Bitcoin mining is a guessing game. Here is a simplified version.</p><p>You tell a friend: <em>Guess a number between 1 and 10</em>.</p><ul><li><p>They guess 7</p></li><li><p>They were right</p></li><li><p>They get a prize</p></li></ul><p>When you mine Bitcoin..</p><ul><li><p>You have to guess a very LARGE number</p></li><li><p>The prize is 6.25 Bitcoin (~$250k)</p></li></ul><p>This large number can vary. But it is on the order of many many zeroes.</p><p><em>Note: Bitcoin has an auto difficulty adjuster. If numbers are guessed too quickly, the puzzle automatically increases in difficulty (ie. more numbers to guess). The converse is also true.</em></p><p>Fundamentally, it’s a compute-power game. The more compute power you have, the faster you guess the right number, and the more likely you are to win the prize.</p><p>Compute power increases linearly with input size. Here is a piece of code that shows this relationship. All it does is iterate through numbers.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/64d22f45c978b44a4f1e9cd963a8169b666f0272e2a640dda64296a8cbdc42c5.png" alt="Compute Time as a Function of Input Size" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Compute Time as a Function of Input Size</figcaption></figure><ul><li><p>10 Numbers - 42 nanoseconds</p></li><li><p>100 Numbers - 708 nanoseconds</p></li><li><p>1000 Numbers - 6375 nanoseconds</p></li><li><p>1,000,000 Numbers - 0.006 seconds</p></li><li><p>1,000,000,000 Numbers - 3.6 seconds</p></li><li><p>10,000,000,000 Numbers - 36.5 seconds</p></li></ul><p>As numbers get very large, it quickly overwhelms your computer.</p><h2 id="h-how-to-mine-bitcoin" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How to Mine Bitcoin?</h2><p>You want to use specialized equipment to mine Bitcoin, ie. Application-Specific Integrated Circuits (ASICs) that are designed to mine Bitcoin. ASICs are far more efficient than general-purpose CPUs (ie. your laptop).</p><p>To illustrate the difference, compare the two hash rates:</p><ul><li><p>General-purpose CPU (Mac): 1200H/s [*]</p></li><li><p>ASIC: 110TH/s</p></li></ul><p>A terahash (TH) is 1 trillion hashes. A laptop computes on the order of 10^3 hashes per second, while an ASIC computes at 10^14 hashes per second. That’s an 11 order of magnitude difference, meaning you’d need 100 billion laptops to match 1 ASIC. Laptops simply cannot compete.</p><p><em>Note: The hash rate is simply the speed at which you mine Bitcoin.</em></p><h2 id="h-cost-breakdown" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Cost Breakdown</h2><p>You can buy a Bitcoin miner on Amazon. These can range anywhere from $1k to $20k.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1974a00d9ef03c9be2b909c7e738734f5d447190dd80d47c7dbb2ab1e7a74128.png" alt="Bitcoin Miners on Amazon" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Bitcoin Miners on Amazon</figcaption></figure><p>When buying a miner, you should consider these factors:</p><ul><li><p>Hashrate (TH/s)</p></li><li><p>Electricity Consumption (kWh)</p></li><li><p>Cost of Electricity in your Area (Price / kWH)</p></li></ul><p>Hash rate is how fast you can guess numbers. Electricity Consumption is how much electricity the machine uses. Electricity prices are location-dependent. Rural areas generally have cheaper electricity than urban areas. North Dakota is ranked #1 in the US.</p><p>You also have to consider these factors:</p><ul><li><p>Bitcoin Price</p></li><li><p>Network Hash Rate</p></li></ul><p>These fluctuate over time. So you’ll have to make assumptions. For this reasons your calculations will vary.</p><p>Here is a calculation I did back in January 2022. The assumptions I made:</p><ul><li><p>$46k Price of Bitcoin</p></li><li><p>138M TH/s Network Hash Rate</p></li><li><p>Ithaca, NY</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0ffce58883efcfefbfcaa433b128225b0b2622919586a875cbf38d20fcaabec4.png" alt="My Cost-Benefit Analysis of Bitcoin Mining in Jan 2022" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">My Cost-Benefit Analysis of Bitcoin Mining in Jan 2022</figcaption></figure><p><em>Note: As of May 2022, the price of Bitcoin is $39k and network hash rate is 223M TH/s.</em></p><h2 id="h-mining-pools" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Mining Pools</h2><p>Bitcoin mining is a winner-takes-all game. People have realized this, so they created mining pools, to distribute the rewards more evenly.</p><p>A mining pool is when people pool together CPU power. When one person wins, they distribute the reward to everyone in the pool.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ffeee65a8a132b6ad858ab04aa74f70999e64e82ebc1ae0c33f334725996b382.png" alt="Largest Mining Pools in Mar 2022 [\*]" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Largest Mining Pools in Mar 2022 [\*]</figcaption></figure><p>The top 4 China-based mining pools (F2Pool, AntPool, ViaBTC, and Poolin) account for over 50% of new blocks [<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.buybitcoinworldwide.com/mining/pools/">*</a>].</p><p>Joining a mining pool is free, but they come with fees. Here are some example rates:</p><ul><li><p>4% - F2Pool</p></li><li><p>2% - SlushPool</p></li></ul><h2 id="h-other-factors-to-consider" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Other Factors To Consider</h2><p>Besides cost, there are other factors to consider.</p><ul><li><p>Heat</p></li><li><p>Noise</p></li></ul><p>You probably don’t want to mine Bitcoin inside your home. They are LOUD. Here is what they sound like:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/shorts/23l3gxuYLyA">https://www.youtube.com/shorts/23l3gxuYLyA</a></p><p>Video: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/shorts/23l3gxuYLyA">Link</a></p><p>You want to make sure your landlord is okay with you using a LOT of electricity. Failure to disclose may result in upset landlords.</p><hr><p>I hope this helps. Let me know what you think. Will you be mining Bitcoin? Send me an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mailto:leoariel440@gmail.com">email</a>.</p>]]></content:encoded>
            <author>leoariel@newsletter.paragraph.com (Leo Ariel)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c4fbad70f9fd808cf66f3be0a77094efac296e39f2306d0e893797862f91eb06.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[5 Steps to Launch an NFT Collection]]></title>
            <link>https://paragraph.com/@leoariel/5-steps-to-launch-an-nft-collection</link>
            <guid>Lwc8tvU77or2DxmNXnVa</guid>
            <pubDate>Fri, 29 Apr 2022 00:13:13 GMT</pubDate>
            <description><![CDATA[NFT projects are all the hype, but how do you actually launch one? In this article I will walk you through the process of making an NFT project, from start to finish. I will use the Doodles collection as a case study.Step 1: Image GenerationThe first step is to assemble your images. You can either create them yourself or work with an artist. First create parts, then use an image generation script to form 1000s of combinations of them. Here is an example of such a script. You can also write yo...]]></description>
            <content:encoded><![CDATA[<p>NFT projects are all the hype, but how do you actually launch one? In this article I will walk you through the process of making an NFT project, from start to finish. I will use the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://doodles.app">Doodles</a> collection as a case study.</p><h2 id="h-step-1-image-generation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Step 1: Image Generation</h2><p>The first step is to assemble your images. You can either create them yourself or work with an artist. First create parts, then use an image generation script to form 1000s of combinations of them.</p><p>Here is an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/HashLips/hashlips_art_engine">example</a> of such a script. You can also write your own.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/17d56a92103efb3ded4baedf101b0f81e1f8ca7b8d6bb5e9fc7f593b46a7c28a.png" alt="Doodles Collection" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Doodles Collection</figcaption></figure><h2 id="h-step-2-storage" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Step 2: Storage</h2><p>The next step is to store your images. You can either use cloud storage (eg. Amazon S3) or a fully-distributed database (eg. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ipfs.io/">IPFS</a>). If you use IPFS, I recommend using <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://pinata.cloud">Pinata</a> as your management tool.</p><h2 id="h-step-3-smart-contract" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Step 3: Smart Contract</h2><p>You need to set up a smart contract. A smart contract defines the rules of buying, selling, and transferring NFTs. Fortunately, you don’t have to do this from scratch. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://erc721.org/">ERC-721</a> is a standard template that you can use.</p><p>You can find smart contracts on sites like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/">Etherscan</a>. Here’s Doodles: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0x8a90cab2b38dba80c64b7734e58ee1db38b8992e#code">Link</a>.</p><h2 id="h-step-4-website" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Step 4: Website</h2><p>Set up a website for your project. The website is where people can go and see your project.</p><p><strong>Sections you can include:</strong></p><ul><li><p>Story</p></li><li><p>Description</p></li><li><p>Perks</p></li><li><p>Roadmap</p></li><li><p>About</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/93d6e92dd8a75cb598721a8d5793fd56a6d761eb31ad6fcb5bd45f33789efeef.png" alt="Doodles Website" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Doodles Website</figcaption></figure><h2 id="h-step-5-mint-page" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Step 5: Mint Page</h2><p>Minting an NFT makes it official. Unfortunately, minting comes with a transaction fee. If you want don’t to pay it, you can have your fans mint your NFTs for you.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8cf50c5e38428e8f0d726da38a6f0ae32ef95a9af3c11f8981359f512435b961.png" alt="Doodles Mint Page" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Doodles Mint Page</figcaption></figure><h2 id="h-preparing-for-launch" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Preparing for Launch</h2><h3 id="h-social-media" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Social Media</h3><p>Building up a following on social media. Twitter is the most popular platform for NFT discussions.</p><h3 id="h-community" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Community</h3><p>Start a community. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/">Discord</a> is the go-to app. A strong community makes for a successful launch.</p><h2 id="h-launch" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Launch 🚀</h2><p>Now it’s time to tell the world! Set a date for the mint to begin, and you’re off to the races!</p><p>If you found this article helpful, please share it with others. As always, you can find me on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.twitter.com/lxoariel">Twitter</a>.</p>]]></content:encoded>
            <author>leoariel@newsletter.paragraph.com (Leo Ariel)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/637f56311eea40fead387966eb19f4eca347112343c2372291ac8455d369ef0a.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Why NFTs are Valuable]]></title>
            <link>https://paragraph.com/@leoariel/why-nfts-are-valuable</link>
            <guid>idv2olhmsMHJqB2SedOX</guid>
            <pubDate>Fri, 22 Apr 2022 05:12:08 GMT</pubDate>
            <description><![CDATA[You have valid reasons for thinking NFTs are a scam. You see more NFT scams than grains of sand on a beach. Pump and dumps, rug pulls, wallet hacks.. But, these things have everything to do with human psychology, and nothing to do with NFTs. All an NFT is, is a unique item. They don’t have to be financial assets, though they can be. People don’t understand why NFTs are so valuable because they don’t understand what they’re used for. So, in this article I will tell you the 3 most popular use c...]]></description>
            <content:encoded><![CDATA[<p>You have valid reasons for thinking NFTs are a scam. You see more NFT scams than grains of sand on a beach. Pump and dumps, rug pulls, wallet hacks..</p><p>But, these things have <em>everything</em> to do with human psychology, and <em>nothing</em> to do with NFTs.</p><p>All an NFT is, is a unique item. They don’t have to be financial assets, though they can be.</p><p>People don’t understand why NFTs are so valuable because they don’t understand what they’re used for. So, in this article I will tell you the 3 most popular use cases of NFTs.</p><h2 id="h-1-art" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. Art</h2><p>If you visit an NFT marketplace (eg. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://opensea.io/">OpenSea</a>), you will quickly find thousands of art pieces that are available for sale.</p><p>Art is valuable because otherwise why would people buy it? Not all art is valuable, of course. Most artworks get sold for $0. This is true for physical art. This is true for NFT art. The price of art can range from worthless to astronomically valuable. Last year, the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.nytimes.com/2017/12/06/world/middleeast/salvator-mundi-da-vinci-saudi-prince-bader.html">Salvador Mundi</a> was sold for $450M to the crown prince of Saudi Arabia. In the NFT space Beeple sold his <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://onlineonly.christies.com/s/beeple-first-5000-days/lots/2020">Everydays</a> for $69M at the Christie’s auction house.</p><p>Saying “NFTs aren’t valuable” is like saying “Art isn’t valuable”. It’s just not true.</p><h2 id="h-2-tickets" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. Tickets</h2><p>When we buy tickets for a movie, we get access to the movie. When we buy tickets for a flight, we get access to the flight. Tickets are a way to trade cash for access.</p><p>You can make tickets as an NFT. All you have to do is mint it on a blockchain.</p><p>In fact, most NFT projects are <em>already</em> de-facto tickets.</p><p>I’ll give you an example. Last month, I went down to SXSW in Austin. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://doodles.app/">Doodles</a>, an NFT project, had a physical booth there. Here is a look at the inside.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be04e924ab6e25fd8dcaea381c62aba553ad8018bfb0fb69ad2dd5d9d63168be.png" alt="Inside the Doodles Booth" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Inside the Doodles Booth</figcaption></figure><p>I was allowed in. But, if you had a Doodles NFT, then you were eligible to receive an additional special perk. Now, I didn’t have a Doodles NFT, so I didn’t know what that perk was.</p><p>But, the Doodles booth shows two things: (1) it’s possible to use an NFT as a ticket (2) it’s already being done.</p><h2 id="h-3-credentials" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3. Credentials</h2><p>Let’s say you take a course or training. You probably want some proof that you completed it. Otherwise anyone can say they took it.</p><p>Certificates of completion can be minted as NFTs, as can resumes and badges. The difference between NFTs and a regular old PDF is that an NFT is on the blockchain - a transparent, distributed database - for everyone to see. It’s public. All transactions are timestamped. So you can’t fake it or remove a credential. This builds trust. The person who’s reading your credential knows that it’s valid.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.synthesis.is/">Synthesis School</a> plans to distribute micro-credentials as NFTs. These credentials can be anything from &quot;Building a Compiler” to getting an endorsement from a well-known person at a particular point in time. Students use these NFTs can show off their skills at <em>a more granular level</em> than is currently available.</p><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h2><p>NFTs are not just silly avatars that you can buy and sell on the internet. They are pieces of art, tickets of access, and proofs of transactions. These things are part and parcel of a functioning society. So expect to see them everywhere.</p><p>Thanks for reading.</p>]]></content:encoded>
            <author>leoariel@newsletter.paragraph.com (Leo Ariel)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/383e8e737f14f5c9406b65bb2e63f2a057c580053d921b8ae89867dad7d08890.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>