Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vertcoin specs index.html #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
170 changes: 85 additions & 85 deletions specs-explained/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>




<html>
<head>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Specifications - Decentralized Peer-to-Peer Digital Currency</title>
Expand Down Expand Up @@ -50,16 +50,16 @@




<style>
#fh5co-home {

overflow: initial;

}
</style>
</head>
<body>
<style>
#fh5co-home {
overflow: initial;
}
</style>
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="noSpaceMobile" style="max-width: 1280px;
margin: 0 auto;">
Expand Down Expand Up @@ -143,67 +143,67 @@

</div>
</header>


<div id="fh5co-home" class="small-home centre">



<h1 class="singleHeader">Specifications</h1>


<div class="container content-container" style="text-align: center;">

<style type="text/css">

.content-container {
display: flex;
justify-content: space-between;
max-width: 1124px;
}

img {
max-width: 53px;
}
</style>
<div class="specsBox_container">
<div class="specsBox">
<img src="../images/bitcoin.png">
<p><br><br>
Built using Bitcoin as a base, receiving any future Bitcoin <a href="https://bitcoinmagazine.com/articles/taproot-coming-what-it-and-how-it-will-benefit-bitcoin/">updates</a> upon specification release confirmation.</p>
<p><span style="opacity: 0.4; display: block;">Vertcoin was one of the first coins to lock in and activate SegWit. It was activated May 7, 2017</span>
<br><br>
<br><br></p>
</div>
<div class="specsBox">
<img src="../images/litecoin.png">
<p><br><br>
Has the same block time (2.5 mins) as Litecoin and same supply of coins (84,000,000 coins).
<span style="opacity: 0.4; display: block;">These changes are well within scaling limits of blockchain growth and orphan generation (&gt;1:30)</span>
<br><br></p>
</div>
<div class="specsBox">
<img src="../images/ethereum.png">
<p><br><br>
Verthash is Vertcoin&rsquo;s mining algorithm which is similar to Ethereum&rsquo;s Ethash (Verthash), meaning GPUs mine competitively.
<span style="opacity: 0.4; display: block;">This ensures maximum distribution of hashrate (security). It is done via IO bound memory constraints. Verthash is the most advanced mining algorithm to date.</span>
<br><br>
<br><br></p>
</div>
<div class="specsBox">
<img class="miningalgo" src="../images/kgw.png">
<p><br><br>
Difficulty adjustment occurs every block (~2.5 minutes) as opposed to Bitcoin (~2 weeks).
<span style="opacity: 0.4; display: block;">Kimoto Gravity Well is the algorithm used and is necessary as a smaller hashrate coin.</span>
<br><br>
<br><br></p>
</div>
</div>


</div>

<div class="singleFooter">
<div id="fh5co-home" class="small-home centre">
<h1 class="singleHeader">Specifications</h1>
<div class="container content-container" style="text-align: center;">
<style type="text/css">
.content-container {
display: flex;
justify-content: space-between;
max-width: 1124px;
}
img {
max-width: 53px;
}
</style>
<div class="specsBox_container">
<div class="specsBox">
<img src="../images/bitcoin.png">
<p><br><br>
Built using Bitcoin as a base, receiving any future Bitcoin <a href="https://bitcoinmagazine.com/articles/taproot-coming-what-it-and-how-it-will-benefit-bitcoin/">updates</a> upon specification release confirmation.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove the BitcoinMagazine link. It's not authoritative for one and it's also old information now concerning Taproot activation.

<p><span style="opacity: 0.4; display: block;">Vertcoin was one of the first coins to lock in and activate SegWit. SegWit was activated May 7, 2017. Vertcoin was also one of the fist coins to lock in and active Taproot. Taproot was activated on January 30, 2021 (block 1500000).</span>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taproot was activated block #1623304, September 1st, 2021.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vertcoin was one of the first coins to lock in and activate SegWit. SegWit was activated May 7, 2017. Vertcoin was also one of the fist coins to lock in and active Taproot. Taproot was activated on January 30, 2021 (block 1500000).

I would revise/simplify this sentence:
Vertcoin was one of the first coins to activate SegWit on May 7, 2017 and Taproot on September 1, 2021.

Adding links for each of these makes sense as the average newcomer isn't going to know what these are and the Trezor wiki is a solid source of information that leaves out the bitcoin-specific drama surrounding the SegWit upgrade.

<br><br>
<br><br></p>
</div>
<div class="specsBox">
<img src="../images/litecoin.png">
<p><br><br>
Has the same block time (2.5 mins) as Litecoin and same supply of coins (84,000,000 coins).
<span style="opacity: 0.4; display: block;">These changes are well within scaling limits of blockchain growth and orphan generation (&gt;1:30).</span>
<br><br></p>
</div>
<div class="specsBox">
<img src="../images/ethereum.png">
<p><br><br>
Verthash is Vertcoin&rsquo;s mining algorithm which is similar to Ethereum&rsquo;s Ethash (Verthash), meaning GPUs mine competitively.
<span style="opacity: 0.4; display: block;">This ensures maximum distribution of hashrate (security). It is done via IO bound memory constraints. Verthash is the most advanced mining algorithm to date.</span>
<br><br>
<br><br></p>
</div>
<div class="specsBox">
<img class="miningalgo" src="../images/kgw.png">
<p><br><br>
Difficulty adjustment occurs every block (~2.5 minutes) as opposed to Bitcoin (~2 weeks).
<span style="opacity: 0.4; display: block;">Kimoto Gravity Well is the algorithm used and is necessary as a smaller hashrate coin.</span>
<br><br>
<br><br></p>
</div>
</div>
</div>
<div class="singleFooter">
<footer id="fh5co-footer" class="footerSection" role="contentinfo">
<div class="wrapper">
<div class="inner-wrapper">
Expand Down Expand Up @@ -358,10 +358,10 @@ <h1 class="singleHeader">Specifications</h1>
});

</script>

</div>


</div>

<script src="/js/jquery.min.js"></script>

Expand All @@ -370,6 +370,6 @@ <h1 class="singleHeader">Specifications</h1>


<script src="/js/donationfunds.js"></script>

</body>
</html>
</body>
</html>