<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: nive18</title>
    <description>The latest articles on DEV Community by nive18 (@nive18).</description>
    <link>https://dev.to/nive18</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F974432%2F72dd312a-26eb-4e2d-9696-cf2fd7f7acef.png</url>
      <title>DEV Community: nive18</title>
      <link>https://dev.to/nive18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nive18"/>
    <language>en</language>
    <item>
      <title>Discovery of Blockchain</title>
      <dc:creator>nive18</dc:creator>
      <pubDate>Fri, 28 Nov 2025 13:34:53 +0000</pubDate>
      <link>https://dev.to/nive18/discovery-of-blockchain-ldm</link>
      <guid>https://dev.to/nive18/discovery-of-blockchain-ldm</guid>
      <description>&lt;p&gt;Let us discuss today why Blockchain was introduced:&lt;br&gt;
The reason why Blockchain was introduced was:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Inflating Currencies&lt;/li&gt;
&lt;li&gt;Depreciation of currency values&lt;/li&gt;
&lt;li&gt;Fractional Reserve Banking&lt;/li&gt;
&lt;li&gt;Inflation Issues&lt;/li&gt;
&lt;li&gt;Random Bailouts&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;What is Blockchain:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Blockchain is a distributed system that operates on a peer-to-peer network, and transactions are recorded across multiple entities for data security and transparency. They are making use of cryptographic techniques for verification and the addition of new Blocks&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hashing:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hashing is the process of taking inputs and converting them into 256-bit (32 bytes) data as output&lt;br&gt;
&lt;strong&gt;Properties of Hashing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deterministic: The same input will produce the same output.&lt;/li&gt;
&lt;li&gt;Fast Computation: The Hash value can be quickly verified&lt;/li&gt;
&lt;li&gt;Pre-Image Resistance: Difficulty in reversing the hash function with given output&lt;/li&gt;
&lt;li&gt;Small changes in input produce large Changes in output: Tiny changes in input produce the larger changes in output.&lt;/li&gt;
&lt;li&gt;Collision Resistance: Difficult to find an input that produces the same output.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Blocks:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data are stored in blocks&lt;/li&gt;
&lt;li&gt;Each block contains transactions, a timestamp, and a cryptographic value&lt;/li&gt;
&lt;li&gt;Each blocks are chained together and has the value of the previous blocks, hence they are named as: Blockchain&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Important terms to remember:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Nonce: It starts with 0s, and it is used only once by miners to solve the complex blockchain problems.&lt;/p&gt;

&lt;p&gt;Miners and Compute Power:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Miners are the one who produces blocks in the blockchain&lt;/li&gt;
&lt;li&gt;And they require computing power to produce the next block.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Consensus Mechanism&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A method ensuring all participants agree on the blockchain's state and the validity of transactions.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Acts as a rulebook for validating transactions and blocks.&lt;br&gt;
Proof of Work (PoW)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A consensus mechanism used in blockchain networks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Requires solving complex mathematical problems to find the correct nonce.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ensures the security and integrity of the blockchain by validating transactions and adding new blocks.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>web3</category>
      <category>blockchain</category>
      <category>pwl</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
