create account

EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake. by bluabaleno

View this thread on: hive.blogpeakd.comecency.com
· @bluabaleno · (edited)
$6.37
EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake.
<html>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://steemitimages.com/DQmQFWHuVVtWxxN6SN4kzM44WcEQMMGaWyCYjEUucYK9rkW/download.png" width="300" height="168"/></p>
<p>Read the Whitepaper <a href="https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md">here</a>&nbsp;</p>
<p>Last time we finished going over the <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-abstract">abstract</a>, <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walkthrough-note-and-disclaimer">note and disclaimer</a>, and took a brief <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-an-overview">overview</a> of the EOS whitepaper.</p>
<p>And we went over the two of the ten parts, <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walkthrough-background">Background</a>, and <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-requirements">Requirement</a>.</p>
<p>We will be going over the Consensus Algorithm of EOS, but because this is a rather complicated subject, it'll be divided into three articles.</p>
<blockquote>Consensus Algorithm (BFT-DPOS)</blockquote>
<blockquote>EOS.IO software utilizes the only known decentralized consensus algorithm proven capable of meeting the performance requirements of applications on the blockchain, <a href="https://steemit.com/dpos/@dantheman/dpos-consensus-algorithm-this-missing-white-paper">Delegated Proof of Stake (DPOS)</a>. Under this algorithm, those who hold tokens on a blockchain adopting the EOS.IO software may select block producers through a continuous approval voting system. Anyone may choose to participate in block production and will be given an opportunity to produce blocks, provided they can persuade token holders to vote for them.</blockquote>
<p><em>Note: There are different terms for someone who is allowed to publish a valid block update that will be accepted by the blockchain. In Bitcoin, the term is "miner", in Ethereum it is "vaildator" and in EOS it is "block-producer". For simpilcity's sake I will be adopting the EOS' term to describe all three.</em></p>
<p>A consensus algorithm is the process in which the network come into agreement which set of records is the legitimate one, and thus the one to be accepted by the network.</p>
<p>Bitcoin uses a combination of <a href="https://steemit.com/blockchain/@iwan.spillebeen/blockchain-decrypted-how-mining-works">Proof-of-Work</a> with longest chain rule. In Bitcoin's case, the set of records that took the most work to produce is the one with the claim to legitimacy.&nbsp;</p>
<p>Because it takes enormous amount of computation power to produce a block, and each block depends on the previous, it is unlikely any person will have this much computational resources. And it is unlikely that many party will collude to attack the network since individually, they will be better served supporting the network rather than attacking it.&nbsp;</p>
<p>But as we've seen lately, these assumptions have proven to be false.&nbsp;</p>
<p><strong>Proof-of-Work Flaws</strong></p>
<p>A combination of specialized hardware and concentration of miners gave rise to massive mining pools like GHash.io, who <a href="https://arstechnica.com/information-technology/2014/06/bitcoin-security-guarantee-shattered-by-anonymous-miner-with-51-network-power/">gained 51% of the network's hashing power</a> and had the ability to control the Bitcoin network unilaterally, and comprising the network by performing a <a href="https://en.bitcoin.it/wiki/Irreversible_Transactions#Successful_Double-Spends_in_Practice">double-spent attack.</a></p>
<p>At the time of writing, top 6 mining pools are holding around 81% of the network's hash rates, and they are all located in China, a country with a centralized government that could at any time intervene in the mining pool's operation.</p>
<p><strong>Promise of Proof-of-Stake.</strong></p>
<p>Proof-of-Stake is an alternative consensus algorithm that has recently been favored by new blockchain technologies.</p>
<p>At it's core, Proof-of-Work systems rely on the assumption that those who have invested a lot of economic resources into equipment will not risk their investment to attack the network.</p>
<p>Proof-of-Stake just takes a simplified step, trusting those who invested the most into the ecosystem to not go against their economic interest.</p>
<p><a href="https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ">In Ethereum's model of Proof-of-Stake</a>, an address that holds a threshold amount of tokens will "stake" or lock up their tokens for a chance to become the block-producer. If the Ethereum network detects the address behaving dishonestly, then the address will lose its staked tokens.</p>
<p><strong>Shortfalls of Proof-of-Stake</strong></p>
<p>In a simple Proof-of-Stake system encourages concentration of tokens in a small number of addresses. And encourages a concentration of wealth. This is because for one to qualify as a block-producer, a certain threshold must reached. And once someone becomes a block-producer, he or she is paid for the amount, effectively generating more wealth which then can be further invested into another address to make it into another block-producer.</p>
<p>This eliminates the chance of vast majority of small token holders from ever becoming a block-producer.&nbsp;</p>
<p><strong>An old idea made new.</strong></p>
<p>The Consensus Algorithm of the EOS blockchain is one of the true innovation of the EOS software and what sets it apart from other blockchains.</p>
<p>But the concept it burrows is 200 year old one: representative democracy.</p>
<p>In a representative democracy, instead of each person voting directly on political issues, they vote for those who they think will be able to make the best decision on specific areas like economics or foreign policy.</p>
<p>There is, however, a difference between representatives chosen by citizens and representative chose by EOS token holders. In a democracy like America, it is one citizen one vote, whereas in EOS, it is one token one vote.</p>
<p>In this sense, it is more like America's best product: <strong>The Corporation.</strong></p>
<p>In a corporation, shareholders chooses, through a process of a vote, a Board of Directors that oversees the executive team and hold them accountable to the wishes of the shareholders.</p>
<p>In a corporation, the more shares you hold, the more weight your vote has.</p>
<p>In the EOS network, it is token holders who, through a process of a vote, chooses Block Producers who maintains the operation of the network and hold accountable businesses that operate on the blockchain to ensure that they do not violate the terms of service set forth by the token holders.</p>
<p>This is a variant of the Proof-of-Stake mechanism and is called Delegated Proof-of-Stake.</p>
<p><strong>Delegated-Proof-of-Stake</strong></p>
<p>Each token who stakes his token will have a voting weight proportional to the amount of the tokens he have staked. This is traditional Proof-of-Stake.&nbsp;</p>
<p>In Delegated-Proof-of-Stake, each stake holder can delegated their influence to other users without giving up the control of their property.</p>
<p>That means 10 individuals each owning just 1% together will have the same amount of influence of 1 individual owning 10%.</p>
<p>Though simple, enables many more people to be able to make meaning impact on the blockchain.</p>
<p><strong>Resolving forks on Delegated-Proof-of-Stake</strong></p>
<p>It follows the longest chain rule for one, meaning that the database that has the most valid data-block updates is the one that is accepted by nodes in the network.&nbsp;</p>
<p>If there is two competing data-chains, claiming legitimacy, the nodes can make a comparison between the two and disregard the one that is shorter.&nbsp;</p>
<p>This same concept applies for the EOS blockchain.&nbsp;</p>
<p>The only difference is that the block-producing nodes are known on the EOS blockchain.</p>
<p>In the case where some elected producers decide to create a fork of the blockchain, they would have to have the super-majority to maintain the fork to be the longest one.</p>
<p>Otherwise the longest chain will always be the one with the most block-producer support.</p>
<p><strong>In the next article, we'll go over what utilization differences is why it allows for faster confirmation times and increased trust in the network.</strong></p>
<p><del><strong>------------------------------------------------------------------------------------------------------------------</strong></del></p>
<p>If you would like to know more about me and what I'm doing you can read my introduction post <a href="https://steemit.com/sndbox/@bluabaleno/bluabaleno-world-traveler-and-entrepreneur-from-new-york-city-and-now-part-of-snbox">here</a>.</p>
<p>Read my series on the Steem blockchain:</p>
<p>Steem: Welcome to the Matrix. <a href="https://steemit.com/promo-steem/@bluabaleno/steem-content-in-cash-out-part-one">Part One</a></p>
<p>Steem: Operating in the Matrix. <a href="https://steemit.com/promo-steem/@bluabaleno/steem-content-in-cash-out-part-two">Part Two</a></p>
<p>Steem: Construction of the Matrix. <a href="https://steemit.com/promo-steem/@bluabaleno/steem-construction-of-the-matrix">Part Three</a></p>
<p>Read my series on the EOS blockchain:</p>
<p>EOS whitepaper walk-through. <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-abstract">Abstract</a></p>
<p>EOS whitepaper walk-through. <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walkthrough-note-and-disclaimer">Note and Disclaimer</a></p>
<p>EOS whitepaper walk-through. <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-an-overview">Overview</a></p>
<p>EOS whitepaper walk-through. <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walkthrough-background">Background</a></p>
<p>EOS whitepaper walk-through. <a href="https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-requirements">Requirement</a>.</p>
<p>And you can contact me in the following way:</p>
<p><a href="https://twitter.com/JacquesWhales">Twitter</a></p>
<p>@bluabaleno on Steem.chat</p>
<p>bitadco@gmail.com&nbsp;&nbsp;</p>
</html>
👍  , , , , , , , , , , , , , , , , , , ,
properties (23)
authorbluabaleno
permlinkeos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake
categoryeos
json_metadata{"tags":["eos","ethereum","bitcoin","cryptocurrency","whitepaper"],"users":["bluabaleno"],"image":["https://steemitimages.com/DQmQFWHuVVtWxxN6SN4kzM44WcEQMMGaWyCYjEUucYK9rkW/download.png"],"links":["https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md","https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-abstract","https://steemit.com/eos/@bluabaleno/eos-whitepaper-walkthrough-note-and-disclaimer","https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-an-overview","https://steemit.com/eos/@bluabaleno/eos-whitepaper-walkthrough-background","https://steemit.com/eos/@bluabaleno/eos-whitepaper-walk-through-requirements","https://steemit.com/dpos/@dantheman/dpos-consensus-algorithm-this-missing-white-paper","https://steemit.com/blockchain/@iwan.spillebeen/blockchain-decrypted-how-mining-works","https://arstechnica.com/information-technology/2014/06/bitcoin-security-guarantee-shattered-by-anonymous-miner-with-51-network-power/","https://en.bitcoin.it/wiki/Irreversible_Transactions#Successful_Double-Spends_in_Practice","https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ","https://steemit.com/sndbox/@bluabaleno/bluabaleno-world-traveler-and-entrepreneur-from-new-york-city-and-now-part-of-snbox","https://steemit.com/promo-steem/@bluabaleno/steem-content-in-cash-out-part-one","https://steemit.com/promo-steem/@bluabaleno/steem-content-in-cash-out-part-two","https://steemit.com/promo-steem/@bluabaleno/steem-construction-of-the-matrix","https://twitter.com/JacquesWhales"],"app":"steemit/0.1","format":"html"}
created2018-04-23 15:16:15
last_update2018-04-24 19:40:48
depth0
children11
last_payout2018-04-30 15:16:15
cashout_time1969-12-31 23:59:59
total_payout_value5.204 HBD
curator_payout_value1.164 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10,570
author_reputation2,530,227,636,742
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,697,567
net_rshares921,041,668,715
author_curate_reward""
vote details (20)
@adriatik ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t152156661z
You got upvoted from @adriatik bot! Thank you to you for using our service. We really hope this will hope to promote your quality content!
properties (22)
authoradriatik
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t152156661z
categoryeos
json_metadata{"app":"postpromoter/1.7.3"}
created2018-04-23 15:21:57
last_update2018-04-23 15:21:57
depth1
children0
last_payout2018-04-30 15:21:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation788,501,458,113
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,698,518
net_rshares0
@alphaprime ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t172801405z
You got a 16.78% Prime Upvote from @alphaprime courtesy of @bitad!

***All Upvoted posts are considered for additional Upvotes and Resteem based on quality content criteria chosen by our moderators in an effort to give something back to the community.***

> If you have any queries, want to send a feedback or interested in delegating SteemPower to us please join our [discord channel.](https://discord.gg/UksXHUW)

> Please delegate us Steem Power & get daily rewards share!
[20 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=20%20SP), [50](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=50%20SP), [75](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=75%20SP), [100](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=100%20SP), [150](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=150%20SP),[ 200](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=200%20SP), [300](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=300%20SP),[ 500](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=500%20SP), [1000](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=alphaprime&vesting_shares=1000%20SP) or [Fill in any amount of SP.](https://steembottracker.com/delegation.html?delegatee=alphaprime)
properties (22)
authoralphaprime
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t172801405z
categoryeos
json_metadata{"app":"postpromoter/1.9.3"}
created2018-04-23 17:28:00
last_update2018-04-23 17:28:00
depth1
children0
last_payout2018-04-30 17:28:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,615
author_reputation11,156,327,102
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,717,726
net_rshares0
@chefcryptoshark ·
$0.07
@bluabaleno this post made me think a lot about the way that VeriCoin and VeriumReserve are trying to address the PoW and PoS issues you mentioned. It is interesting that much of your argument rests with the 'economic interest of the miner/holder', because that is ultimately why many of us are in the space.
👍  
properties (23)
authorchefcryptoshark
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t152057329z
categoryeos
json_metadata{"tags":["eos"],"users":["bluabaleno"],"app":"steemit/0.1"}
created2018-04-23 15:20:57
last_update2018-04-23 15:20:57
depth1
children1
last_payout2018-04-30 15:20:57
cashout_time1969-12-31 23:59:59
total_payout_value0.070 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length308
author_reputation483,927,630,097
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,698,344
net_rshares10,808,256,860
author_curate_reward""
vote details (1)
@bluabaleno ·
yeah it is in a sense the lowest denominator that binds us all in this ecosystem. The difference is design of the incentives and the goal of the design.

For Bitcoin, it is maximum security in the form of hashing power.

It is not clear what it is in Ethereum right now. And as for Steem, it seems to be to propagate the Steem message as much as possible.
properties (22)
authorbluabaleno
permlinkre-chefcryptoshark-re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t162725939z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2018-04-23 15:27:36
last_update2018-04-23 15:27:36
depth2
children0
last_payout2018-04-30 15:27:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length355
author_reputation2,530,227,636,742
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,699,433
net_rshares0
@conceptskip ·
Great article as always, what i still don't get, specifically with the heavily discussed staking period, will this supply to users who vote, or is that relevant for block producers only? and what if a block producers acts fraudulent, whose token will be taken for possible penalties?
👍  
properties (23)
authorconceptskip
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180425t212011272z
categoryeos
json_metadata{"tags":["eos"],"community":"busy","app":"busy/2.4.0"}
created2018-04-25 21:20:12
last_update2018-04-25 21:20:12
depth1
children0
last_payout2018-05-02 21:20:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation3,288,745,933,815
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,135,829
net_rshares2,590,180,237
author_curate_reward""
vote details (1)
@lost-ninja ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t135124404z
You have been defended with a 5.15% upvote!
I was summoned by @bitad.
properties (22)
authorlost-ninja
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t135124404z
categoryeos
json_metadata{"app":"postpromoter/1.9.2"}
created2018-04-24 13:51:24
last_update2018-04-24 13:51:24
depth1
children0
last_payout2018-05-01 13:51:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation152,518,463,120
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,873,175
net_rshares0
@luckyvotes ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t201924869z
You got a 10.32% upvote from @luckyvotes courtesy of @bitad!
properties (22)
authorluckyvotes
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t201924869z
categoryeos
json_metadata{"app":"postpromoter/1.8.0"}
created2018-04-24 20:19:27
last_update2018-04-24 20:19:27
depth1
children0
last_payout2018-05-01 20:19:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation29,364,484,293
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,930,778
net_rshares0
@minnowvotes ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t173317460z
You got a 3.71% upvote from @minnowvotes courtesy of @bitad!
properties (22)
authorminnowvotes
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t173317460z
categoryeos
json_metadata{"app":"postpromoter/1.9.3"}
created2018-04-23 17:33:18
last_update2018-04-23 17:33:18
depth1
children0
last_payout2018-04-30 17:33:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation-125,291,280,752
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,718,627
net_rshares0
@mitsuko ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t012418874z
<html>
<p>You got a 2.54% upvote from @mitsuko courtesy of @bitad! .</p>

<p>Join our team and delegate your SP to earn passive income.<br>
Get part of 90% @mitsuko profit based on your delegated SP<br>
<a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=mitsuko&amp;vesting_shares=20430.000000%20VESTS">Delegate 10 SP</a><br>
<a href="https://steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=mitsuko&amp;vesting_shares=204300.000000%20VESTS">Delegate 100 SP</a><br>
<a href="https://steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=mitsuko&amp;vesting_shares=409000.000000%20VESTS">Delegate 200 SP</a><br>
<a href="https://steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=mitsuko&amp;vesting_shares=612900.000000%20VESTS">Delegate 300 SP</a><br>
<a href="https://steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=mitsuko&amp;vesting_shares=1022500.000000%20VESTS">Delegate 500 SP</a><br>
<a href="https://steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=mitsuko&amp;vesting_shares=2043000.000000%20VESTS">Delegate 1000 SP</a><br>

or <a href="https://steembottracker.com/delegation.html">custom delegation SP</a></p>

</html>



properties (22)
authormitsuko
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t012418874z
categoryeos
json_metadata{"app":"postpromoter/1.9.0"}
created2018-04-24 01:24:18
last_update2018-04-24 01:24:18
depth1
children0
last_payout2018-05-01 01:24:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,266
author_reputation-278,595,059,924
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,776,203
net_rshares0
@pushbot ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t134751121z
Beep bop, this is @pushbot.
I just received a signal from the Mother Ship that you may require a push.
**You just got a 10.97% upvote courtesy of @bitad!**

---
##### Message from the Mother Ship:
You can earn daily profit by delegating SP to make @pushbot stronger. Delegators receive a share in 95% of the earnings.

<center>Click one of the links below and start earning :)

[10 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=10%20SP) • [20 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=20%20SP) • [50 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=50%20SP)
[100 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=100%20SP) • [200 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=200%20SP) • [500 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=500%20SP)
[1000 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=1000%20SP) • [2000 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=2000%20SP) • [5000 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=pushbot&vesting_shares=5000%20SP)
[Any Other Amount](https://steembottracker.com/delegation.html?delegatee=pushbot&amount)</center>
properties (22)
authorpushbot
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180424t134751121z
categoryeos
json_metadata{"app":"postpromoter/1.9.2"}
created2018-04-24 13:47:51
last_update2018-04-24 13:47:51
depth1
children0
last_payout2018-05-01 13:47:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,523
author_reputation5,298,150,100
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,872,561
net_rshares0
@thebot ·
re-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t190932791z
You got a 6.67% upvote from @thebot courtesy of @bitad!
Please delegate [us](https://steembottracker.com/delegation.html?delegatee=thebot) Steem Power & get **100%** daily rewards share!

properties (22)
authorthebot
permlinkre-bluabaleno-eos-whitepaper-walk-through-consensus-algorithm-section-one-delegated-proof-of-stake-20180423t190932791z
categoryeos
json_metadata{"app":"postpromoter/1.9.2"}
created2018-04-23 19:09:33
last_update2018-04-23 19:09:33
depth1
children0
last_payout2018-04-30 19:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation1,438,251,448,554
root_title"EOS whitepaper walk-through: Consensus algorithm-Section One, Delegated Proof of Stake."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,732,594
net_rshares0