-
Notifications
You must be signed in to change notification settings - Fork 18
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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> | ||
|
@@ -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;"> | ||
|
@@ -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 (>1:30)</span> | ||
<br><br></p> | ||
</div> | ||
<div class="specsBox"> | ||
<img src="../images/ethereum.png"> | ||
<p><br><br> | ||
Verthash is Vertcoin’s mining algorithm which is similar to Ethereum’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> | ||
<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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Taproot was activated block #1623304, September 1st, 2021. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I would revise/simplify this sentence: 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 (>1:30).</span> | ||
<br><br></p> | ||
</div> | ||
<div class="specsBox"> | ||
<img src="../images/ethereum.png"> | ||
<p><br><br> | ||
Verthash is Vertcoin’s mining algorithm which is similar to Ethereum’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"> | ||
|
@@ -358,10 +358,10 @@ <h1 class="singleHeader">Specifications</h1> | |
}); | ||
|
||
</script> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
|
||
<script src="/js/jquery.min.js"></script> | ||
|
||
|
@@ -370,6 +370,6 @@ <h1 class="singleHeader">Specifications</h1> | |
|
||
|
||
<script src="/js/donationfunds.js"></script> | ||
|
||
</body> | ||
</html> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
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.