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 xinfin-consensus.php #36

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
10 changes: 5 additions & 5 deletions xinfin-consensus.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$title = "XinFin Public XDPOS Consensus: XDPoS";
$desc = "XinFin's Delegated Proof of Stake is a decentralised way of validating transactions occurring on the XinFin Hybrid Blockchain and appending those to the truth ledger.";
$title = "XinFin (XDC) Public Prof of Stake (PoS) based XDPOS Consensus: XDPoS";
$desc = "XinFin's (XDC)Delegated Proof of Stake is a decentralised way of validating transactions occurring on the XinFin Hybrid Blockchain and appending those to the truth ledger.";

include('inc/header.php') ?>

Expand All @@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 bannertext">
<h1>XinFin Public XDPOS Consensus</h1>
<h1>XinFin (XDC) Public XDPOS Consensus</h1>
<p><strong>Delegated Proof of Stake</strong> (also known as <strong>XDPoS</strong>) is a consensus algorithm used to sustain digital democracy throughout the XinFin Hybrid Blockchain network.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
Expand Down Expand Up @@ -40,13 +40,13 @@
<p><strong>Let's explore why XDPoS proved to be the most sagacious choice for XinFin.</strong></p>
<ul class="mb-2">
<li>XinFin's XDPoS proved to be the most truly democratic process due to the fact that even a machine with regular configurations was able to carry itself as a validator node. The prospect of catering to horizontal scaling by the addition of new nodes was well accommodated by the algorithmic design of XinFin's XDPoS.</li>
<li>XinFin's XDPoS algorithm passed the 'environmentally-friendly' test exceptionally. There is absolutely no requirement for high energy for XDC token staking. This is buttressed by the fact that a typical computer can be used to stake XDC tokens.</li>
<li>XinFin's XDPoS algorithm passed the 'environmentally-friendly' test exceptionally. There is absolutely no requirement for high energy for XDC Coin minting. This is buttressed by the fact that a typical computer can be used to stake XDC tokens. Solving blockchain energy problems faced by the Proof of Work (PoW) mining </li>
<li>XinFin's Public XDPoS Consensus algorithm comes equipped with KYC enforcement on the nodes themselves, thus solving substantial problems with traditional Enterprise KYC providers. This will help streamline enterprise adoption. The consensus's Self-KYC feature enables corporate clientele to create and manage their own identity by uploading all necessary details and documentation and allowing participants access to the KYC data. This adds a KYC standard that is friendly to both enterprise participants and regulators.</li>
<li>XinFin's Blockchain is agile and alacritous. XinFin's Hybrid Blockchain has recorded transaction speeds up to 2000 TPS on the public chain with unlimited horizontal scaling due to multiple private chains running at the same time. Such numbers create an enhanced user experience, which is currently lacking in the ecosystem.</li>
<li>Upcoming sharding will bring about several changes in the blockchain ecosystem. For instance, the management of chain-data will become much simpler than ever before. The complete overhead of keeping in sync with the entire blockchain history would be divided and as a result, would reduce manifold.</li>
<li>If a peer node does not wish to participate in the consensus yet remain in the network, they can operate as "light-nodes" or "regulatory nodes". These nodes do not hold the entire data strand of the blockchain. XinFin's Hybrid Blockchain architecture allows the provision for light nodes/regulatory nodes to operate seamlessly.</li>
</ul>
<p><strong>Specifications:</strong> 10 Million XDC staked - Max 5000 validators registration at any time. Stake XDC and setup Masternode.</p>
<p><strong>Specifications:</strong> 10 Million XDC staked - Max 5000 validators registration (Including Full Node) at any time. Stake XDC and setup Masternode.</p>
<p><strong>Future Proofing:</strong> Pooling can be enabled with a minimum 1 Million pooled from each Masternodes Host. At a certain time in the future community consensus can be achieved with 2/3rd vote to have pooled participants host an independent validator. The goal is to ensure the network is feasible and operate in a manner that is equally incentivised for both customers and validators.</p>
<a href="dpos_tech_brief">
<button class="btn-hover color-1 mb-1">Technical Brief on XDPoS Consensus</button>
Expand Down