forked from CodeMaverick-143/Intro-to-crypto-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
34 lines (34 loc) · 3.59 KB
/
intro.html
File metadata and controls
34 lines (34 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Understanding</title>
<link rel="stylesheet" href="/intro.css">
</head>
<body>
<div id="container">
<h1>History of Cryptocurrency</h1>
<p>
The <strong>history of cryptocurrency</strong> began with early concepts of cryptographic electronic money. In 1983, <strong>David Chaum</strong> proposed <em>ecash</em>, a cryptographic electronic money system implemented in 1995 as <em>Digicash</em>, which allowed untraceable digital currency transactions through encryption. In 1996, the <strong>National Security Agency (NSA)</strong> released a paper detailing an anonymous electronic cash system.
</p>
<p>
In 1998, <strong>Wei Dai</strong> conceptualized <em>b-money</em>, a decentralized, anonymous cash system, and <strong>Nick Szabo</strong> introduced <em>bit gold</em>, which laid the groundwork for future cryptocurrencies by combining cryptography with proof-of-work mechanisms. These ideas culminated in the creation of <strong>Bitcoin</strong> in January 2009 by the pseudonymous developer <strong>Satoshi Nakamoto</strong>, leveraging the <em>SHA-256 cryptographic hash function</em> in its proof-of-work algorithm. Bitcoin marked the advent of modern cryptocurrencies, followed by <strong>Namecoin</strong> in 2011 for decentralized DNS, <strong>Litecoin</strong> in October 2011 using a different hash function (<em>scrypt</em>), and <strong>Peercoin</strong> in 2012, which introduced a hybrid proof-of-work and proof-of-stake model.
</p>
<p>
Cryptocurrencies have experienced significant volatility with notable <strong>bubbles and crashes</strong> in 2011, 2013–2015, 2017–2018, and 2021–2023. Governments worldwide began addressing cryptocurrency's growing influence. In 2014, the UK Treasury commissioned a study on cryptocurrencies, with a comprehensive report released in 2018 and consultations on regulation in 2021. Notably, <strong>El Salvador</strong> became the first country to accept Bitcoin as legal tender in June 2021, followed by <strong>Cuba</strong> recognizing and regulating cryptocurrencies in August 2021. Conversely, <strong>China</strong> banned all cryptocurrency transactions in September 2021, completing a series of restrictions on mining and intermediaries.
</p>
<p>
Technical advancements also shaped cryptocurrency history. In September 2022, <strong>Ethereum</strong>, the second-largest cryptocurrency, transitioned from a <em>proof-of-work (PoW)</em> to a <em>proof-of-stake (PoS)</em> mechanism during "The Merge." This upgrade reduced Ethereum's energy consumption and carbon emissions by 99.9%, showcasing efforts to address environmental criticisms of cryptocurrencies.
</p>
<p>
However, the industry faced challenges, exemplified by the collapse of <strong>FTX Trading Ltd.</strong> in November 2022. FTX, once valued at $18 billion, filed for bankruptcy, causing widespread financial repercussions beyond its customer base. The incident highlighted the need for improved regulation, user experience, safety, and controls within the cryptocurrency ecosystem. Experts emphasized these deficiencies and called for greater regulatory intervention to protect investors.
</p>
<p>
Cryptocurrencies remain a dynamic and evolving technology, balancing innovation with regulatory and environmental concerns while navigating market volatility.
</p>
</p>
<button id="button">Reference</button>
</div>
</body>
</html>