# <center>DFIN-511: Introduction to Digital Currencies</ceNTER> ### Session 2: The Byzantine Generals’ Problem & The Bitcoin Solution ---- During [Session 1](https://steemit.com/blockchain/@mscdigital/session-1-a-brief-history-of-money-mooc-10-by-unic), a Brief History of Money was presented. We learned about the main characteristics of currencies, and about how economy evolved from barter exchanges, to coinage, to fiat money and recently to digital assets. We referred to new kinds of currencies and to the decentralization of currencies such as Bitcoin, which exists only in digital form and is created with secure cryptographic functions. #### <center>Objectives of Session 2</center> ----  ------ The second session is considered to be a challenging session, and the students are advised to invest as much time is needed in order to comprehend the theory behind it. - You will learn how to recognize centralized asset & transaction ledgers - You will learn what the Byzantine Generals' Problem is - You will understand how Bitcoin addresses the Byzantine Generals' Problem - You will get a chance to review Bitcoin metrics ----- ##### <center>Contents</center> ---- 1. Assets and Transaction Ledgers 2. The Byzantine Generals’ Problem 3. The Bitcoin Approach to the Byzantine Generals’ Problem 4. Bitcoin: Some Key Metrics 5. Conclusions 6. Further Reading ----- #### <center>1. Asset and Transaction Ledgers</center> --- > An **asset** is any resource owned by a business. Anything tangible or intangible that can be owned or controlled to produce value and that is held by a company to produce positive economic value is an asset. Simply stated, assets represent value of ownership that can be converted into cash (although cash itself is also considered an asset)<sup>[1](https://en.wikipedia.org/wiki/Asset)</sup> --- **Ledger** is defined as a *complete record for a business's economic activities, usually tracks all transfers of money or assets*. **Blockchain** is a shared, digital ledger that records transactions in a [peer-to-peer](https://en.wikipedia.org/wiki/Peer-to-peer) network. The network is [decentralized](https://en.wikipedia.org/wiki/Decentralised_system), it records transactions **permanently** and it is considered to be **tamper-proof** (unchangeable) <sub>Source: Lecture Notes</sub> --- A few typical examples of *centralized ledgers* are financial services, medical institutions, voting systems and more. In the above cases, a single authority keeps and is responsible for the integrity of everyone's information. The trustworthiness of centralized ledgers has been questioned. Some *worth-to-be-mentioned* examples include fake academic certificates, loss of records of land registries and more. When decentralized ledgers (blockchain applications) were introduced, technologists were excited to see practical use of what was considered to be used in theory only. A decentralized ledger would be able to solve a number of problems such as vulnerability to censorship, malfeasance, loss of records, loss of integrity. <center>Let's take a look at the theory behind it!</center> --- #### <center>2. The Byzantine Generals’ Problem (BGP)</center> --- The Byzantine Generals’ Problem (BGP) is a common issue faced by any distributed computer network. In such networks participants are autonomous computational entities that communicate with each other by exchanging information (aka message passing). A challenge is faced where such networks need to reach agreement (aka consensus) on the information that is exchanged/transmitted in the network for reaching a common goal (e.g., solving a computational problem). Under this setup it is often the case that participating entities may fail, and share imperfect/conflicting information. Despite the conflicting information, the network needs to find a solution and this is what is being described in detail, [at the Original 1982 Paper](https://www.andrew.cmu.edu/course/15-749/READINGS/required/resilience/lamport82.pdf) by L. Lamport, R. Shostak, and M. Pease. <center>https://cdn.steemitimages.com/500x0/https://cdn.steemitimages.com/DQmXPsSyAHdtarctHjfyJcV1hQJdbBsMUzkehKF5wKhnWTR/painting_human_image_colorful_color_canvas_dynasty_house_of_hohenstaufen-1011053.jpg</CENTER> <sub><center>[Image CC0 Licensed](https://pxhere.com/en/photo/1011053)</center></sub> The BGP is simulated by an army that is camped outside an enemy city, where each group is lead by its general. The gererals can only communicate with messengers and then they should decide their next actions, according to the messages conveyed by the messengers. Some of the generals though, may be traitors. It is important that a way/algorithm is found in order to be guaranteed that: 1. All generals decide for the same action and 2. A number of traitor generals will not cause the loyal ones to decide for the wrong action plan --- #### <center>3. The Bitcoin Approach to the Byzantine Generals’ Problem</center> --- What is the approach of Bitcoin to the BGP? <center>Quick reference: The Bitcoin Ledger</center>| -| - The user will need to download the Bitcoin's 'client' software - The software will download/synchronize the whole blockchain i.e., all transactions recored in the history of Bitcoin - All Bitcoin clients store all records of all transactions (a copy of the ledger) Some questions that may arise are: - How are the copies of the ledger synchronized? - If conflicting messages regarding a transaction are received, how does the client recognize which is the correct and which the fraudulent is? *Would that by now remind you of the Byzantine Generals' Problem?* To make the analogy to BGP and assuming a distributed ledger, any input data (i.e., the messages) to the ledger (relating the ledger as the agreed action i.e., the time of attack) must be trusted by everyone. In distributed networks though, participating entities are dispersed with an uncertain level of trust. Thus, making it impossible to assume that all entities are trustworthy without the existence of a central governance (aka centralized authority). So, how can you ensure that all autonomous entities agree upon the same task (e.g, exact time to attack)? In distributed ledger terms we need to make sure that: - the inputs to the distributed ledger are accurate, and - the ledger itself contains (records) accurate information (encoded as transactions and bundled together into what we call a block) ###### <center>How are transactions confirmed? </center> A process called **mining**, is what verifies a transaction, by solving a problem called as ['proof-of-work'](https://en.bitcoin.it/wiki/Proof_of_work). As a reward for verifying the transactions & creating new blocks, the miners receive new bitcoins. An incentivised mechanism for people to allocate computational power to the network. As more participants join the network the more secure it becomes. ###### <center>Let's take a quick look at the process</center> <center> A </center>| -| The Miners broadcast the transactions in a block <center> B </center>| -| A cryptographic [hash function](https://en.wikipedia.org/wiki/Hash_function) of the previous block header is applied to the new block <center> C </center>| -| The Miner tries to solve the Proof-of-Work: 1. Creates a hash of Last Block Header + Block of New Transactions + Random Number 2. Applies [SHA-256](https://en.bitcoin.it/wiki/SHA-256) to the above 3. The hash is reviewed against a predetermined value and if it is greater than the value, the process is repeated. If it is less than the above value, then *prize* is awared to the miner that first found the solution to the problem. --- ###### <center>Only when a block is verified, is it broadcasted to the Bitcoin Network</center> ----- ###### In February 2018, the block reward is 12.5 bitcoins. This amount far outweighs the reward from transaction fees. The next halving will take place in2020. Block rewards will stop once the network reaches Block 6.930.000 (sometime around the year 2140). The total number of bitcoins issued by then will be about 21 million [source](https://en.bitcoin.it/wiki/Controlled_supply) --- #### <center>4. Bitcoin: Some Key Metrics</center> --- You can find some interesting stats at: https://www.blockchain.com/charts At the moment this article is written, the following numbers have been noted: ###### <center>10 October 2018 - 17.315.318 BTC in Circulation</center>  ---- ###### <center>Market Price - Average USD market price across major bitcoin exchanges.</center>  --- ###### <center>Difficulty</center> A relative measure of how difficult it is to find a new block. The difficulty is adjusted periodically as a function of how much hashing power has been deployed by the network of miners.  --- #### <center>5. Synopsis</center> --- The centralized nature of all ledgers throughout history might constitute security; however due to the central authority controlling all information, centralized ledgers are subject to corruption and potential technical failures. A study in the area of fault-tolerance, described as the *Byzantine Generals' Problem* was utilized by and applied to a decentralized ledger, called the **Bitcoin**. This application of a tamper-proof ledger, a cryptographically secure blockchain, the Bitcoin has found a number of increasing adopters. The technology is considered to be a breakthrough and its implications are expected to extend beyond the field of digital currency in the next years. --- #### <center>6. Further Reading</center> --- - *http://pages.cs.wisc.edu/~sschang/OS-Qual/reliability/byzantine.htm* - *https://people.eecs.berkeley.edu/~luca/cs174/byzantine.pdf* <sub>L. Lamport, R. Shostak, and M. Pease @ SRI International - ACM Transactions on Programming Languages and Systems, July 1982</sub> - *https://pdfs.semanticscholar.org/0d82/a314dd96265ac8542a9ca80e5c7db09594d2.pdf* - [*Transcription of Mr A. Antonopoulos Video regarding proof of work & immutability*](https://steemit.com/bitcoin/@bluebrain/andreas-antonopoulos-immutability-and-proof-of-work-the-planetary-scale-digital-monument-full-transcript) - *Lecture Notes - MOOC University of Nicosia / Master of Digital Currencies (2018)* - Bitcoin Series (AntonisPolemitis, LedraCapital) *http://ledracapital.com/blog/2014/1/4/bitcoin-series-14-our-robot-overlords-will-use-bitcoin* *http://ledracapital.com/blog/2014/3/11/bitcoin-series-24-the-mega-master-blockchain-list* <sub>(a group brainstorming of different places blockchain based technologies can be used)</sub> - The Economics of Cryptocurrencies –Bitcoin and Beyond *https://www.chapman.edu/research/institutes-and-centers/economic-science-institute/_files/ifree-papers-and-photos/koeppel-april2017.pdf* <sub>This is a synopsis of what is presented at the 2nd Session of the MOOC - Introduction in Digital Currencies.</sub> <sub>In the next session we will discuss the **Basics of Cryptocurrency**</sub> >[For more detailed information & session slides, enroll now for the Free MOOC](https://digitalcurrency.unic.ac.cy/free-introductory-mooc/) > [Watch the 2nd video session of MOOC10 by Mr Andreas Antonopoulos](https://www.youtube.com/watch?v=ZLOunXi8m8g) > [Overview of the 12-week FREE MOOC - Introduction to Digital Currencies](https://steemit.com/education/@mscdigital/free-12-week-mooc-in-digital-currencies-or-offered-by-the-university-of-nicosia) ---- <sub> Disclaimer: This post is written by student of MOOC 9 & steemit user @katerinaramm. Approved by @mscdigital prior to its publication</sub>
author | mscdigital |
---|---|
permlink | the-byzantine-generals-problem-and-the-bitcoin-solution-session-2-mooc-by-unic |
category | education |
json_metadata | {"tags":["education","steemstem","bitcoin","blockchain","mscdigital"],"users":["katerinaramm","mscdigital"],"image":["https://cdn.steemitimages.com/DQmVmaBdm9z9o31UwTmfrsn8ekwk5Ecv32Bp3DCgDRfJydb/session2.jpg","https://cdn.steemitimages.com/500x0/https://cdn.steemitimages.com/DQmXPsSyAHdtarctHjfyJcV1hQJdbBsMUzkehKF5wKhnWTR/painting_human_image_colorful_color_canvas_dynasty_house_of_hohenstaufen-1011053.jpg","https://i.imgur.com/27sJooQ.png","https://i.imgur.com/LrB141e.png","https://i.imgur.com/0jY7gEr.png"],"links":["https://steemit.com/blockchain/@mscdigital/session-1-a-brief-history-of-money-mooc-10-by-unic","https://en.wikipedia.org/wiki/Asset","https://en.wikipedia.org/wiki/Peer-to-peer","https://en.wikipedia.org/wiki/Decentralised_system","https://www.andrew.cmu.edu/course/15-749/READINGS/required/resilience/lamport82.pdf","https://pxhere.com/en/photo/1011053","https://en.bitcoin.it/wiki/Proof_of_work","https://en.wikipedia.org/wiki/Hash_function","https://en.bitcoin.it/wiki/SHA-256","https://en.bitcoin.it/wiki/Controlled_supply","https://www.blockchain.com/charts","http://pages.cs.wisc.edu/~sschang/OS-Qual/reliability/byzantine.htm","https://people.eecs.berkeley.edu/~luca/cs174/byzantine.pdf","https://pdfs.semanticscholar.org/0d82/a314dd96265ac8542a9ca80e5c7db09594d2.pdf","https://steemit.com/bitcoin/@bluebrain/andreas-antonopoulos-immutability-and-proof-of-work-the-planetary-scale-digital-monument-full-transcript","http://ledracapital.com/blog/2014/1/4/bitcoin-series-14-our-robot-overlords-will-use-bitcoin","http://ledracapital.com/blog/2014/3/11/bitcoin-series-24-the-mega-master-blockchain-list","https://www.chapman.edu/research/institutes-and-centers/economic-science-institute/_files/ifree-papers-and-photos/koeppel-april2017.pdf","https://digitalcurrency.unic.ac.cy/free-introductory-mooc/","https://www.youtube.com/watch?v=ZLOunXi8m8g","https://steemit.com/education/@mscdigital/free-12-week-mooc-in-digital-currencies-or-offered-by-the-university-of-nicosia"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-10-25 06:52:24 |
last_update | 2018-10-25 06:52:24 |
depth | 0 |
children | 4 |
last_payout | 2018-11-01 06:52:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.017 HBD |
curator_payout_value | 1.490 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11,897 |
author_reputation | 2,772,765,958,726 |
root_title | "The Byzantine Generals’ Problem & The Bitcoin Solution [Session 2 - MOOC by UNIC]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,008,022 |
net_rshares | 5,788,919,652,339 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 67,622,187,087 | 1.07% | ||
tombstone | 0 | 176,931,544,089 | 0.8% | ||
tuck-fheman | 0 | 1,389,783,320 | 1.79% | ||
oaldamster | 0 | 14,506,566,763 | 100% | ||
kevinwong | 0 | 138,802,987,849 | 2% | ||
dahaz159 | 0 | 106,592,077,738 | 100% | ||
anwenbaumeister | 0 | 157,106,180 | 3.59% | ||
mrwang | 0 | 373,259,179 | 1% | ||
jeffjagoe | 0 | 48,668,501,436 | 100% | ||
raymondspeaks | 0 | 681,337,309 | 1.79% | ||
jesse5th | 0 | 0 | 50% | ||
liberosist | 0 | 11,868,725,874 | 3.59% | ||
arconite | 0 | 550,341,934 | 1% | ||
neddykelly | 0 | 189,728,901 | 3.23% | ||
lemouth | 0 | 78,978,581,794 | 15% | ||
elamental | 0 | 408,220,182 | 1% | ||
steevc | 0 | 50,968,693,883 | 24% | ||
charlie777pt | 0 | 346,820,542 | 0.35% | ||
rwilday | 0 | 64,396,729 | 100% | ||
lamouthe | 0 | 8,065,401,407 | 20% | ||
lk666 | 0 | 350,020,489 | 1.79% | ||
curie | 0 | 104,307,857,877 | 3.59% | ||
hendrikdegrote | 0 | 1,723,590,038,265 | 3.59% | ||
vact | 0 | 68,735,953,156 | 3.59% | ||
steemstem | 0 | 829,451,096,412 | 20% | ||
dashfit | 0 | 290,495,108 | 1.79% | ||
gangstayid | 0 | 72,606,518 | 1.79% | ||
dna-replication | 0 | 5,586,871,241 | 20% | ||
gmedley | 0 | 262,945,885 | 1.79% | ||
pacokam8 | 0 | 157,552,242 | 1.43% | ||
moksamol | 0 | 396,783,708 | 1.79% | ||
getrichordie | 0 | 99,921,621 | 1.79% | ||
bloom | 0 | 85,368,319,354 | 20% | ||
the-eliot | 0 | 100,033,284 | 1.79% | ||
morph | 0 | 1,378,560,999 | 50% | ||
iansart | 0 | 174,497,525 | 1.79% | ||
dbzfan4awhile | 0 | 58,783,728 | 1.79% | ||
kryzsec | 0 | 11,149,632,965 | 16% | ||
greek-trail | 0 | 17,538,128,648 | 42% | ||
helo | 0 | 3,110,742,758 | 10% | ||
samminator | 0 | 5,117,462,561 | 10% | ||
locikll | 0 | 1,459,335,031 | 7.18% | ||
mahdiyari | 0 | 14,488,843,272 | 10% | ||
aboutyourbiz | 0 | 640,687,059 | 3.59% | ||
alexander.alexis | 0 | 7,193,244,523 | 20% | ||
jonmagnusson | 0 | 315,121,790 | 0.89% | ||
jayna | 0 | 159,541,428 | 0.53% | ||
suesa | 0 | 94,390,819,782 | 25% | ||
rival | 0 | 7,558,300,944 | 5% | ||
sensation | 0 | 298,892,996 | 100% | ||
slickhustler007 | 0 | 131,209,051 | 1.79% | ||
corsica | 0 | 8,853,056,276 | 20% | ||
getencored | 0 | 0 | 25% | ||
trenz | 0 | 118,149,204 | 1.43% | ||
ludmila.kyriakou | 0 | 254,910,215 | 6% | ||
fancybrothers | 0 | 3,503,622,483 | 6% | ||
howo | 0 | 21,924,556,139 | 10% | ||
tsoldovieri | 0 | 1,038,523,088 | 10% | ||
bachuslib | 0 | 21,170,843,914 | 100% | ||
neumannsalva | 0 | 354,838,711 | 1.79% | ||
nikoleondas | 0 | 6,973,790,812 | 58% | ||
wargof | 0 | 334,779,519 | 10% | ||
abigail-dantes | 0 | 1,448,002,465,664 | 100% | ||
esteemguy | 0 | 138,027,394 | 20% | ||
zonguin | 0 | 1,021,582,782 | 5% | ||
g0nr0gue | 0 | 122,495,569 | 1.79% | ||
alexzicky | 0 | 2,842,483,298 | 5% | ||
mountain.phil28 | 0 | 3,552,000,853 | 25% | ||
avesa | 0 | 126,691,457 | 0.33% | ||
kingswisdom | 0 | 365,156,494 | 10% | ||
zest | 0 | 3,685,341,686 | 10% | ||
felixrodriguez | 0 | 771,680,524 | 10% | ||
honeysara | 0 | 151,740,300 | 0.89% | ||
vadimlasca | 0 | 105,194,239 | 3.59% | ||
mr-aaron | 0 | 429,918,393 | 10% | ||
sportschain | 0 | 139,083,750 | 42% | ||
massivevibration | 0 | 3,287,391,336 | 5% | ||
nurhayati | 0 | 322,635,729 | 1% | ||
fbslo | 0 | 4,648,302,386 | 2% | ||
clweeks | 0 | 160,789,975 | 2.15% | ||
torico | 0 | 73,831,342 | 0.28% | ||
diantbi | 0 | 573,865,564 | 10% | ||
damzxyno | 0 | 196,142,376 | 4% | ||
erikkun28 | 0 | 0 | 1% | ||
paddlereunion | 0 | 0 | 52% | ||
gotgame | 0 | 108,473,945 | 1.79% | ||
poodai | 0 | 103,578,254 | 1.79% | ||
peaceandwar | 0 | 464,390,857 | 1.79% | ||
enzor | 0 | 263,997,591 | 10% | ||
jesusj1 | 0 | 13,963,788 | 100% | ||
d4rkflow | 0 | 921,172,704 | 100% | ||
smartcreator | 0 | 132,353,672 | 100% | ||
tfcoates | 0 | 443,764,268 | 5% | ||
katerinaramm | 0 | 34,279,784,405 | 100% | ||
janine-ariane | 0 | 109,986,411 | 5% | ||
drmake | 0 | 1,704,417,466 | 1.79% | ||
guga34 | 0 | 492,982,798 | 15% | ||
pechichemena | 0 | 73,314,010 | 0.71% | ||
itchyfeetdonica | 0 | 261,675,946 | 0.71% | ||
xanderslee | 0 | 162,974,281 | 3.59% | ||
egotheist | 0 | 132,620,916 | 2% | ||
kenadis | 0 | 2,615,214,001 | 10% | ||
robotics101 | 0 | 2,010,063,962 | 20% | ||
funt33 | 0 | 830,327,776 | 100% | ||
tristan-muller | 0 | 77,741,743 | 20% | ||
alexs1320 | 0 | 13,393,150,307 | 17% | ||
gentleshaid | 0 | 3,562,711,358 | 10% | ||
thescubageek | 0 | 161,129,621 | 1.79% | ||
hungryhustle | 0 | 14,899,323,382 | 100% | ||
sohailahmed | 0 | 59,035,103 | 1.79% | ||
fejiro | 0 | 200,009,183 | 10% | ||
venalbe | 0 | 71,503,093 | 1.79% | ||
sco | 0 | 15,646,567,289 | 18% | ||
adetola | 0 | 61,025,324 | 20% | ||
anikekirsten | 0 | 282,658,405 | 3.59% | ||
hkmoon | 0 | 205,231,714 | 1.79% | ||
rharphelle | 0 | 1,032,024,862 | 25% | ||
rasamuel | 0 | 83,949,793 | 1.79% | ||
stahlberg | 0 | 620,986,555 | 1.79% | ||
catalincernat | 0 | 208,425,788 | 3.59% | ||
reizak | 0 | 242,885,409 | 1.43% | ||
zlatkamrs | 0 | 155,848,434 | 3.41% | ||
monie | 0 | 406,997,398 | 100% | ||
creatrixity | 0 | 80,330,583 | 1.79% | ||
shoganaii | 0 | 122,211,886 | 10% | ||
darkiche | 0 | 75,430,168 | 10% | ||
langford | 0 | 9,096,828,270 | 20% | ||
laritheghost | 0 | 68,593,563 | 1.79% | ||
mathowl | 0 | 4,669,222,013 | 14% | ||
adamzi | 0 | 94,952,075 | 1.79% | ||
lacher-prise | 0 | 160,525,184 | 10% | ||
terrylovejoy | 0 | 2,619,773,287 | 8% | ||
magpielover | 0 | 80,235,714 | 100% | ||
thabiggdogg | 0 | 461,915,636 | 1.79% | ||
olajidekehinde | 0 | 80,660,688 | 10% | ||
real2josh | 0 | 151,348,502 | 10% | ||
giddyupngo | 0 | 236,840,689 | 1.79% | ||
steepup | 0 | 289,588,600 | 8% | ||
gribouille | 0 | 187,412,534 | 10% | ||
traviseric | 0 | 228,036,480 | 50% | ||
mininthecity | 0 | 103,525,287 | 2.87% | ||
grizzle | 0 | 120,810,680 | 1% | ||
kingabesh | 0 | 598,606,883 | 10% | ||
didic | 0 | 1,074,488,313 | 1.79% | ||
operahoser | 0 | 199,242,135 | 0.57% | ||
mr-phoenix | 0 | 40,221,705,868 | 70% | ||
dexterdev | 0 | 797,339,522 | 10% | ||
oghie | 0 | 391,975,519 | 50% | ||
robertbira | 0 | 1,872,303,710 | 5% | ||
ajpacheco1610 | 0 | 321,165,751 | 10% | ||
alexdory | 0 | 7,960,913,371 | 8% | ||
vegan.niinja | 0 | 179,373,397 | 1.79% | ||
aotearoa | 0 | 760,107,148 | 9% | ||
benleemusic | 0 | 667,183,113 | 0.35% | ||
lianaakobian | 0 | 2,298,761,608 | 20% | ||
francostem | 0 | 1,542,851,108 | 20% | ||
ivan-g | 0 | 357,830,146 | 1.79% | ||
croctopus | 0 | 1,207,790,919 | 100% | ||
jagoe | 0 | 6,028,866,422 | 24% | ||
chimtivers96 | 0 | 143,929,375 | 3.59% | ||
deusjudo | 0 | 768,594,460 | 3.5% | ||
morbyjohn | 0 | 196,653,795 | 7% | ||
anyes2013 | 0 | 213,649,514 | 10% | ||
wanasoloben | 0 | 151,730,320 | 1.79% | ||
jocieprosza | 0 | 581,362,823 | 100% | ||
hugo4u | 0 | 287,038,504 | 1.79% | ||
lesmouths-travel | 0 | 939,997,652 | 15% | ||
effofex | 0 | 1,754,129,905 | 10% | ||
eniolw | 0 | 391,072,864 | 10% | ||
de-stem | 0 | 12,605,855,401 | 19.8% | ||
serylt | 0 | 5,389,134,237 | 19.6% | ||
captainquenta | 0 | 0 | 50% | ||
ari16 | 0 | 237,212,669 | 10% | ||
outtheshellvlog | 0 | 2,013,076,322 | 50% | ||
moby-dick | 0 | 12,699,269 | 100% | ||
michaelwrites | 0 | 226,979,944 | 10% | ||
finforum.net | 0 | 502,201,765 | 100% | ||
deholt | 0 | 195,376,723 | 14% | ||
smacommunity | 0 | 112,949,990 | 1.79% | ||
musicvoter | 0 | 3,116,365,020 | 1% | ||
temitayo-pelumi | 0 | 1,476,373,895 | 20% | ||
alexworld | 0 | 206,681,300 | 25% | ||
frost1903 | 0 | 0 | 50% | ||
romanleopold | 0 | 55,421,167 | 1.79% | ||
niouton | 0 | 127,305,016 | 0.71% | ||
cosmophobia | 0 | 152,966,610 | 1.79% | ||
mexa | 0 | 497,966,068 | 100% | ||
sergbog | 0 | 501,800,847 | 100% | ||
petrenkosashka | 0 | 501,870,727 | 100% | ||
steemzeiger | 0 | 901,510,177 | 19.8% | ||
minasyandianna | 0 | 501,124,445 | 100% | ||
kafupraise | 0 | 2,506,941 | 34% | ||
biomimi | 0 | 189,289,110 | 40% | ||
danielaminas | 0 | 501,075,696 | 100% | ||
ibk-gabriel | 0 | 120,353,952 | 10% | ||
voronovboris | 0 | 500,971,196 | 100% | ||
olshama88 | 0 | 501,272,843 | 100% | ||
drsensor | 0 | 1,403,487,599 | 12% | ||
aboriginalbook | 0 | 500,942,048 | 100% | ||
bedbugsslim | 0 | 500,929,426 | 100% | ||
introduce.bot | 0 | 542,835,928 | 1% | ||
reyvaj | 0 | 272,932,474 | 5% | ||
wombtick | 0 | 501,269,993 | 100% | ||
ilovecryptopl | 0 | 293,310,828 | 2.87% | ||
purelyscience | 0 | 116,154,238 | 10% | ||
danilkramov | 0 | 501,422,882 | 100% | ||
yomismosoy | 0 | 12,741,907 | 50% | ||
scorpiusdata | 0 | 500,973,622 | 100% | ||
cupswavy | 0 | 500,896,260 | 100% | ||
graphbaggy | 0 | 500,928,791 | 100% | ||
roomthundering | 0 | 501,179,567 | 100% | ||
nadyusha23 | 0 | 501,155,975 | 100% | ||
lillywilton | 0 | 791,149,342 | 20% | ||
call-me-howie | 0 | 672,069,937 | 1.79% | ||
hansmast | 0 | 251,660,969 | 1.79% | ||
zuerich | 0 | 188,188,920,874 | 100% | ||
wstanley226 | 0 | 2,468,720,540 | 50% | ||
suasteguimichel | 0 | 10,442,838 | 50% | ||
osariemen | 0 | 1,514,736,568 | 90% | ||
romansilenkov | 0 | 501,705,940 | 100% | ||
scholarjeans | 0 | 502,043,868 | 100% | ||
grantdearg | 0 | 501,966,775 | 100% | ||
tensilegangway | 0 | 501,736,084 | 100% | ||
curiouscred | 0 | 501,726,137 | 100% | ||
cootroach | 0 | 501,917,335 | 100% | ||
hastypeacock | 0 | 501,739,430 | 100% | ||
steemchoose | 0 | 104,166,637,426 | 7.35% | ||
clement.poiret | 0 | 167,435,726 | 3.59% | ||
wordsconic | 0 | 501,823,135 | 100% | ||
insidescraper | 0 | 502,065,837 | 100% | ||
moaningfurther | 0 | 502,298,267 | 100% | ||
bloodsiege | 0 | 502,325,162 | 100% | ||
pyroxenebattery | 0 | 502,194,941 | 100% | ||
ibericovar | 0 | 501,838,533 | 100% | ||
loathsomemaps | 0 | 502,281,274 | 100% | ||
nseregin8 | 0 | 501,979,762 | 100% | ||
akudrin88 | 0 | 501,742,701 | 100% | ||
perpetuum-lynx | 0 | 364,490,991 | 19.6% | ||
herbayomi | 0 | 257,534,463 | 10% | ||
annaabi | 0 | 273,685,736 | 1.79% | ||
abraham10 | 0 | 0 | 82% | ||
synthtology | 0 | 150,185,160 | 1.79% | ||
skorup87 | 0 | 7,475,108 | 12% | ||
criticizemars | 0 | 501,923,645 | 100% | ||
yashshah991 | 0 | 13,661,679 | 50% | ||
rhethypo | 0 | 112,772,513 | 1.79% | ||
terraceadze | 0 | 502,353,436 | 100% | ||
outgoingtosser | 0 | 502,595,808 | 100% | ||
predict-crypto | 0 | 102,697,416 | 0.07% | ||
javier.dejuan | 0 | 4,348,988,888 | 20% | ||
faithfullwills | 0 | 0 | 85% | ||
dzhonmey | 0 | 503,536,286 | 100% | ||
barrimakgi | 0 | 503,728,892 | 100% | ||
antonikolaenko | 0 | 503,475,292 | 100% | ||
rondorajon8 | 0 | 503,455,090 | 100% | ||
daddywilliam | 0 | 104,247,964 | 1.79% | ||
leysonrye0724 | 0 | 0 | 50% | ||
cherryandberry | 0 | 0 | 5% | ||
stem.witness | 0 | 1,624,806,872 | 20% | ||
sarhugo | 0 | 86,160,444 | 1.79% | ||
xuhi | 0 | 4,397,839 | 50% | ||
jchappe | 0 | 0 | 50% | ||
anthive | 0 | 11,493,531 | 50% | ||
andiblok | 0 | 22,866,051 | 25% | ||
jappinesswrench | 0 | 505,334,074 | 100% | ||
wipeelidir | 0 | 505,296,302 | 100% | ||
cheddarsfloss | 0 | 505,264,684 | 100% | ||
hoaryhigger | 0 | 505,245,859 | 100% | ||
whoresoncanoeing | 0 | 505,252,699 | 100% | ||
rhodiumdirectly | 0 | 505,309,881 | 100% | ||
chelik | 0 | 505,367,779 | 100% | ||
maksim.bulatov | 0 | 505,219,568 | 100% | ||
musicking00 | 0 | 505,502,119 | 100% | ||
antonsergienko | 0 | 505,386,609 | 100% | ||
zharov.maksim | 0 | 505,250,983 | 100% | ||
genius.mbish | 0 | 505,400,322 | 100% | ||
dorrotiz | 0 | 505,192,447 | 100% | ||
valdusia86 | 0 | 505,454,339 | 100% | ||
paylovarhouve | 0 | 505,350,322 | 100% | ||
atogsersise | 0 | 504,903,579 | 100% | ||
networkriot | 0 | 505,209,157 | 100% | ||
pricklymopping | 0 | 505,287,075 | 100% | ||
sitemapmap | 0 | 505,247,651 | 100% | ||
droopydefinite | 0 | 505,226,188 | 100% | ||
belliedas | 0 | 505,253,331 | 100% | ||
malborooccur | 0 | 505,375,285 | 100% | ||
reiterateabseil | 0 | 505,408,799 | 100% | ||
forgettransom | 0 | 505,454,135 | 100% | ||
babiesvaulter | 0 | 505,376,891 | 100% | ||
nickermemory | 0 | 505,170,147 | 100% | ||
beeseregister | 0 | 505,197,855 | 100% | ||
makingcrackling | 0 | 505,389,511 | 100% | ||
bioticresistor | 0 | 505,238,233 | 100% | ||
evaporateswim | 0 | 505,410,995 | 100% | ||
mutatorfounded | 0 | 505,358,062 | 100% | ||
houseanger | 0 | 505,324,533 | 100% | ||
fawningheavy | 0 | 505,241,543 | 100% | ||
randrolcheribun | 0 | 505,344,638 | 100% | ||
haycompiradee | 0 | 505,224,181 | 100% | ||
onitmukyta | 0 | 505,253,307 | 100% | ||
batmimabeme | 0 | 505,311,964 | 100% | ||
masketernforze | 0 | 505,351,617 | 100% | ||
kingnosa | 0 | 140,248,524 | 50% | ||
neolinkhati | 0 | 0 | 10% | ||
pamahdoo | 0 | 0 | 9% | ||
newtech-adopter | 0 | 329,200,094 | 25% |
It's great to see that the course I registered last month even has a steemit account now!! I'm wondering if I post some learning experience about your course, can I get a little vote from you?haha Or maybe you can hold such a event to let more steemians to join the community!!
author | newtech-adopter |
---|---|
permlink | re-mscdigital-the-byzantine-generals-problem-and-the-bitcoin-solution-session-2-mooc-by-unic-20181026t163939303z |
category | education |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["education"],"users":[],"links":[],"image":[]} |
created | 2018-10-26 16:39:42 |
last_update | 2018-10-26 16:39:42 |
depth | 1 |
children | 1 |
last_payout | 2018-11-02 16:39:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 278 |
author_reputation | 315,976,850,027 |
root_title | "The Byzantine Generals’ Problem & The Bitcoin Solution [Session 2 - MOOC by UNIC]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,103,787 |
net_rshares | 2,737,917,128 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mscdigital | 0 | 2,737,917,128 | 100% |
Thank you! We will appreciate your feedback on our course!
author | mscdigital |
---|---|
permlink | re-newtech-adopter-re-mscdigital-the-byzantine-generals-problem-and-the-bitcoin-solution-session-2-mooc-by-unic-20181027t071010916z |
category | education |
json_metadata | {"tags":["education"],"app":"steemit/0.1"} |
created | 2018-10-27 07:10:18 |
last_update | 2018-10-27 07:10:18 |
depth | 2 |
children | 0 |
last_payout | 2018-11-03 07:10:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 2,772,765,958,726 |
root_title | "The Byzantine Generals’ Problem & The Bitcoin Solution [Session 2 - MOOC by UNIC]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,137,721 |
net_rshares | 0 |
Congratulations @mscdigital! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@mscdigital/comments.png?201810270804</td><td>You made more than 10 comments. Your next target is to reach 50 comments.</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@mscdigital)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** <table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-notifications-improved"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/NgygYH.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-notifications-improved">SteemitBoard notifications improved</a></td></tr></table> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-mscdigital-20181027t104158000z |
category | education |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-10-27 10:41:57 |
last_update | 2018-10-27 10:41:57 |
depth | 1 |
children | 0 |
last_payout | 2018-11-03 10:41:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,165 |
author_reputation | 38,975,615,169,260 |
root_title | "The Byzantine Generals’ Problem & The Bitcoin Solution [Session 2 - MOOC by UNIC]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,145,676 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <br /> <center> <img width='125' src='https://i.postimg.cc/9FwhnG3w/steemstem_curie.png'> </center> <br/> </div> <br /> <br /> This post has been voted on by the **SteemSTEM** curation team and voting trail in collaboration with **@curie**. <br /> If you appreciate the work we are doing then consider [voting](https://www.steemit.com/~witnesses) both projects for witness by selecting [**stem.witness**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=stem.witness) and [**curie**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=curie)! <br /> For additional information please join us on the [**SteemSTEM discord**]( https://discord.gg/BPARaqn) and to get to know the rest of the community! </div>
author | steemstem |
---|---|
permlink | re-mscdigital-the-byzantine-generals-problem-and-the-bitcoin-solution-session-2-mooc-by-unic-20181025t182957006z |
category | education |
json_metadata | {"app":"bloguable-bot"} |
created | 2018-10-25 18:30:00 |
last_update | 2018-10-25 18:30:00 |
depth | 1 |
children | 0 |
last_payout | 2018-11-01 18:30:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 800 |
author_reputation | 262,017,435,115,313 |
root_title | "The Byzantine Generals’ Problem & The Bitcoin Solution [Session 2 - MOOC by UNIC]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,043,182 |
net_rshares | 2,794,752,921 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mscdigital | 0 | 2,794,752,921 | 100% |