Despite multiple debunkings of the lofty "Hashgraph" promises *(some by Dan Larimer himself)*, I repeatedly see people still asking in discord and other forums how exciting it sounds, and if it will truly render STEEMIT, BitShares, and other blockchain technology all but obsolete. <center>http://thewindowsclub.thewindowsclubco.netdna-cdn.com/wp-content/uploads/2017/11/Blockchain.png</center> First of all, let's go through some the claims: * **50,000 Times Faster**: limited only by bandwidthβββ250,000+ Transactions Per Second (Pre-Sharding) * **More Fair**: mathematically proven fairness (via consensus time stamping) meaning no individual can manipulate the order of the transactions. * **Improved Bank-Grade Security**: Asynchronous Byzantine Fault Tolerant: No member can prevent the community from reaching a consensus, nor can they change the consensus once it has been reached. * **100% Efficient**: No mined block ever becomes stale. * **Inexpensive**: avoids proof-of-work (PoW), meaning it does not have to waste computations to slow itself down, therefore the expensive, custom hardware is no longer necessary. Link: <a href="http://www.thewindowsclub.com/what-is-hashgraph">What is Hashgraph? How is it different from Blockchain?</a> These claims sound great, so much so that chains such as IOTA and Swirlds have wholeheartedly embraced Hashgraph and UXTO *(standing for "Unspent Transaction Output", and fundamentally how BitCoin operates)* as the "future" of blockchain technology. But, what's the catch? How can it possibly be so much faster than even the graphene-related chains have proven to be, through *actual* real world *active* use cases *(ie. STEEMIT and BitShares)*?! ><a href="http://www.swirlds.com/">Swirlds</a> is a software platform that has developed the hashgraph consensus algorithm: an entirely new distributed ledger technology that is much more cost-effective (no proof-of-work), 50,000 times the speed, safer (Byzantine), more efficient (no stale blocks) and mathematically fairer than the blockchain. Link: <a href="https://medium.com/@justindanneman/blockchain-just-became-obsolete-the-future-is-hashgraph-de4948609cbf">Blockchain Just Became Obsolete. The Future is Hashgraph</a> ## And the million-dollar question, does Hashgraph make Blockchains obsolete? Well, before even getting to @dan's comments on the subject, here's one quote from the article <a href="https://hackernoon.com/demystifying-hashgraph-benefits-and-challenges-d605e5c0cee5">"Demystifying Hashgraph: Benefits and Challenges"</a>: >Hashgraph is an interesting consensus protocol that has been shown to yield high throughput in a private and static setting. Hashgraph is fast, fair, and secure **within the permissioned setting it currently operates in**. However, if and when used in a public setting, Hashgraph will face the same issues that other public blockchains are facing today and may not be able to maintain its security and performance. Notice the key phrase in that statement: "**within the permissioned [NON-PUBLIC] setting it currently operates in**"! From another article, <a href="https://hackernoon.com/iota-vs-raiblocks-413679bb4c3e">"IOTA vs RaiBlocks"</a>: >People argue that IOTA is not yet decentralized due to the deployment of something called the <a href="https://domschiener.gitbooks.io/iota-guide/content/chapter1/current-role-of-the-coordinator.html">coordinator</a>. This is basically βtraining wheelsβ for the IOTA network which is used to mitigate 51% attacks and such. Most blockchains, including Bitcoin, have had mechanisms like this in their early days. But we are still waiting on a official metric or a timeline for when this will be removed. The link earlier stated that it would become βoptionalβ by the summer (the article looks dated so I think it meant the summer of 2017?). In theory, I believe the coordinator is optional, but in practice, I highly doubt people are running their nodes in a coordinator-less fashion; please let me know if I am mistaken here. To clarify the function of the <a href="https://domschiener.gitbooks.io/iota-guide/content/chapter1/current-role-of-the-coordinator.html">IOTA coordinator</a>: >To make it possible for the network to grow and protect it against certain attacks, IOTA currently relies on a coordinator. **The coordinator checkpoints valid transactions, which are then validated by the entire network.** The coordinator is being run by the IOTA Foundation in a multi-signature. The coordinator cannot go rogue, as he is being checked and validated by the entire network. That sounds *pretty* centralized right there, and it seems *highly unlikely* that performance and throughput claims would be sustainable once a more *decentralized* "coordinator" solution is implemented. ## "Anti-FUD" Half-Time Break... # I don't want to be accused here of any kind of "FUD" on IOTA and Hashgraph, so here's a github page that offers <a href="https://github.com/eukaryote31/iota-antifud">"a curated list of IOTA FUD counter-arguments"</a>. ## So just get to the final point... WTF's Dan got to say about it?! # For those who participate in the various EOS <a href="http://bit.ly/discord-eostalk">discord</a> and <a href="http://t.me/EOS">telegram</a> chats, you may have already come across some of his thoughts on the subject: >Ken Anderson: But isn't hashgraph a message based approach? Events (which include transactions) are broadcast and the network seeks consensus on ordering. It's not a blockchain nor is there a utility token or coin. Are you seeing something in the Whitepaper I'm not seeing? > >Dan: right, if you only focus on ordering then hashgraph can also work; however, you still need to execute the transactions > >**and ordering does not imply validity** > >so you still need to filter the invalid ones from the valid ones > >and you still need to execute things in parallel > >blockchain implies several things: 1. order 2. validity and validity implies it has been executed in order. **If all we had to do was order transactions and not execute them then DPOS could be 1 million TPS single threaded.** So therein lines the key... Just because something is properly ordered, doesn't imply it is valid. And once you add transaction validation, the level of performance will *inevitably* drop *significantly*. Furthermore, Dan addresses the inability of UTXO to scale for practical real-world applications other than a pure "currency model". That's why the UTXO model suits BitCoin *(as a pure virtual currency)* quite well. However, using UTXO for dapps *(distributed apps)* is a whole other story entirely: >Every transaction explicitly includes its new output state. This state includes everything that must be modified in an atomic manner. If the UTXO were an exchange order book, then the state would be the entire order book. What works for Bitcoin currency (a short script and a balance), doesnβt work for anything that is even slightly more complex or that refers to more data. > >Because of these drawbacks, people who build applications based upon UTXO are forced to limit the amount of state impacted by each output. This means exchanges without rules on the order in which things are filled. This means anything that is the result of aggregating input from multiple parties is likely not viable. > >Steem and Bitshares adopt a message based approach. In this case, the blockchain represents a consensus over the order of messages and the state is deterministically derived from these messages. Link: <a href="https://steemit.com/blockchain/@dantheman/blockchain-utxo-model-is-a-dead-end-for-general-purpose-applications">Blockchain UTXO Model is a Dead End for General Purpose Applications</a> <center></center> If you're unclear on why UTXO is an issue vis-a-vis Hashgraph and IOTA as well, <a href="https://domschiener.gitbooks.io/iota-guide/content/chapter1/bundles.html">here's the reason</a>: >IOTA uses a UTXO-like scheme. This means that we have inputs (addresses) which you have to spend in order to transfer tokens. Addresses are generated from private keys, which in turn are derived from a trytes-encoded seed. A transfer in IOTA is a bundle consisting of outputs and inputs. Bundles are atomic transactions, meaning that either all transactions will be accepted by the network, or none. Any chance that could also be another limiting factor to the scalability claims made by IOTA and Hashgraph? At this point, I'll let you all be the judge of that! π <center>*As always, I appreciate your upvote, your follow and all your comments!*</center>
author | alexpmorris |
---|---|
permlink | the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not |
category | steemit |
json_metadata | {"tags":["steemit","hashgraph","iota","blockchain","beyondbitcoin"],"users":["dan"],"image":["http://thewindowsclub.thewindowsclubco.netdna-cdn.com/wp-content/uploads/2017/11/Blockchain.png","https://steemitimages.com/DQmP9uKJKwdWXErzHYbDsym8RgGMZDN3NC2JBdzxRdDE2eE/image.png"],"links":["http://www.thewindowsclub.com/what-is-hashgraph","http://www.swirlds.com/","https://medium.com/@justindanneman/blockchain-just-became-obsolete-the-future-is-hashgraph-de4948609cbf","https://hackernoon.com/demystifying-hashgraph-benefits-and-challenges-d605e5c0cee5","https://hackernoon.com/iota-vs-raiblocks-413679bb4c3e","https://domschiener.gitbooks.io/iota-guide/content/chapter1/current-role-of-the-coordinator.html","https://github.com/eukaryote31/iota-antifud","http://bit.ly/discord-eostalk","http://t.me/EOS","https://steemit.com/blockchain/@dantheman/blockchain-utxo-model-is-a-dead-end-for-general-purpose-applications","https://domschiener.gitbooks.io/iota-guide/content/chapter1/bundles.html"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-12-26 22:53:45 |
last_update | 2017-12-26 22:53:45 |
depth | 0 |
children | 70 |
last_payout | 2018-01-02 22:53:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 119.382 HBD |
curator_payout_value | 8.367 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,701 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,415,105 |
net_rshares | 22,012,049,868,239 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 3,547,914,312 | 2% | ||
pharesim | 0 | 98,708,308,593 | 0.14% | ||
fuzzyvest | 0 | 11,553,955,540,565 | 100% | ||
ihashfury | 0 | 45,705,620,888 | 100% | ||
jason | 0 | 128,947,143,989 | 100% | ||
pnc | 0 | 5,733,514,777 | 2% | ||
germanaure | 0 | 55,210,765 | 1% | ||
teamsteem | 0 | 260,488,027,932 | 2% | ||
judyhopps | 0 | 40,975,913,730 | 100% | ||
christoryan | 0 | 503,637,685 | 1% | ||
hitmeasap | 0 | 2,145,337,921 | 1% | ||
matt-a | 0 | 1,865,419,857,929 | 50% | ||
edrivegom | 0 | 123,292,445 | 0.1% | ||
squirrellywrath | 0 | 0 | 100% | ||
happyphoenix | 0 | 9,458,042,145 | 24% | ||
alexpmorris | 0 | 167,600,389,744 | 100% | ||
logan-king | 0 | 27,888,657,325 | 100% | ||
sykochica | 0 | 47,334,873,945 | 14% | ||
stephen.king989 | 0 | 1,043,477,668 | 0.2% | ||
borran | 0 | 18,142,621,945 | 21% | ||
patrickulrich | 0 | 26,737,299,030 | 30% | ||
mjhomb | 0 | 124,804,871,769 | 100% | ||
jhermanbeans | 0 | 372,662,981 | 0.1% | ||
redes | 0 | 721,679,098,163 | 15% | ||
baabeetaa | 0 | 4,016,821,124 | 100% | ||
technology-trail | 0 | 1,247,916,560 | 100% | ||
nikflossus | 0 | 3,186,785,134 | 100% | ||
steemprentice | 0 | 1,243,715,452 | 0.1% | ||
anarchrysalis | 0 | 430,171,375,673 | 100% | ||
v4vapid | 0 | 5,077,447,566,679 | 33% | ||
lastminuteman | 0 | 1,757,805,634 | 0.2% | ||
kotturinn | 0 | 11,738,890,903 | 10% | ||
michellectv | 0 | 115,349,805,734 | 100% | ||
themadgoat | 0 | 15,043,076,447 | 100% | ||
pomperipossa | 0 | 319,212,620 | 0.1% | ||
road2wisdom | 0 | 996,780,356 | 100% | ||
banjo | 0 | 231,100,857 | 1% | ||
freedomexists | 0 | 11,016,510,757 | 100% | ||
numpypython | 0 | 148,789,334 | 0.1% | ||
decibel | 0 | 139,840,912 | 0.5% | ||
ruupie | 0 | 0 | 100% | ||
greenstar | 0 | 991,034,014 | 2% | ||
ethereumexchange | 0 | 0 | 100% | ||
newsandviews | 0 | 3,503,458,534 | 100% | ||
realitycheck | 0 | 1,073,770,960 | 100% | ||
rogersilen | 0 | 0 | 100% | ||
vitkolesnik | 0 | 27,944,875,625 | 100% | ||
maros | 0 | 599,832,639 | 100% | ||
billyjohnsonart | 0 | 1,858,652,407 | 50.42% | ||
gindor | 0 | 314,540,161 | 0.2% | ||
sv67216721 | 0 | 1,016,773,278 | 5% | ||
palbergstrom | 0 | 0 | 100% | ||
peterokwara | 0 | 597,836,800 | 100% | ||
shellany | 0 | 2,721,280,574 | 10% | ||
domo | 0 | 1,045,397,897 | 100% | ||
stackin | 0 | 10,457,078,505 | 1% | ||
beng05 | 0 | 77,598,785 | 1% | ||
angelgarz | 0 | 6,328,500,939 | 100% | ||
timbalabuch | 0 | 62,351,422 | 1% | ||
brakan | 0 | 4,259,247,961 | 100% | ||
lindahas | 0 | 18,099,952,782 | 100% | ||
ampm | 0 | 9,958,911,012 | 100% | ||
qwasert | 0 | 117,056,902 | 0.2% | ||
scandinavianlife | 0 | 42,316,841,862 | 19% | ||
taica | 0 | 110,134,133 | 0.1% | ||
cryptonewb | 0 | 1,209,478,915 | 100% | ||
silverfortune | 0 | 3,380,380,538 | 100% | ||
pusteblume | 0 | 279,750,782 | 1% | ||
theywillkillyou | 0 | 21,545,926,501 | 100% | ||
chuckyfucky | 0 | 3,799,126,349 | 100% | ||
cryptohustler | 0 | 186,137,893 | 1% | ||
neri0x | 0 | 3,289,092,958 | 100% | ||
whiessl | 0 | 544,543,006 | 1% | ||
minnowsupport | 0 | 17,705,378,017 | 1% | ||
nickdavison | 0 | 208,053,177 | 5% | ||
robertvogt | 0 | 270,834,173 | 1% | ||
world5list | 0 | 3,835,705,957 | 100% | ||
rawbinhutt | 0 | 79,098,557,053 | 100% | ||
cryptotem | 0 | 3,167,810,363 | 5% | ||
derosnec | 0 | 73,541,406 | 0.1% | ||
myday | 0 | 162,676,266 | 0.1% | ||
gamerveda | 0 | 708,492,603 | 0.5% | ||
offoodandart | 0 | 88,304,689,945 | 100% | ||
stig-of-the-dump | 0 | 0 | 100% | ||
karr | 0 | 186,570,926,200 | 100% | ||
offgridlife | 0 | 42,293,427,449 | 100% | ||
nesbitt | 0 | 66,034,590 | 1% | ||
chivesz | 0 | 234,049,567 | 1% | ||
cekless | 0 | 5,622,864,362 | 100% | ||
dreamingirwin | 0 | 11,340,666,049 | 100% | ||
pathforger | 0 | 20,359,208,207 | 100% | ||
opc | 0 | 254,061,399 | 42% | ||
drotto | 0 | 1,623,041,031 | 0.28% | ||
dakini5d | 0 | 92,027,252,024 | 100% | ||
krazykrista | 0 | 10,640,161,205 | 49% | ||
fode | 0 | 356,224,000 | 100% | ||
justdentist | 0 | 11,305,562,930 | 26% | ||
openledgerio | 0 | 452,580,927 | 73% | ||
vikasjaat | 0 | 614,116,200 | 100% | ||
polysen | 0 | 289,638,909 | 100% | ||
djlethalskillz | 0 | 9,017,550,035 | 100% | ||
shadowedgapeseed | 0 | 0 | 100% | ||
kelvin14 | 0 | 1,456,165,237 | 100% | ||
turymenecier | 0 | 52,354,512 | 30% | ||
doelist | 0 | 569,192,515 | 100% | ||
ronimhr | 0 | 1,195,612,694 | 100% | ||
bushkill | 0 | 2,537,550,027 | 100% | ||
smiller | 0 | 32,850,308,051 | 15% | ||
hairshares | 0 | 334,675,528,675 | 100% | ||
iamai | 0 | 1,087,173,373 | 100% | ||
steemmatt | 0 | 28,075,452,424 | 100% | ||
elpua | 0 | 1,047,840,746 | 100% | ||
imamalkimas | 0 | 63,185,199 | 2% | ||
ancilcleetus | 0 | 268,490,700 | 100% | ||
darylsid11 | 0 | 261,662,036 | 100% | ||
m-i-k-e | 0 | 1,983,488,521 | 100% | ||
rambeesbd | 0 | 206,588,886 | 100% | ||
swagger | 0 | 50,816,772 | 3% | ||
j1upineya | 0 | 726,248,574 | 100% | ||
phrilten | 0 | 621,725,754 | 100% | ||
profithouse | 0 | 2,349,946,825 | 100% | ||
possiblememes | 0 | 581,042,700 | 100% | ||
carbonesque | 0 | 615,320,000 | 100% | ||
sudhanshubadhwar | 0 | 615,320,000 | 100% | ||
yombo | 0 | 607,131,352 | 100% | ||
norwind | 0 | 0 | 100% | ||
dammieyale | 0 | 1,083,154,782 | 100% | ||
newzvoyager | 0 | 61,532,000 | 100% | ||
architjn | 0 | 615,320,000 | 100% | ||
jakeduck | 0 | 0 | 100% | ||
jakeybrown | 0 | 6,414,249,270 | 15% | ||
milano1113 | 0 | 284,554,844 | 100% | ||
riovanes | 0 | 128,390,655 | 100% | ||
asteemit | 0 | 429,386,760 | 100% | ||
bitboys | 0 | 394,599,477 | 100% | ||
michaelosas | 0 | 626,672,230 | 100% | ||
will-ugo | 0 | 748,523,539 | 100% | ||
sweetjoy | 0 | 638,275,840 | 100% | ||
lowestdefinition | 0 | 3,417,561,541 | 100% | ||
taus | 0 | 1,119,880,406 | 100% | ||
sstira | 0 | 684,693,452 | 100% | ||
ericscalibur | 0 | 992,225,118 | 100% | ||
chubie | 0 | 1,143,089,731 | 100% | ||
mervesaglam | 0 | 92,229,000 | 100% | ||
azwargolden | 0 | 957,405,421 | 100% | ||
mgsun | 0 | 0 | 100% | ||
balancing | 0 | 0 | 100% | ||
uberzeke | 0 | 0 | 100% | ||
dustelmann | 0 | 0 | 100% | ||
bjbudge | 0 | 0 | 100% |
wasnt the blockchain supposed to be the future and the next BIG THING! and it is already obsolete? I do not understand anything... :(
author | albertoyago |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t000125695z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 00:01:24 |
last_update | 2017-12-27 00:01:24 |
depth | 1 |
children | 2 |
last_payout | 2018-01-03 00:01:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.067 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 1,545,767,463,393 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,422,289 |
net_rshares | 14,217,067,378 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 13,641,892,188 | 9% | ||
albertoyago | 0 | 252,373,690 | 100% | ||
mr-asfandyar | 0 | 322,801,500 | 100% |
yeah man, haven't you heard, blockchain is *soooo* last month! lol :)
author | alexpmorris |
---|---|
permlink | re-albertoyago-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t002249826z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 00:22:48 |
last_update | 2017-12-27 00:22:48 |
depth | 2 |
children | 1 |
last_payout | 2018-01-03 00:22:48 |
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 | 69 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,424,367 |
net_rshares | 0 |
Crazy stuff mate... I wonder how long will need hashgraph to be obsolete also hahaha
author | albertoyago |
---|---|
permlink | re-alexpmorris-re-albertoyago-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t010444830z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 01:04:48 |
last_update | 2017-12-27 01:04:48 |
depth | 3 |
children | 0 |
last_payout | 2018-01-03 01:04:48 |
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 | 84 |
author_reputation | 1,545,767,463,393 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,428,519 |
net_rshares | 584,811,511 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
albertoyago | 0 | 268,158,611 | 100% | ||
mr-asfandyar | 0 | 316,652,900 | 100% |
Thank you posted. βΊοΈ
author | alihandro |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t230128771z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:01:30 |
last_update | 2017-12-26 23:01:30 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 23:01:30 |
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 | 20 |
author_reputation | 143,544,570,744 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,415,958 |
net_rshares | 252,092,600 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mr-asfandyar | 0 | 252,092,600 | 100% |
check out https://steemit.com/iota/@bankthecrypto/what-is-iota
author | bankthecrypto |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171228t190153566z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/iota/@bankthecrypto/what-is-iota"],"app":"steemit/0.1"} |
created | 2017-12-28 19:01:54 |
last_update | 2017-12-28 19:01:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-04 19:01:54 |
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 | 64 |
author_reputation | 74,172,470,321,717 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,739,809 |
net_rshares | 0 |
....not hashgraph again.. well it won't be replacing anything..
author | blacksheepblog |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t003241643z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 00:37:00 |
last_update | 2017-12-27 00:39:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-03 00:37:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 933,743,308,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,425,873 |
net_rshares | 10,023,970,006 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 9,744,208,706 | 6% | ||
mr-asfandyar | 0 | 279,761,300 | 100% |
Truly we learn on daily basis, i am actually hearing about hashgraph for the first time and your post about shows that it will be more stable than the blockchain by meeting up the shortcomings of the blockchain network.
author | casweeney |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171230t004826970z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-30 00:48:33 |
last_update | 2017-12-30 00:49:36 |
depth | 1 |
children | 4 |
last_payout | 2018-01-06 00:48:33 |
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 | 219 |
author_reputation | 4,383,456,648,005 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,965,502 |
net_rshares | 0 |
actually, the post sort of says just the opposite, that Hashgraph so far seems to be more "bark than bite", but I visited your post anyway and upvoted since at least you made the effort to try. :)
author | alexpmorris |
---|---|
permlink | re-casweeney-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171230t005240128z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-30 00:52:39 |
last_update | 2017-12-30 00:52:39 |
depth | 2 |
children | 3 |
last_payout | 2018-01-06 00:52:39 |
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 | 196 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,965,978 |
net_rshares | 0 |
I read through this link you dropped in your post, they were differentiating between blockchain and hashgraph. http://www.thewindowsclub.com/what-is-hashgraph In their explanation they said that hashgraph was to fix the setbacks that the blockchain network has.
author | casweeney |
---|---|
permlink | re-alexpmorris-re-casweeney-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171230t005549134z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["http://www.thewindowsclub.com/what-is-hashgraph"],"app":"steemit/0.1"} |
created | 2017-12-30 00:55:54 |
last_update | 2017-12-30 00:57:33 |
depth | 3 |
children | 2 |
last_payout | 2018-01-06 00:55:54 |
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 | 263 |
author_reputation | 4,383,456,648,005 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,966,270 |
net_rshares | 0 |
I'm already getting dizzy from so much information about the cryptocurrency . but thanks for the information :).
author | chubie |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t002226230z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 00:22:27 |
last_update | 2017-12-27 00:22:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-03 00:22:27 |
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 | 113 |
author_reputation | 13,642,205 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,424,323 |
net_rshares | 258,241,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mr-asfandyar | 0 | 258,241,200 | 100% |
Great post, I just recently became aware of the hashtag tech. It seems to good to be true in away, but what do I know. Resteemed (-:
author | clumsysilverdad |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t233644801z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:36:48 |
last_update | 2017-12-26 23:36:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 23:36:48 |
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 | 133 |
author_reputation | 28,166,630,869,767 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,419,757 |
net_rshares | 242,869,700 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mr-asfandyar | 0 | 242,869,700 | 100% |
I wanna set this comment to read this after, in more precise way. Does bitshares will use same tech a IOTA?
author | doelist |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t235723370z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 22:58:33 |
last_update | 2017-12-26 22:59:48 |
depth | 1 |
children | 3 |
last_payout | 2018-01-02 22:58:33 |
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 | 107 |
author_reputation | 886,171,764,750 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,415,637 |
net_rshares | 236,721,100 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mr-asfandyar | 0 | 236,721,100 | 100% |
STEEMIT and BitShares use DPOS, not UXTO/Hashgraph.
author | alexpmorris |
---|---|
permlink | re-doelist-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t230822416z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:08:21 |
last_update | 2017-12-26 23:08:21 |
depth | 2 |
children | 2 |
last_payout | 2018-01-02 23:08:21 |
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 | 51 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,416,717 |
net_rshares | 771,606,042 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
doelist | 0 | 504,141,942 | 100% | ||
mr-asfandyar | 0 | 267,464,100 | 100% |
Thanks. Do there some coins who want to use that UXTO/Hashgraph and market themselves as next IOTA?(good gains from pump)
author | doelist |
---|---|
permlink | re-alexpmorris-re-doelist-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t001021325z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:11:30 |
last_update | 2017-12-26 23:23:57 |
depth | 3 |
children | 1 |
last_payout | 2018-01-02 23:11:30 |
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 | 121 |
author_reputation | 886,171,764,750 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,417,038 |
net_rshares | 0 |
Well. I appreciated the perspective. Up to now I'd only heard the positive side of hash. Thanks for sharing.
author | dreamingirwin |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171230t080436462z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-30 08:04:39 |
last_update | 2017-12-30 08:04:39 |
depth | 1 |
children | 0 |
last_payout | 2018-01-06 08:04:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 19,858,177,829,580 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,010,235 |
net_rshares | 13,205,054,015 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 13,205,054,015 | 6% |
<p>This post has received a 0.28 % upvote from @drotto thanks to: @dreamingirwin.</p>
author | drotto |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171230t081944504z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"drotto/0.0.3rc3"} |
created | 2017-12-30 08:19:45 |
last_update | 2017-12-30 08:19:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-06 08:19:45 |
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 | 86 |
author_reputation | 419,916,705,599 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,011,782 |
net_rshares | 0 |
Could hashgraph work if all of the transactions were limited to pure functions that had no weight on ordering? For example, if I was designing a voting system, the ordering doesn't matter as long as the counts are correct. The individual votes could be cast in any order and as long as the hashgraph outputs the correct tallies, I don't care about the order of executing transactions.
author | egmracer01 |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t234742666z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:47:42 |
last_update | 2017-12-26 23:47:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 23:47: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 | 384 |
author_reputation | 478,311,033,016 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,420,883 |
net_rshares | 704,336,700 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lieme | 0 | 430,724,000 | 100% | ||
mr-asfandyar | 0 | 273,612,700 | 100% |
Gas trucks are obsolete now electric trucks exists. As long as Steem is a good product. There's nothing to worry about.
author | fechaugger |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t233118308z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:31:18 |
last_update | 2017-12-26 23:31:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 23:31:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.037 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 441,891,585,749 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,419,121 |
net_rshares | 9,031,559,668 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fechaugger | 0 | 9,031,559,668 | 100% |
thanks for sharing, wondering if since this hashg is no honest, should not US experts be calling this union , i mean to avoid people loses.. https://www.businesswire.com/news/home/20171027005457/en/Swirlds-CULedger-Collaborate-Deliver-High-Performance-Secure
author | gustavomick |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t130124231z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://www.businesswire.com/news/home/20171027005457/en/Swirlds-CULedger-Collaborate-Deliver-High-Performance-Secure"],"app":"steemit/0.1"} |
created | 2017-12-27 13:01:24 |
last_update | 2017-12-27 13:03:51 |
depth | 1 |
children | 3 |
last_payout | 2018-01-03 13:01:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 260 |
author_reputation | 5,758,801,395 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,508,861 |
net_rshares | 11,798,475,534 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 9,744,208,706 | 6% | ||
dr-waldo | 0 | 2,054,266,828 | 100% |
it's amazing that every article and video I watch basically emphasizes the following claim, "timestamps on transactions" are determined by the community. Yet, just because transactions are inserted in their "correct order", does not imply they are "valid" transactions. In the context of a credit union alliance, it's probably fine as they *more or less* trust one another. However, they will still need to implement other ways to assert the validity of the underlying transactions themselves. >Fair Ordering - No single party can influence the order of transactions that the network ultimately agrees on. Competing platforms put the power of transaction order into the hands of a single party. With hashgraph, **timestamps on transactions** are determined by the community as a whole, not a single leader. As for US experts calling things out to help people avoid losses, never rely on anyone but yourself to protect you. If you have any doubts to that effect, read this article I posted last week: <a href="https://steemit.com/steemit/@alexpmorris/how-much-would-steemit-or-bitshares-be-worth-as-shares-on-the-new-york-stock-exchange">"How much would STEEMIT or BitShares be worth as SHARES on the New York Stock Exchange?!"</a>.
author | alexpmorris |
---|---|
permlink | re-gustavomick-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t172729888z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/steemit/@alexpmorris/how-much-would-steemit-or-bitshares-be-worth-as-shares-on-the-new-york-stock-exchange"],"app":"steemit/0.1"} |
created | 2017-12-27 17:27:30 |
last_update | 2017-12-27 17:27:30 |
depth | 2 |
children | 2 |
last_payout | 2018-01-03 17:27:30 |
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,237 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,550,266 |
net_rshares | 0 |
Like I said, validated is done by _virtual voting_
author | nutela |
---|---|
permlink | re-alexpmorris-re-gustavomick-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171228t100628916z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-28 10:06:27 |
last_update | 2017-12-28 10:06:27 |
depth | 3 |
children | 1 |
last_payout | 2018-01-04 10:06:27 |
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 | 50 |
author_reputation | 12,740,113,194,550 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,663,671 |
net_rshares | 0 |
Thanks I have just begun research into this topic...I will definitely keep and eye ball on it!
author | jakeduck |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20180112t155807515z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-12 15:58:00 |
last_update | 2018-01-12 15:58:00 |
depth | 1 |
children | 0 |
last_payout | 2018-01-19 15:58:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 52,115,441,161 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,034,411 |
net_rshares | 6,911,261,657 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 6,622,465,914 | 3% | ||
jakeduck | 0 | 288,795,743 | 100% |
Fascinating, when I first heard about iota and looked into it, it seemed like it would be the next step after blockchain. Your article and the links provided show that may not be the case at all. This seems to limit the potential upside for iota, but I'm no expert. A lot of this was over my head, my takeaway is that even though it might be faster, it may have issues validating, which may compromise a certain amount of "state"
author | jakeybrown |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t230157473z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:01:57 |
last_update | 2017-12-26 23:01:57 |
depth | 1 |
children | 3 |
last_payout | 2018-01-02 23:01:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 429 |
author_reputation | 4,617,429,111,002 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,416,007 |
net_rshares | 24,864,431,505 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 14,616,313,059 | 9% | ||
ampm | 0 | 9,859,321,902 | 100% | ||
bitboys | 0 | 388,796,544 | 100% |
sounds like you pretty much were able to get the "gist" of it! :)
author | alexpmorris |
---|---|
permlink | re-jakeybrown-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t230907202z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:09:06 |
last_update | 2017-12-26 23:09:06 |
depth | 2 |
children | 1 |
last_payout | 2018-01-02 23:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.064 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,416,790 |
net_rshares | 12,036,577,396 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michellectv | 0 | 11,664,587,096 | 10% | ||
mr-asfandyar | 0 | 371,990,300 | 100% |
I think the real question is going to be the ternary microchips from JINN labs. Ternary as opposed to binary is never been done before in a microprocessor (and this might have its reasons). Software and algorithms can be changed but another platform will takes the Tangles place when the ternary microchips fails . This is a huge challenge, a startup creating a fully functioning, cheap, safe durable microchip to be placed on every device with the smallest of circuit-boards (which is their goal) seems like an insurmountable task. I am writing an article about the role of the hardware development of JINN Labs in the possible success of IOTA in the future.
author | lieme |
---|---|
permlink | re-alexpmorris-re-jakeybrown-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t181344606z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 18:13:42 |
last_update | 2017-12-27 18:13:42 |
depth | 3 |
children | 0 |
last_payout | 2018-01-03 18:13: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 | 659 |
author_reputation | 366,470,470 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,556,809 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mgsun | 0 | 0 | 100% |
iota is a young currency, it can not quickly rise should wait a little bit!;)
author | bitboys |
---|---|
permlink | re-jakeybrown-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t055017640z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 05:49:54 |
last_update | 2017-12-27 05:49:54 |
depth | 2 |
children | 0 |
last_payout | 2018-01-03 05:49:54 |
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 | 77 |
author_reputation | -18,572,571,990 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,458,001 |
net_rshares | 0 |
Permissioned/private ledgers = jokes. Well, in terms of what the people wants, anyways. Sure, they're probably great for something like UPS, Amazon, etc. But for us? Nahh.
author | matt-a |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t233645491z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:36:48 |
last_update | 2017-12-26 23:36:48 |
depth | 1 |
children | 1 |
last_payout | 2018-01-02 23:36:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.139 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 34,621,295,577,150 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,419,762 |
net_rshares | 24,717,140,565 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 24,360,521,765 | 15% | ||
ffnation | 0 | 0 | 100% | ||
mr-asfandyar | 0 | 356,618,800 | 100% |
you got it, @matt-a, but then again, you're one the last people I'd expect to have to explain it to! :) Besides that, hope all's going well, and Best Wishes for the New Year to all of you!
author | alexpmorris |
---|---|
permlink | re-matt-a-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t234043356z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["matt-a"],"app":"steemit/0.1"} |
created | 2017-12-26 23:40:42 |
last_update | 2017-12-26 23:40:42 |
depth | 2 |
children | 0 |
last_payout | 2018-01-02 23:40:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.233 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 189 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,420,155 |
net_rshares | 44,777,971,116 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
matt-a | 0 | 44,415,203,716 | 1% | ||
mr-asfandyar | 0 | 362,767,400 | 100% |
Would you like to give upvote :)
author | mervesaglam |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171228t175958771z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-28 16:58:33 |
last_update | 2017-12-28 16:58:33 |
depth | 1 |
children | 1 |
last_payout | 2018-01-04 16:58:33 |
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 | 32 |
author_reputation | -18,262,447,807 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,722,076 |
net_rshares | 0 |
Spamming comments is frowned upon by the community. Comment spam is currently defined by @steemcleaners as: * 10 or more generic comments per day that are not in response to a question posed by the post or comment. βThanksβ, βGreat Post!β, βGreat Photo!β, βGoodβ, βLikeβ, βNiceβ, βWowβ, βCuteβ, βFollow meβ, etc. * Commenting on old posts to hide self up-votes or a voting trail. * Copy/Paste comments that serve no purpose or the purpose is self promotion (including copying and pasting similar comments in rotating way). * Comments that inform the contributor that they have been up upvoted, resteemed, or flagged when the curator does not actually upvote, resteem, or flag the post. * Unsolicited and off topic referral links. Continued comment spamming may result in action from the [cheetah bot](https://steemit.com/steemitabuse/@cheetah/cheetah-bot-explained). More Info: <a href="https://steemit.com/steemcleaners/@steemcleaners/abuse-guide-2017-update">Abuse Guide - 2017</a>.
author | steemcleaners |
---|---|
permlink | re-mervesaglam-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171229t001956950z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steemcleaners"],"links":["https://steemit.com/steemitabuse/@cheetah/cheetah-bot-explained","https://steemit.com/steemcleaners/@steemcleaners/abuse-guide-2017-update"],"app":"steemit/0.1"} |
created | 2017-12-29 00:19:57 |
last_update | 2017-12-29 00:19:57 |
depth | 2 |
children | 0 |
last_payout | 2018-01-05 00:19:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.136 HBD |
curator_payout_value | 0.303 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 993 |
author_reputation | 2,789,224,428,782,668 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,777,069 |
net_rshares | 184,519,022,617 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | 184,519,022,617 | 1.5% |
Thank you so much for this post!
author | mgsun |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20180103t191234445z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-03 19:12:33 |
last_update | 2018-01-03 19:12:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-10 19:12:33 |
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 | 32 |
author_reputation | 76,079,269,007 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,849,196 |
net_rshares | 0 |
I wish I could say I understand an *iota* of this, yet, alas, I'm just a humble student. Thank you @alexpmorris for sharing, educating and keeping us up-to-date! ; )
author | michellectv |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t232156754z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["alexpmorris"],"app":"steemit/0.1"} |
created | 2017-12-26 23:21:51 |
last_update | 2017-12-26 23:21:51 |
depth | 1 |
children | 2 |
last_payout | 2018-01-02 23:21:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 166 |
author_reputation | 15,386,903,219,689 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,418,142 |
net_rshares | 17,874,674,370 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 17,539,575,670 | 11% | ||
mr-asfandyar | 0 | 335,098,700 | 100% |
humble's good, never stop learning! :)
author | alexpmorris |
---|---|
permlink | re-michellectv-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t233013053z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:30:12 |
last_update | 2017-12-26 23:30:12 |
depth | 2 |
children | 1 |
last_payout | 2018-01-02 23:30:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.221 HBD |
curator_payout_value | 0.074 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,419,010 |
net_rshares | 51,195,596,834 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michellectv | 0 | 51,195,596,834 | 44% |
true dat!
author | michellectv |
---|---|
permlink | re-alexpmorris-re-michellectv-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t020026086z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 02:00:21 |
last_update | 2017-12-27 02:00:21 |
depth | 3 |
children | 0 |
last_payout | 2018-01-03 02:00:21 |
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 | 9 |
author_reputation | 15,386,903,219,689 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,433,924 |
net_rshares | 0 |
Well, this is the first time I have heard about this technology. Thanks for posting, I want to learn more.
author | mikej |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171231t193814254z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-31 19:38:15 |
last_update | 2017-12-31 19:38:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-07 19:38:15 |
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 | 106 |
author_reputation | 697,958,030,131 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,266,914 |
net_rshares | 0 |
Interesting post, even though confusing but good to be informed. Thank you!
author | milano1113 |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t230021717z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:00:21 |
last_update | 2017-12-26 23:00:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 23:00:21 |
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 | 76 |
author_reputation | 5,150,912,050,700 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,415,817 |
net_rshares | 0 |
<p>Congratulations! This post has been upvoted from the communal account, @minnowsupport, by alexpmorris from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews/crimsonclad, and netuoso. The goal is to help Steemit grow by supporting Minnows and creating a social network. Please find us in 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=&delegatee=minnowsupport&vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=10253030.639667%20VESTS">5000SP</a>. <strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
author | minnowsupport |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t233622306z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"cosgrove/0.0.2"} |
created | 2017-12-26 23:36:21 |
last_update | 2017-12-26 23:36:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 23:36:21 |
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,749 |
author_reputation | 148,902,805,319,183 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,419,706 |
net_rshares | 249,018,300 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mr-asfandyar | 0 | 249,018,300 | 100% |
wow, amazing thiang could come once the blockchain reaches its maximun level of adoption, understanding.
author | neri0x |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t203428318z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 20:34:42 |
last_update | 2017-12-27 20:34:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-03 20:34: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 | 104 |
author_reputation | 15,583,982,285,268 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,575,443 |
net_rshares | 233,646,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mr-asfandyar | 0 | 233,646,800 | 100% |
Hashgraph is simply a more efficient algorithm and data structure than blockchain and therefore it should be pretty obvious that it can't replace all the other code built into Graphene that has way more to do than just the execution and storage of the blockchain. You could however swap out the blockchain if Graphene was developed modularly and use Hashgraph as the algorithm and data structure at the foundation. DAGs (Directed Acyclic Graphs) are not Hashgraph. Sure, there are a lot of supposed comparisons because these other DAGS (IOTA, ByteBall, RaiBlocks, etc.) don't use a blockchain, but that's pretty much where the comparison's stop. You are mixing apples with oranges here. IOTA performance is known to be crap. Loads of users have already complained of this. So explaining that IOTA is basically applying Hashgraph with nodes is completely wrong. Comparing any other the DAGs as Hashgraph is wrong too. Hashgraph is not the same and currently is only implemented in Swirlds and nowhere else. If you really want to understand Hashgraph then [you should read my summary and have a listen to Leemon Baird's videos and discussions here.](https://steemit.com/freedom/@newsandviews/an-extremely-simple-explanation-of-hashgraph-and-why-it-will-eventually-blow-away-blockchain-and-other-dags-as-a-distributed) Leemon developed Hashgraph and he makes abundantly clear other DAGs are NOT Hashgraph. You are working off secondhand information and misinformation without understanding the fundamentals of what Hashgraph really is. If you want to understand what it is then you need to first have a serious listen to its creator, who is one of the smartest computer scientists out there.
author | newsandviews |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t061615502z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1","links":["https://steemit.com/freedom/@newsandviews/an-extremely-simple-explanation-of-hashgraph-and-why-it-will-eventually-blow-away-blockchain-and-other-dags-as-a-distributed"]} |
created | 2017-12-27 06:15:36 |
last_update | 2017-12-27 07:00:15 |
depth | 1 |
children | 13 |
last_payout | 2018-01-03 06:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.077 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,693 |
author_reputation | 3,103,741,266,799 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,460,941 |
net_rshares | 14,523,498,279 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 9,744,208,706 | 6% | ||
newsandviews | 0 | 3,438,579,673 | 100% | ||
possiblememes | 0 | 608,711,400 | 100% | ||
lieme | 0 | 421,494,200 | 100% | ||
mr-asfandyar | 0 | 310,504,300 | 100% |
I read your post, and I've *re*-watched some of the videos you posted *(most of which I had already seen before)*. Oddly, the validation is always conveniently overlooked. Yet, Baird does an excellent job at repeating "Fast, Secure, and Fair" to make sure the terms are well-ingrained into the viewer's subliminal and subconscious mind. He even starts out by saying it's currently meant for **permissioned** blockchains, yet he *repeatedly* compares it directly to other blockchains, again repeating the mantra, *in comparison*, that Hashgraph is "Fast, Secure, and Fair". I'm not saying that Hashgraph doesn't have its particular niche, but the performance claims, *by Baird included*, are frankly only achievable in very particularly tight usage cases. If I'm still missing something here, perhaps @dan could fill in any gaps in my understanding here, as I'm quite sure he understands this far better than most, myself included. And once more, for good measure, to *really* ingrain it into your minds...  You say that DAGs aren't Hashgraph. However, do you really believe that if graphene swapped out its currently foundation in lieu of Hashgraph that it would really be orders of magnitude *faster*? That seems quite unlikely to me. But perhaps I will be proven wrong in the near future. As such, I do look forward to seeing some of these performance claims *validated* in a real-world application such as STEEMIT in the near future *(quoting from your post)*: >Hashgraph is both an algorithm and data structure that doesn't use blocks or wait for blocks to be confirmed. There are no blocks of transactions, but instead streams of events that can be segregated into clear transactions. Since there is no waiting for blocks, Hashgraph can do hundreds of thousands of transactions per second. In comparison, Bitcoin can do 7 transactions per second and Ethereum 15 transactions per second, but even these rates are at their best performance and not their worst.
author | alexpmorris |
---|---|
permlink | re-newsandviews-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t081054164z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["dan"],"image":["https://steemitimages.com/DQmRn7qynSv8EqccoRJZigJB5UE2jxrYiaGxNX3pZZRPdW9/image.png"],"app":"steemit/0.1"} |
created | 2017-12-27 08:10:54 |
last_update | 2017-12-27 08:10:54 |
depth | 2 |
children | 0 |
last_payout | 2018-01-03 08:10:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,068 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,473,535 |
net_rshares | 3,595,632,658 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
newsandviews | 0 | 3,291,276,958 | 100% | ||
mr-asfandyar | 0 | 304,355,700 | 100% |
>Hashgraph is not the same and currently is only implemented in Swirlds and nowhere else. I'd also be interested in your perspectives vis-a-vis what I further commented to @nutela on his comment above as well: >So at this point all that is available for Swirlds is a closed-source library, and I've gotta contact their sales department if I want to deploy my application?! Not to mention, of course, that Swirlds even has multiple patents on the future of the "free and open" blockchain killer, which of course is their private solution, wait for it... Hashgraph!
author | alexpmorris |
---|---|
permlink | re-newsandviews-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t234411452z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["nutela"],"app":"steemit/0.1"} |
created | 2017-12-27 23:44:12 |
last_update | 2017-12-27 23:44:12 |
depth | 2 |
children | 11 |
last_payout | 2018-01-03 23:44:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.037 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 565 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,597,388 |
net_rshares | 3,719,402,886 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
newsandviews | 0 | 3,421,195,786 | 100% | ||
mr-asfandyar | 0 | 298,207,100 | 100% |
Swirlds is not Hashgraph. Swirlds is a solution built on top of Hashgraph so no surprise if they don't open source their code. Big deal. I sounds like you are still in the mindset that Hashgraph is a full-fledged solution. Hashgraph is a patented algorithm that can be used as the basis for a lot of different types of solutions - Swirlds is just one of these solutions. The simple takeaway is that Leemon and company want to make money off of their investment in solving a serious computer science performance challenge. They therefore don't want to give away their exact code to others, but they certainly have in any case revealed how it is working to a large degree already. I don't think this is a crazy thing for them to do. They can then license it to various crypto developers for a portion of their profits. [I've seen here for example that Lykke is planning on using Hashgraph](https://streams.lykke.com/Project/ProjectDetails/decentralized-realtime-matching-engine)
author | newsandviews |
---|---|
permlink | re-alexpmorris-re-newsandviews-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171228t002544341z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://streams.lykke.com/Project/ProjectDetails/decentralized-realtime-matching-engine"],"app":"steemit/0.1"} |
created | 2017-12-28 00:25:03 |
last_update | 2017-12-28 00:25:03 |
depth | 3 |
children | 10 |
last_payout | 2018-01-04 00:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 977 |
author_reputation | 3,103,741,266,799 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,601,770 |
net_rshares | 3,226,317,545 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
newsandviews | 0 | 3,226,317,545 | 100% |
[Dan & hashgraph = no results](https://www.asksteem.com/search?q=author%3Adan+AND+hashgraph). Going from Leemon Baird, everyone get's the whole state eventually and since the messages are so small it could work for just currency. Bigger apps might be problematic but you don't have to save the whole state. _And_ they have Java apps for you to play with @alexpmorris also a little stock exchange thingie ;) ### 5th video with Leemon about HashGraph https://youtu.be/Nog8Kr7qkfQ
author | nutela |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t182617853z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["alexpmorris"],"image":["https://img.youtube.com/vi/Nog8Kr7qkfQ/0.jpg"],"links":["https://www.asksteem.com/search?q=author%3Adan+AND+hashgraph","https://youtu.be/Nog8Kr7qkfQ"],"app":"steemit/0.1"} |
created | 2017-12-27 18:26:18 |
last_update | 2017-12-27 18:26:18 |
depth | 1 |
children | 6 |
last_payout | 2018-01-03 18:26:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.172 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 481 |
author_reputation | 12,740,113,194,550 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,558,480 |
net_rshares | 20,772,704,882 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nutela | 0 | 20,772,704,882 | 100% | ||
mgsun | 0 | 0 | 100% |
As I've written in other comments, I'm not saying there aren't particular use-cases where Hashgraph may be useful, such as for the purpose of a temporal distributed order book. But the thing is, perhaps you can explain to me (except for *possibly* a more stream-lined "plug-and-play" solution), how this is so revolutionary versus something like Bisq Network *(also open-source and written in Java)*: >To be properly decentralized, one must avoid single points of failure: > * Bisq does not hold any bitcoins. All are held in multisignature addresses rather than a Bisq-controlled wallet. * Bisq does not hold any national currency. National currency is transferred directly from one trader to the other. * **Bisq uses a Peer-to-Peer network over Tor. This means there are no servers to be hacked or DDoSβd.** * Bisq does not know the traders. No data is stored on who trades with whom. * Bisq does not require registration. This means privacy is maintained, there are no βapprovalβ wait times, * and identity theft becomes impossible. * Bisq is not a company. It is an open source project organized as a Decentralized Autonomous Organization (DAO). Link: <a href="https://bisq.network/faq/">Bisq Network FAQ</a> In addition, by using TOR, counterparties have a lot more anonymity than I would expect they would through a Swirlds-based solution, but feel free to correct me if I'm wrong on this. Also, perhaps you can also better explain to me this whole *concept* of "gossip about gossip", because the more I try to understand it, the more it seems to me little more than a fancy marketing "buzzword".
author | alexpmorris |
---|---|
permlink | re-nutela-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t201636160z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://bisq.network/faq/"],"app":"steemit/0.1"} |
created | 2017-12-27 20:16:36 |
last_update | 2017-12-27 20:19:03 |
depth | 2 |
children | 4 |
last_payout | 2018-01-03 20:16:36 |
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,607 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,573,207 |
net_rshares | 0 |
Bisq sounds mighty interesting, I'll check coinmarketcap. Gossip about gossip means that everyone adds two hashes from which the order can be validated.
author | nutela |
---|---|
permlink | re-alexpmorris-re-nutela-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171228t100929059z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-28 10:09:27 |
last_update | 2017-12-28 10:09:27 |
depth | 3 |
children | 3 |
last_payout | 2018-01-04 10:09:27 |
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 | 153 |
author_reputation | 12,740,113,194,550 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,663,994 |
net_rshares | 341,247,300 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mr-asfandyar | 0 | 341,247,300 | 100% |
this is kind of interesting too, @nutela. I went to check out the <a href="http://www.swirlds.com/download/">Swirlds/Hashgraph SDK</a>, and saw this message: >The SDK is free for anyone to download and play with. You can even experiment with building applications on it. **If you would like to deploy your application, contact us at sales@swirlds.com** And from this post, <a href="https://www.thestreet.com/story/14385913/1/is-hashgraph-technology-just-hype-or-can-it-dethrone-blockchain-.html">"Is Hashgraph Technology Just Hype, or Can It Dethrone Blockchain?"</a>: >"Until Hashgraph releases the core code as open source, and they are able to gain a real user base it poses zero threat to blockchain," said David Moskowitz, co-founder and CEO of Indorse, a decentralized professional network company based in Singapore. > >"There are dozens if not hundreds of new blockchains claiming to be superior to Bitcoin, but until they gain significant community support and are truly battle tested I do not see them as more than long shots," he said. So at this point all that is available for Swirlds is a closed-source library, and I've gotta contact their *sales* department if I want to *deploy* my application?! Not to mention, of course, that Swirlds even has <a href="http://www.swirlds.com/ip/">multiple patents</a> on the future of the "free and open" blockchain killer, which of course is their private solution, wait for it... Hashgraph! Hmmmm......... yeah, unless I'm *reeeeeeaaaaalllly* missing something here, I think I'll pass.
author | alexpmorris |
---|---|
permlink | re-nutela-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171227t233600370z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["nutela"],"links":["http://www.swirlds.com/download/","https://www.thestreet.com/story/14385913/1/is-hashgraph-technology-just-hype-or-can-it-dethrone-blockchain-.html","http://www.swirlds.com/ip/"],"app":"steemit/0.1"} |
created | 2017-12-27 23:36:00 |
last_update | 2017-12-27 23:44:45 |
depth | 2 |
children | 0 |
last_payout | 2018-01-03 23:36:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.168 HBD |
curator_payout_value | 0.048 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,548 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,596,403 |
net_rshares | 20,716,442,944 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nutela | 0 | 19,759,882,544 | 100% | ||
carbonesque | 0 | 606,090,200 | 100% | ||
mr-asfandyar | 0 | 350,470,200 | 100% |
Sigh >So therein lines the key... Just because something is properly ordered, doesn't imply it is valid. And once you add transaction validation, the level of performance will inevitably drop significantly. The order is enough because you know who paid which token first. >Every transaction explicitly includes its new output state. This state includes everything that must be modified in an atomic manner. If the UTXO were an exchange order book, then the state would be the entire order book. What works for Bitcoin currency (a short script and a balance), doesnβt work for anything that is even slightly more complex or that refers to more data. Yes. "the state _is_ the entire order book". The state is determined by effectlivy sending everyone the whole hashgraph. This is called virtual voting because you already know how someone would vote if you see the state of the world. From your own link: >HashGraph uses two special techniques to achieve fast, fair and secure consensus. >Gossip about Gossip Virtual Voting Gossip about Gossip basically means attaching a small additional amount of information to this Gossip, which are two hashes containing the last two people talked to. Using this information, a Hashgraph can be built and regularly updated when more information is gossiped, on each node. >Once the Hashgraph is ready, it is easy to know what a node would vote, since we are aware of information that each node has and when they knew it. This data can thus be used as an input to the voting algorithm and to find which transactions have reached consensus quickly. >http://www.thewindowsclub.com/what-is-hashgraph
author | nutela |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20180106t222852046z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1","links":["http://www.thewindowsclub.com/what-is-hashgraph"]} |
created | 2018-01-06 22:28:51 |
last_update | 2018-01-06 22:35:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 22:28:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.210 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,639 |
author_reputation | 12,740,113,194,550 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,626,628 |
net_rshares | 21,816,701,375 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nutela | 0 | 21,816,701,375 | 100% |
So Alex! Let's calculate this _tiny bit of information on top of the baseline, the last person I talked to_... >Hashgraph makes it possible to have all of the fantastic security properties of voting based algorithms _without ever casting a single vote over the network_, and it works pretty simply. >Basically, **if we all have a copy of a database**, all the transactions that get get gossiped have to go to everybody. So that's the minimum bandwidth baseline requirement. We can add a _tiny amount of information on top of that base line_. Basically, when I talked to you in addition to passing you, the transaction, I'm going to pass you a little bit of information that describes or says **who's the last person I talked to and you're going to do the same**. >So, every time you talk to a member of the network, you pass the transactions and you say who it was you spoke to last using that information. We can build up a picture of the gossip, basically a graph, the hash graph of the gossip about gossip, who has talked to whom and when. Using that, as an input to one of these pure voting based algorithms, we can calculate _internally_ what each member would vote if they were to have cast their vote over the network. In other words, we do virtual voting. Starts from 6:55 https://youtu.be/ZrFrXFdRW4k?t=6m55s
author | nutela |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20180107t092020150z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://img.youtube.com/vi/ZrFrXFdRW4k/0.jpg"],"links":["https://youtu.be/ZrFrXFdRW4k?t=6m55s"],"app":"steemit/0.1"} |
created | 2018-01-07 09:20:18 |
last_update | 2018-01-07 09:20:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 09:20: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 | 1,323 |
author_reputation | 12,740,113,194,550 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,719,690 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rogersilen | 0 | 0 | 100% |
A very great post, thanks for sharing important information
author | rambeesbd |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t225851782z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 22:58:57 |
last_update | 2017-12-26 22:58:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 22:58: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 | 59 |
author_reputation | 1,360,732,403,960 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,415,669 |
net_rshares | 0 |
Great post. I learned a lot I didnβt know. Thank you for sharing
author | road2wisdom |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t232422394z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:24:24 |
last_update | 2017-12-26 23:24:24 |
depth | 1 |
children | 1 |
last_payout | 2018-01-02 23:24:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.103 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 18,694,384,095,729 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,418,419 |
net_rshares | 18,448,592,940 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 16,565,154,800 | 10% | ||
road2wisdom | 0 | 951,925,240 | 100% | ||
theoriginal | 0 | 602,562,800 | 100% | ||
mr-asfandyar | 0 | 328,950,100 | 100% |
glad you enjoyed it @road2wisdom, and great to see you back around these here parts again! :)
author | alexpmorris |
---|---|
permlink | re-road2wisdom-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t233043477z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["road2wisdom"],"app":"steemit/0.1"} |
created | 2017-12-26 23:30:45 |
last_update | 2017-12-26 23:30:54 |
depth | 2 |
children | 0 |
last_payout | 2018-01-02 23:30:45 |
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 | 93 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,419,059 |
net_rshares | 0 |
Permissioned/centralized blockchains will be necessary for certain industries and use case, while truly decentralized payment networks will fulfill the needs of other markets. I believe there's no point in having some kind of competition/war between the two.
author | techwizardry |
---|---|
permlink | re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t235143998z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:51:42 |
last_update | 2017-12-26 23:51:42 |
depth | 1 |
children | 1 |
last_payout | 2018-01-02 23:51:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.394 HBD |
curator_payout_value | 0.462 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 260 |
author_reputation | 32,427,623,326,884 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,421,289 |
net_rshares | 320,253,879,711 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gridcoinman | 0 | 320,253,879,711 | 100% |
that may be true, however it's a rather different proposition completely, when one purports to be better than the other *(and even better than all others)*, while completely denying those basic differences in use cases, along with the required compromise in design choices made, in order to achieve those differing goals and objectives.
author | alexpmorris |
---|---|
permlink | re-techwizardry-re-alexpmorris-the-blockchain-just-became-obsolete-the-future-is-hashgraph-or-not-20171226t235532797z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 23:55:33 |
last_update | 2017-12-26 23:55:33 |
depth | 2 |
children | 0 |
last_payout | 2018-01-02 23:55:33 |
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 | 336 |
author_reputation | 32,063,874,290,523 |
root_title | "The Blockchain Just Became π¨ Obsolete π¨, the Future is Hashgraph... or NOT?! π" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,421,702 |
net_rshares | 0 |