create account

The Byzantine General's Problem by quantalysus

View this thread on: hive.blogpeakd.comecency.com
· @quantalysus · (edited)
$59.38
The Byzantine General's Problem
<center>![byzantine_generals.jpg](https://steemitimages.com/DQmY27BSwS1RCY1ZSwKresHidGTXC7Q5Suou7MmRDSdamW7/byzantine_generals.jpg)
</center>
<h1 id="72d3" class="graf graf--h3 graf-after--figure graf--title" style="text-align: center;">The Byzantine Generals’ Problem</h1>
<p id="b237" class="graf graf--p graf-after--h3">The Byzantine Generals’ Problem (shortened to BGP for the rest of the post) is a fundamental problem in a distributed computer network. BGP is a derivation of the unsolvable <a href="https://en.wikipedia.org/wiki/Two_Generals%27_Problem#Proof" target="_blank" rel="noopener">Two General's Problem</a>, in which, two generals sitting on two opposite sides of an enemy's camp need to send coordinated attack information to each other through (not around) the enemy's camp. Therein lies the problem. How do you trust that the information has not been compromised along the way? How do you know the messenger has not been corrupted by the enemy? The BGP, described in more detail below, expands this problem to a Generals-to-Lieutenants configuration.</p>
<p class="graf graf--p graf-after--h3">Blockchain technologies have their own varying solutions to solving this issue. Bitcoin, Ethereum, and their inspired, kindred blockchain protocols are all decentralized peer-to-peer networks. Trust is paramount. No one party owns the ongoings nor decides the actions of the network, so how to ensure the network is running smoothly and honestly. In other articles we will explore how different blockchains solve BGP. Before formally defining BGP, I suggest you read my previous post about <a href="https://steemit.com/cryptocurrency/@quantalysus/choosing-between-centralized-decentralized-and-distributed-networks">system architecture.</a></p>
<p class="graf graf--p graf-after--h3"></p>


![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)

<h2 id="2a38" class="graf graf--h3 graf-after--li" style="text-align: center;">The Byzantine's General Problem</h2>
If you need a refresher on history, the Byzantine Empire was the successor to the Roman Empire. The Romans split their empire in half between the East and West. The Eastern half became the Byzantine Empire. Following in the footstep of their forebears, the Byzantine army has launched a military campaign against a walled city. It's strategy is to surround the defenders before launching its attacks. The army is comprised of several legions, or divisions, each led by a general and their reporting lieutenants. The lieutenants and generals only communicate via messengers, and legion generals also communicate between each other via messengers. Do you already see the analogy of this structure with the computer network structures up above? If not, don't worry, we'll break that analogy down for you later.

Queue the danger music since some of the generals may be traitors. The loyal generals are trying to reach agreement on what to do next. They devise a plan (or in computer science, an algorithm) guarantee two things: 1) all loyal generals agree on the same plan (consensus), and 2) the loyal generals act upon that plan regardless of what the traitor generals do. There are a few constraints we need to place on this plan. The consensus plan should be reasonable. The number of traitor generals should be small enough that they do not corrupt the loyal generals plan(s). All the generals or commanders have to agree upon one of two possible actions: 1) exact time to attack or 2) exact time to retreat. This is high risk because if only one of the armies attacks, the entire army will be defeated.

 

![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)

 

<img class="  wp-image-382 aligncenter" src="https://quantalysus.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-30-at-10.48.34-AM.png" alt="Screen Shot 2018-04-30 at 10.48.34 AM.png" width="421" height="431" />
<p style="text-align: center;"><em>Diagram from the original Byzantine General's Problem paper</em></p>


![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)

 
<p id="2c41" class="graf graf--p graf-after--figure">In the figure above, traitors are filled in with black lines. In Figure 1, a loyal General sends a message to Lieutenant 1 and 2. L2 is a traitor and sends a conflicting message to his peer. L1 does not know who the traitor is: is the General a traitor or is his peer a traitor? In Figure 2, the General is a traitor and sends conflicting messages to L1 and L2. Since both Lieutenants are loyal, L2 sends L1 the message he received from the General. From L1's point of view, he again does not know who is the traitor: the General or Lieutenant 2? In both scenarios, the army attacks with less than full strength.</p>
 

![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)


<div class="aspectRatioPlaceholder is-locked">
<div></div>
<div class="aspectRatioPlaceholder-fill"><img class="alignnone size-full wp-image-384" src="https://quantalysus.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-30-at-10.53.52-AM.png" alt="Screen Shot 2018-04-30 at 10.53.52 AM.png" width="894" height="570" /></div>
</div>
 

![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)

 
Now let's get closer to finding a solution. We create two new Figures (3 and 4) to expand the BGP above to include an additional Lieutenant (L3) and one more message type. In Figure 1 and 2 we had two message types: "Attack" and "Retreat". In Figure 3 and 4 we add "Uncertain", denoted as <em>Z</em> in the figures above. These additions increase the problem's complexity. It gets even more complicated once we add more Generals, Lieutenants, and message types.</p>
Without going over the math in too much detail, consensus can be reached as long as 2/3 of actors are loyal.  In the figures above, each Lieutenant all have the same orders and consensus is met. Each Lieutenant has <em>X, Y, </em>and<em> Z </em>as their orders. Let's also plan for a solution where if messages are missing or the message is <em>Uncertain </em>the default strategy is to retreat. Even if X, Y, and Z are different combinations of retreat, attack, and uncertain then the Lieutenants take on the default action: retreat. Live on to fight to another day.</p>
 

![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)

<h2></h2>
<h2 id="3fdc" class="graf graf--h3 graf--leading" style="text-align: center;">Byzantine Fault Tolerance</h2>
<p id="f4ea" class="graf graf--p graf-after--h3">Byzantine Fault Tolerance (BFT) is a trait of a system that can withstand failures (attacking at less than full strength) defined by BGP. BFT is one solution to the infamous BGP. Yet Byzantine Faults are the most severe issues in a variety of network applications. High stakes systems such as nuclear arsenal commands or complex vehicles such as commercial airliners require solutions to BGP. In blockchain technology this is even more pervasive. Bitcoin for example does not have a single authority or central server to issue commands to the rest of the network. This distributed computing environment requires a sophisticated BFT solution. </p>
<p class="graf graf--p graf-after--h3">In Bitcoin, a traitorous General is the same as a node sending unreliable or inconsistent information to the rest of the network. There is no IT department or central authority to correct issues. Absolute trust is needed by every general, or node, on the network. Bitcoin's attempt to solve BFT through its <a href="https://quantalysus.com/2018/03/31/blockchain-a-game-of-tradeoffs/" target="_blank" rel="noopener">PoW algorithm</a> has been battle tested since inception. Is it a final solution to the problem? What Bitcoin lacks in speed, it makes up for in security. Blockchains that optimize for speed such as EOS decrease their levels of decentralization to achieve their goals. EOS has yet to be battle tested but passing muster on BFT will be one criteria to judge its success.</p>
<p class="graf graf--p graf-after--h3">Hopefully you learned something new. In a future post we will delve into the concept of <em>Tragedy of the Commons</em>.</p>
 

![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)

 

<strong><em>Sources</em></strong>:
<ol>
	<li><a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.126.9525&rep=rep1&type=pdf" target="_blank" rel="noopener">Byzantine General's Problem</a>, 1982 Leslie Lamport, Robert Shostak, Marshall Pease</li>
	<li><a href="https://en.wikipedia.org/wiki/Byzantine_fault_tolerance#Byzantine_Generals'_Problem" target="_blank" rel="noopener">Byzantine Fault Tolerance</a>, Wikipedia</li>
</ol>
 
![steemit_separator.png](https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png)

 

<i>Thank you for coming to the site. Quantalysus publishes blockchain research and analysis for the crypto community. Please follow on</i><a href="http://www.twitter.com/CryptoQuantalys"> </a><i><a href="http://www.twitter.com/CryptoQuantalys">Twitter</a></i><i>,</i><a href="https://steemit.com/@quantalysus"> </a><i><a href="https://steemit.com/@quantalysus">Steem (please follow and upvote if you can – thanks!)</a></i><i>, <a href="http://t.me/quantalysus" target="_blank" rel="noopener">Telegram channel (New!)</a>, and </i><i><a href="http://medium.com/@quantalysus">Medium</a></i><i> to stay up to date.</i>

<i>If you want to earn Aelf (ELF) tokens for just using Twitter and Reddit, sign up for </i><i><a href="https://candy.aelf.io/aelf/account/register?invitationCode=0W0X888B3HcV" target="_blank" rel="noopener">their candy / bounty program</a></i><i>.</i>

<b>If you learned something:</b>
<ul>
	<li>Please consider donating. My blog’s ethereum address: 0x1ea7ab9acd4294d32bb0c790dd08a66640342680</li>
	<li>Earn Aelf tokens by following them on Twitter (<a href="https://candy.aelf.io/account/register?invitationCode=0W0X888B3HcV">my referral link</a>)</li>
	<li>Follow me on <a href="http://www.steemit.com/@quantalysus" target="_blank" rel="noopener">Steem (@quantalysus)</a>. I appreciate upvotes!</li>
	<li>Follow me on<a href="http://www.twitter.com/CryptoQuantalys"> Twitter (@CryptoQuantalys)</a></li>
</ul>
<b>Other posts:</b>
<ul>
	<li><a href="https://quantalysus.com/2018/04/24/a-beginners-guide-to-airdrops/" target="_blank" rel="noopener">Getting Started: Airdrops</a></li>
	<li>Getting Started: Byzantine General's Problem</li>
	<li><a href="https://quantalysus.com/2018/04/25/ico-review-holochain-hot/" target="_blank" rel="noopener">ICO Review: Holochain</a></li>
	<li><a href="https://quantalysus.com/2018/04/20/ico-review-edenchain/" target="_blank" rel="noopener">ICO Review: Edenchain</a></li>
	<li><a href="https://quantalysus.com/2018/04/17/ico-review-quarkchain-qkc/" target="_blank" rel="noopener">ICO Review: Quarkchain</a></li>
	<li><a href="https://quantalysus.com/2018/04/03/coin-watch-daostack/">ICO Review: DAOStack</a></li>
	<li><a href="https://quantalysus.com/2018/03/18/alchemint-a-stablecoin-for-neo/">ICO Review: Alchemint</a></li>
	<li><a href="https://quantalysus.com/2018/03/16/coin-watch-loki-network/">ICO Review: Loki Network</a></li>
	<li><a href="https://quantalysus.com/2018/04/11/project-ico-review-ontology-network/">Coin Review: Ontology</a></li>
	<li><a href="https://quantalysus.com/2018/04/11/project-review-aelf/">Coin Review: Aelf</a></li>
	<li><a href="https://quantalysus.com/2018/03/27/coin-watch-mithril/">Coin Review: Mithril</a>: a social network app on the blockchain</li>
	<li><a href="https://quantalysus.com/2018/03/06/why-you-should-invest-in-qtum/">Coin Review: Qtum</a></li>
	<li><a href="https://quantalysus.com/2018/03/13/dont-forget-about-waves/">Coin Review: Waves</a></li>
	<li><a href="https://quantalysus.com/2018/03/14/banyan-network-should-you-invest/">Coin Review: Banyan Network (BBN)</a></li>
	<li><a href="https://quantalysus.com/2018/03/10/ico-2-0-regulation-aand-d/">Opinion: Why we need regulation</a></li>
	<li><a href="https://quantalysus.com/2018/03/16/understanding-tokens-is-key-to-your-gains/">Opinion: Token economics</a></li>
	<li><a href="https://quantalysus.com/2018/03/14/crypto-files-ico-paradox/">Opinion: ICO paradox</a></li>
	<li><a href="https://quantalysus.com/2018/04/26/why-quantalysus-loves-steemit/" target="_blank" rel="noopener">Opinion: Why we love Steem</a></li>
</ul>
<h2></h2>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 24 others
properties (23)
authorquantalysus
permlinkthe-byzantine-general-s-problem
categoryblockchain
json_metadata{"tags":["blockchain","cryptocurrency","bitcoin","money","eos"],"image":["https://steemitimages.com/DQmY27BSwS1RCY1ZSwKresHidGTXC7Q5Suou7MmRDSdamW7/byzantine_generals.jpg","https://steemitimages.com/DQmUWMWCtcj7MoLW2jdruvew1U8hu1LApdXKqxz8kP8hqST/steemit_separator.png","https://quantalysus.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-30-at-10.48.34-AM.png","https://quantalysus.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-30-at-10.53.52-AM.png"],"links":["https://en.wikipedia.org/wiki/Two_Generals%27_Problem#Proof","https://steemit.com/cryptocurrency/@quantalysus/choosing-between-centralized-decentralized-and-distributed-networks","https://quantalysus.com/2018/03/31/blockchain-a-game-of-tradeoffs/","http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.126.9525&rep=rep1&type=pdf","https://en.wikipedia.org/wiki/Byzantine_fault_tolerance#Byzantine_Generals'_Problem","http://www.twitter.com/CryptoQuantalys","https://steemit.com/@quantalysus","http://t.me/quantalysus","http://medium.com/@quantalysus","https://candy.aelf.io/aelf/account/register?invitationCode=0W0X888B3HcV","https://candy.aelf.io/account/register?invitationCode=0W0X888B3HcV","http://www.steemit.com/@quantalysus","https://quantalysus.com/2018/04/24/a-beginners-guide-to-airdrops/","https://quantalysus.com/2018/04/25/ico-review-holochain-hot/","https://quantalysus.com/2018/04/20/ico-review-edenchain/","https://quantalysus.com/2018/04/17/ico-review-quarkchain-qkc/","https://quantalysus.com/2018/04/03/coin-watch-daostack/","https://quantalysus.com/2018/03/18/alchemint-a-stablecoin-for-neo/","https://quantalysus.com/2018/03/16/coin-watch-loki-network/","https://quantalysus.com/2018/04/11/project-ico-review-ontology-network/","https://quantalysus.com/2018/04/11/project-review-aelf/","https://quantalysus.com/2018/03/27/coin-watch-mithril/","https://quantalysus.com/2018/03/06/why-you-should-invest-in-qtum/","https://quantalysus.com/2018/03/13/dont-forget-about-waves/","https://quantalysus.com/2018/03/14/banyan-network-should-you-invest/","https://quantalysus.com/2018/03/10/ico-2-0-regulation-aand-d/","https://quantalysus.com/2018/03/16/understanding-tokens-is-key-to-your-gains/","https://quantalysus.com/2018/03/14/crypto-files-ico-paradox/","https://quantalysus.com/2018/04/26/why-quantalysus-loves-steemit/"],"app":"steemit/0.1","format":"markdown"}
created2018-04-30 18:40:09
last_update2018-04-30 18:50:12
depth0
children14
last_payout2018-05-07 18:40:09
cashout_time1969-12-31 23:59:59
total_payout_value45.644 HBD
curator_payout_value13.735 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12,753
author_reputation8,571,765,175,598
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,086,614
net_rshares9,790,038,999,375
author_curate_reward""
vote details (88)
@bania ·
Wow, great write up man, your explanation skill is incredible and I really enjoyed reading and understanding what use to be complicated to me.  

Would you mind discussing our upcoming project with you and seeing what great input you can offer? We are building a blockchain on the EOSIO software that connect Smart Cities to Blockchain And Help Create A Crypto-Economy For Free Society.

I will appreciate your feedback on how we can further our talk
👍  
properties (23)
authorbania
permlinkre-quantalysus-the-byzantine-general-s-problem-20180430t190502099z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-04-30 19:05:03
last_update2018-04-30 19:05:03
depth1
children1
last_payout2018-05-07 19:05:03
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_length450
author_reputation17,682,811,349,047
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,090,166
net_rshares2,621,979,831
author_curate_reward""
vote details (1)
@quantalysus ·
$0.09
Hey @bania I'm always game to get in touch with projects. Feel free to email me at contact@quantalys.us.
👍  ,
properties (23)
authorquantalysus
permlinkre-bania-re-quantalysus-the-byzantine-general-s-problem-20180430t192036288z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["bania"],"app":"steemit/0.1"}
created2018-04-30 19:20:39
last_update2018-04-30 19:20:39
depth2
children0
last_payout2018-05-07 19:20:39
cashout_time1969-12-31 23:59:59
total_payout_value0.082 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation8,571,765,175,598
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,092,489
net_rshares15,465,213,164
author_curate_reward""
vote details (2)
@extazymed ·
wow great up
👍  
properties (23)
authorextazymed
permlinkre-quantalysus-the-byzantine-general-s-problem-20180504t231413851z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-05-05 00:17:09
last_update2018-05-05 00:17:09
depth1
children0
last_payout2018-05-12 00:17:09
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_length12
author_reputation97,517,087,026
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,926,892
net_rshares585,147,622
author_curate_reward""
vote details (1)
@herverisson ·
I soon as there is Byzantine somewhere in a title or sentence, I have to read on, as a history buff I am! ^^ And in that case, even if it has little about history, I don't regret! Really interesting!
properties (22)
authorherverisson
permlinkre-quantalysus-the-byzantine-general-s-problem-20180504t171511324z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-05-04 17:15:09
last_update2018-05-04 17:15:09
depth1
children0
last_payout2018-05-11 17:15:09
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_length199
author_reputation89,884,629,748,523
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,874,849
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by quantalysus from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows.  Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
👍  
properties (23)
authorminnowsupport
permlinkre-the-byzantine-general-s-problem-20180501t020101z
categoryblockchain
json_metadata"{"app": "beem/0.19.23"}"
created2018-05-01 02:01:03
last_update2018-05-01 02:01:03
depth1
children0
last_payout2018-05-08 02:01:03
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,707
author_reputation148,902,805,319,183
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,143,140
net_rshares612,720,023
author_curate_reward""
vote details (1)
@pittsburghhodlr ·
Great article, in my humble opinion no one that invests into crypto should use it without understanding this problem and principle - its a cornerstone to the entire movement.
properties (22)
authorpittsburghhodlr
permlinkre-quantalysus-the-byzantine-general-s-problem-20180430t194009584z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-04-30 19:40:09
last_update2018-04-30 19:40:09
depth1
children2
last_payout2018-05-07 19:40:09
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_length174
author_reputation23,602,362,212,189
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,095,302
net_rshares0
@quantalysus ·
Agreed. I'm putting together a curriculum for a few hour workshop. Planning to help build the house of understanding brick by brick for those who want to learn about this space.
👍  ,
properties (23)
authorquantalysus
permlinkre-pittsburghhodlr-re-quantalysus-the-byzantine-general-s-problem-20180430t213237169z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-04-30 21:32:36
last_update2018-04-30 21:32:36
depth2
children1
last_payout2018-05-07 21:32: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_length177
author_reputation8,571,765,175,598
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,110,929
net_rshares3,454,129,727
author_curate_reward""
vote details (2)
@pittsburghhodlr ·
Awesome, I'm thinking about doing a project similar - just need to find the time.
👍  
properties (23)
authorpittsburghhodlr
permlinkre-quantalysus-re-pittsburghhodlr-re-quantalysus-the-byzantine-general-s-problem-20180430t214833163z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-04-30 21:48:33
last_update2018-04-30 21:48:33
depth3
children0
last_payout2018-05-07 21:48: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_length81
author_reputation23,602,362,212,189
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,112,999
net_rshares2,622,351,296
author_curate_reward""
vote details (1)
@resteembot ·
Resteemed by @resteembot! Good Luck!
Curious? Read @resteembot's [introduction post](https://steemit.com/resteembot/@resteembot/how-to-use-resteembot-updated-2017824t202525149z)
Check out the great posts I already resteemed.

[ResteemBot's Maker is Looking for Work](https://steemit.com/resteembot/@resteembot/hire-me-i-ll-code-for-crypto)
properties (22)
authorresteembot
permlinkre-quantalysus-the-byzantine-general-s-problem-20180430t185047576z
categoryblockchain
json_metadata""
created2018-04-30 18:50:48
last_update2018-04-30 18:50:48
depth1
children0
last_payout2018-05-07 18:50:48
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_length339
author_reputation454,519,749,949
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,088,148
net_rshares0
@teeteelaryor ·
wao! what a nice and beautiful write up!!.i love that
👍  
properties (23)
authorteeteelaryor
permlinkre-quantalysus-the-byzantine-general-s-problem-20180504t201337745z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-05-04 20:13:45
last_update2018-05-04 20:13:45
depth1
children0
last_payout2018-05-11 20:13:45
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_length53
author_reputation367,818,410
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,898,868
net_rshares600,465,622
author_curate_reward""
vote details (1)
@transparencybot ·
<h3>This post, with over $50.00 in bidbot payouts, has received votes from the following:</h3>

upmewhale payout in the amount of $57 STU, $125 USD.
mercurybot payout in the amount of $6 STU, $14 USD.

**For a total calculated bidbot upvote value of $63 STU, $138 USD before curation, with approx. $16 USD curation being earned by the bidbots.**

This information is being presented in the interest of transparency on our platform @quantalysus **and is by no means a judgement of your work.**
properties (22)
authortransparencybot
permlinkre-the-byzantine-general-s-problem--bidbot
categoryblockchain
json_metadata{"tags":["bidbot","transparencybot"],"users":["quantalysus"],"app":"null/null","format":"markdown"}
created2018-04-30 22:38:06
last_update2018-04-30 22:38:06
depth1
children0
last_payout2018-05-07 22:38:06
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_length499
author_reputation-5,641,716,862,244
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,119,239
net_rshares0
@upmewhale ·
re-quantalysus-the-byzantine-general-s-problem-20180430t191757420z
You got a 59.23% upvote from @upmewhale courtesy of @quantalysus!

Earn 100% earning payout by delegating SP to @upmewhale. Visit http://www.upmewhale.com for details!
properties (22)
authorupmewhale
permlinkre-quantalysus-the-byzantine-general-s-problem-20180430t191757420z
categoryblockchain
json_metadata{"app":"postpromoter/1.9.1"}
created2018-04-30 19:17:57
last_update2018-04-30 19:17:57
depth1
children0
last_payout2018-05-07 19:17: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_length168
author_reputation28,704,887,249,463
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,092,083
net_rshares0
@yanipetkov ·
@quantalysus! It was a pleasure to read through this whole article. History+blockchain combined! Something very innovative I would say!
properties (22)
authoryanipetkov
permlinkre-quantalysus-the-byzantine-general-s-problem-20180504t173318800z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["quantalysus"],"app":"steemit/0.1"}
created2018-05-04 17:33:18
last_update2018-05-04 17:33:18
depth1
children0
last_payout2018-05-11 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_length135
author_reputation48,913,779,846,823
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,877,595
net_rshares0
@zuhrafriska ·
let's visit each other's blog @ zuhrafriska
properties (22)
authorzuhrafriska
permlinkre-quantalysus-the-byzantine-general-s-problem-20180504t171435922z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-05-04 17:14:39
last_update2018-05-04 17:14:39
depth1
children0
last_payout2018-05-11 17:14:39
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_length43
author_reputation7,605,764,827
root_title"The Byzantine General's Problem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,874,774
net_rshares0