Vitalik Buterin recently [took a question about EOS at the Ethereum Shenzhen Keynote](https://youtu.be/SuY6L1nhWxM?t=495). Today I would like to provide some factual corrections to his claims about EOS. I will do this by addressing each of his points one at a time. https://youtu.be/SuY6L1nhWxM?t=495 At 8:20 minutes into the above video Vitalik Buteran says: > The reason why EOS says that they can process more transactions comes from two sources. One of them is there are a lot of protocol features that Ethereum has EOS doesn’t have. One of them, for example, was merkle trees. So this if you want to prove anything about a transaction then anyone in the network can prove it. And you actually don’t need that much computing power to prove that the state of that account is some number and that the transaction was included. EOS does not have this. [EOS does have a merkle tree over all the transactions within a block](https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md#merkle-proofs-for-light-client-validation--lcv-). This means it is possible to prove you have been paid without having to process all blocks nor trust the full nodes. In fact, these proofs are smaller than ETH because light nodes don’t even require the full history of block headers. I have previously addressed the issue of generating Merkle Tree’s over state in my blog post titled [Blockchain State Representation should be Abstract and not part of Consensus](https://steemit.com/etheruem/@dantheman/blockchain-state-representation-should-be-abstract-and-not-part-of-consensus). I have also made the analogy that Blockchain state is like [Schrödiger’s cat](https://en.wikipedia.org/wiki/Schr%C3%B6dinger%27s_cat), you can never actually observe it or prove anything about it except by opening the box to find out if the cat is dead or alive. More specifically, while you can prove what the state was 1 minute ago (when you last opened the box), you cannot prove what the state is right now. At any time a transaction could mutate that state and it will no longer be the same as when you read it. The only exception is the use of “time locks” that assert the state cannot be modified for some time. Heavy use of time locks will crush performance and is of limited application. > What this means is that if you are participating in the EOS network and you do not have a full node, that means a node that is processing all of the transactions. Then that means you have to trust the full nodes. That there is no way to verify for yourself that everything is happening correctly. EOS is designed to allow nodes that validate partial state. This means that not all nodes need to run every contract. This in turn means it is possible to know the state of the applications and contracts you care about without having a highly resource demanding full node. Second, light clients can prove what actions users took (transactions), therefore, they can prove payment. Third, if a proof is really necessary they can broadcast a transaction that will assert the state they care about. If you cannot find multiple independent sources of blockchain truth that you can cross reference then you have bigger problems. Finally, everyone in the EOS ecosystem is contractually bound by a constitution and if the API nodes lie about blockchain state there will be cryptographic evidence of their lie and they can be held accountable for damages. In Ethereum you have to trust the light clients are validating proofs and syncing from the proper blockchain. The merkle proofs you do generate about state are quickly dated and irrelevant. ## Attacking DPOS Next Vitalik goes on to attack Delegated Proof of Stake. > The number of full nodes in EOS is going to be smaller. So Dan Larimer has this concept called DPOS where he says that in DPOS you only need about 100 nodes in the network and consensus happens among these full nodes and everyone else is a thin client. The other reason it (EOS) claims it can process more transactions is because the requirements (bandwidth, computing) for each of these full nodes is much higher. This is one way to achieve scalability. > > The problem is that if you have 100 nodes the system is much more centralized. You can denial of service them. Because you have to vote for them, the nodes that win are going to be the nodes that everyone knows. So it is much easier to attack the people running the nodes. ISPs can shut them down, companies can shut them down, governments can shut it down fairly easily. That particular path to scalability does come at a fairly high cost and that cost is that if you try to achieve scalability by having larger nodes then the number of nodes becomes much smaller is that that makes the system more centralized. His basic argument is that there are fewer full nodes and that they are easily identified and can be shut down by governments. He goes on to say that achieving scalability by having larger nodes makes the system more centralized. This of course demands a comparison, “more centralized than what”. Here is the distribution of block producing nodes on Ethereum. As you can see two pools control 51% of the hash power and can trivially ignore blocks produced by all the other pools. <div class="pull-right">  </div> The next fact is that for all practical purposes ETH full nodes are already too resource intensive for the vast majority. On top of that almost all light clients don’t even bother with the merkle proofs that Vitalik claims are so valuable. The fact of the matter is that when it comes to block producers, Ethereum and every other protocol is far more centralized than the DPOS blockchains; especially when you use [meaningful definitions of centralization](http://bytemaster.github.io/article/2015/01/13/Decentralization-of-Nxt-vs-BitShares/) (such as number of unique producers per transaction confirmation window). ## The Black Market Vitalik’s final point is that DPOS can be shut down far more easily by governments, ISPs, and corporations. This point is built on top a foundation of false assumptions regarding decentralization that I have already proven above. The fact of the matter is that Ethereum and Bitcoin have already suffered denial of service attacks where as Steem and BitShares have not despite attempts to flood the network. As the pie chart above demonstrates, it would be trivial to cripple Ethereum’s network by taking out 90% of the hash power with 7 nodes. The elephant in the room is that all of these public blockchains rely upon a peer-to-peer discovery process. Governments and ISPs around the world know exactly where every Ethereum node is and can trivially shutdown any and all public endpoints. We have already established that Etheruem full nodes are too impractical at today’s scale. This means that real applications will be relying upon public API endpoints. The recent EOS Token Distribution application was sufficiently demanding to shut down all available public API endpoints. The threat of government shutdown is based primarily on an assumption of illegal activity. We believe that there is a blue ocean of opportunities for legal blockchain applications that do not need to worry about a coordinated international effort to shut them down. Block producers and API endpoints can be setup in the most free jurisdictions ## Conclusion EOS is designed around far more realistic assumptions and logic and achieves scalability by avoiding the dogmatic fallacies promoted by Bitcoin and Ethereum maximalists. I have shown time and again that DPOS is more decentralized in practice by any real measure of decentralization. I have also shown that there are more options for light clients and that Vitalik’s claims of government resistance ignore fundamental properties and vulnerabilities of any public blockchain. For those interested in the topic of decentralization you should read these blog posts of mine: - [Decentralization of Nxt vs BitShares](http://bytemaster.github.io/article/2015/01/13/Decentralization-of-Nxt-vs-BitShares/) - [Decentralization, Scalability, and Fault Tolerance of Bitcoin]( http://bytemaster.github.io/article/2015/01/12/Decentralization-Scalability-and-Fault-Tolerance-of-Bitcoin/) - [How to Measure the Decentralization of Bitcoin](http://bytemaster.github.io/article/2015/01/09/How-to-Measure-the-Decentralization-of-Bitcoin/) - [The Most Decentralized Proof of Stake System](http://bytemaster.github.io/article/2015/01/07/The-Most-Decentralized-Proof-of-Stake-System/)
author | dan |
---|---|
permlink | response-to-vitalik-buterin-on-eos |
category | eos |
json_metadata | {"tags":["eos","ethereum","vitalik"],"image":["https://img.youtube.com/vi/SuY6L1nhWxM/0.jpg","https://steemitimages.com/DQmRmDVbfqF1aYtUkbXTWxYB1XQWgA9s2hwDFXChueh3tDE/image.png"],"links":["https://youtu.be/SuY6L1nhWxM?t=495","https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md#merkle-proofs-for-light-client-validation--lcv-","https://steemit.com/etheruem/@dantheman/blockchain-state-representation-should-be-abstract-and-not-part-of-consensus","https://en.wikipedia.org/wiki/Schr%C3%B6dinger%27s_cat","http://bytemaster.github.io/article/2015/01/13/Decentralization-of-Nxt-vs-BitShares/","http://bytemaster.github.io/article/2015/01/12/Decentralization-Scalability-and-Fault-Tolerance-of-Bitcoin/","http://bytemaster.github.io/article/2015/01/09/How-to-Measure-the-Decentralization-of-Bitcoin/","http://bytemaster.github.io/article/2015/01/07/The-Most-Decentralized-Proof-of-Stake-System/"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-07-31 13:23:30 |
last_update | 2017-07-31 13:29:48 |
depth | 0 |
children | 171 |
last_payout | 2017-08-07 13:23: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 | 8,649 |
author_reputation | 155,470,101,136,708 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 10,319,540 |
net_rshares | 104,958,149,161,486 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 4,539,979,957 | 1% | ||
dan | 0 | 172,247,919,188,584 | 100% | ||
ned | 0 | -145,413,991,457,002 | -100% | ||
wackou | 0 | 4,841,533,717,139 | 30% | ||
enlil | 0 | 396,746,112,000 | 10% | ||
anu | 0 | 39,674,378,800 | 2.5% | ||
sandra | 0 | 18,944,042,337 | 9% | ||
ihashfury | 0 | 3,351,099,635 | 2.34% | ||
rossco99 | 0 | 464,055,169,313 | 100% | ||
liondani | 0 | 689,068,721,751 | 100% | ||
xeroc | 0 | 2,247,979,590,698 | 100% | ||
steem-id | 0 | 762,169,028,003 | 100% | ||
testz | 0 | 785,870,360,440 | 100% | ||
val | 0 | 168,436,103,600 | 100% | ||
jason | 0 | 18,153,248,152 | 6.21% | ||
taconator | 0 | 173,697,980,376 | 100% | ||
bonapartist | 0 | 412,610,199,935 | 100% | ||
benjojo | 0 | 99,192,338,603 | 100% | ||
pheonike | 0 | 34,205,633,851 | 20% | ||
fractalnode | 0 | 336,345,274,759 | 100% | ||
marketingmonk | 0 | 387,160,722,270 | 100% | ||
pnc | 0 | 3,593,484,488 | 1% | ||
jbrukh | 0 | 199,876,336,646 | 100% | ||
chris4210 | 0 | 758,664,386,750 | 100% | ||
chryspano | 0 | 1,191,385,836,327 | 100% | ||
sandwich | 0 | 57,963,797,116 | 100% | ||
methodise | 0 | 0 | 100% | ||
morning | 0 | 988,377,100,900 | 100% | ||
ppitonak | 0 | 11,878,525,576 | 100% | ||
max-infeld | 0 | 10,537,685,505 | 100% | ||
bleepcoin | 0 | 191,042,144,125 | 25% | ||
holabebe | 0 | 108,685,711,020 | 100% | ||
chris-bates | 0 | 3,205,269,630 | 100% | ||
mranderson | 0 | 43,317,025,044 | 100% | ||
teamsteem | 0 | 185,166,915,844 | 1% | ||
dan-atstarlite | 0 | 137,225,354,070 | 24% | ||
blakemiles84 | 0 | 594,866,622,659 | 100% | ||
theshell | 0 | 258,403,886,552 | 100% | ||
midnas-howler | 0 | 43,512,304,801 | 5% | ||
cm-steem | 0 | 297,034,959,722 | 100% | ||
the-alien | 0 | 274,814,613,455 | 100% | ||
kenny-crane | 0 | 79,692,193,570 | 20% | ||
samether | 0 | 12,745,438,846 | 100% | ||
pangur-ban | 0 | 4,551,855,543 | 100% | ||
ratel | 0 | 9,143,750,942 | 70% | ||
facer | 0 | 173,256,678,372 | 100% | ||
tee-em | 0 | 29,020,246,155 | 100% | ||
michaelx | 0 | 124,485,146,987 | 100% | ||
albertogm | 0 | 51,524,742,464 | 100% | ||
tyler-fletcher | 0 | 46,741,096,054 | 100% | ||
superfreek | 0 | 3,752,084,251 | 100% | ||
isteemit | 0 | 74,369,263,869 | 40% | ||
nadejde | 0 | 8,670,869,970 | 100% | ||
michaellamden68 | 0 | 950,764,741 | 1% | ||
lauralemons | 0 | 436,400,591 | 0.5% | ||
roelandp | 0 | 488,567,823,081 | 10% | ||
endaksi1 | 0 | 12,325,899,131 | 100% | ||
gikitiki | 0 | 2,289,433,516 | 10% | ||
revulv | 0 | 39,452,385,410 | 100% | ||
incomemonthly | 0 | 11,454,343,262 | 50% | ||
sephiroth | 0 | 738,288,955,769 | 100% | ||
transisto | 0 | 12,453,921,017,876 | 100% | ||
raymondspeaks | 0 | 25,637,823,926 | 100% | ||
joshuaseymour | 0 | 0 | 100% | ||
shla-rafia | 0 | 0 | 5% | ||
phenom | 0 | 99,168,192,715 | 100% | ||
coininstant | 0 | 160,584,917,160 | 100% | ||
celsius100 | 0 | 35,186,830,829 | 20% | ||
ask-not-please | 0 | 4,793,714,855 | 100% | ||
jhirsch41 | 0 | 454,390,018 | 100% | ||
marius19 | 0 | 40,353,514,977 | 100% | ||
sompitonov | 0 | 23,416,733,565 | 100% | ||
fatboy | 0 | 1,504,128,759,421 | 100% | ||
mikeinfla | 0 | 4,133,231,260 | 100% | ||
loum | 0 | 17,805,021,425 | 100% | ||
gomeravibz | 0 | 107,590,666,006 | 60% | ||
letc | 0 | 1,278,513,975 | 20% | ||
toxic | 0 | 1,031,528,350,383 | 100% | ||
brendio | 0 | 455,167,605,772 | 80% | ||
veerprit | 0 | 6,889,911,243 | 100% | ||
cmorton | 0 | 14,209,101,231 | 40% | ||
madscientistx13 | 0 | 5,480,014,120 | 100% | ||
mrosenquist | 0 | 3,613,928,303 | 1% | ||
marcusw | 0 | 241,942,461 | 100% | ||
lamech-m | 0 | 199,562,366 | 1% | ||
dgarsan | 0 | 11,366,590,739 | 100% | ||
coolspeed | 0 | 20,019,836,824 | 100% | ||
someguy123 | 0 | 3,720,111,600 | 0.3% | ||
hilarski | 0 | 9,977,932,494 | 5% | ||
themonetaryfew | 0 | 357,241,490,383 | 100% | ||
nulliusinverba | 0 | 10,791,211,632 | 100% | ||
runridefly | 0 | 5,655,650,697 | 1% | ||
barrydutton | 0 | 48,186,869,295 | 6% | ||
krnel | 0 | 316,490,161,183 | 25% | ||
darkflame | 0 | 12,633,896,737 | 22% | ||
xanoxt | 0 | 198,420,759,263 | 100% | ||
ghasemkiani | 0 | 215,757,072,093 | 100% | ||
titusfrost | 0 | 205,251,390,350 | 100% | ||
doitvoluntarily | 0 | 197,421,068,220 | 100% | ||
gsdalex | 0 | 982,550,915 | 100% | ||
shieha | 0 | 41,508,846,785 | 33% | ||
kyusho | 0 | 9,113,235,813 | 5% | ||
dan-bn | 0 | 447,720,251,523 | 100% | ||
allyouneedtoknow | 0 | 1,431,033,382 | 2% | ||
nikolayhg | 0 | 214,812,930 | 100% | ||
tracemayer | 0 | 15,918,958,724 | 100% | ||
ibringawareness | 0 | 73,193,711,335 | 100% | ||
freebornangel | 0 | 2,902,274,849 | 4% | ||
tarekadam | 0 | 289,303,455,544 | 30% | ||
ancapwarren | 0 | 1,625,879,598 | 25% | ||
whoib | 0 | 147,055,790 | 100% | ||
scottfree | 0 | 197,298,775 | 100% | ||
luzcypher | 0 | 94,222,524,765 | 100% | ||
dylanhobalart | 0 | 4,571,912,755 | 5% | ||
siniceku | 0 | 555,393,978 | 100% | ||
bosjaya | 0 | 1,895,571,539 | 100% | ||
ninkhisibir | 0 | 13,985,336,731 | 100% | ||
thomasp | 0 | 602,266,166 | 100% | ||
bleujay | 0 | 1,591,598,517,199 | 100% | ||
vov95vov | 0 | 632,294,151 | 100% | ||
wakeupworldnews | 0 | 4,997,875,778 | 100% | ||
me-we | 0 | 966,976,771 | 100% | ||
anritco | 0 | 157,410,349,383 | 100% | ||
shawnlauzon | 0 | 0 | 100% | ||
simonjay | 0 | 44,315,780,824 | 40% | ||
adept | 0 | 332,149,080,468 | 100% | ||
blhz | 0 | 6,144,492,629 | 100% | ||
thejohalfiles | 0 | 29,392,144,244,993 | 100% | ||
dragosroua | 0 | 29,550,101,894 | 10% | ||
ejhaasteem | 0 | 1,995,008,518 | 12% | ||
raluca | 0 | 2,124,098,219 | 10% | ||
sstefan | 0 | 33,746,701,374 | 40% | ||
schererf | 0 | 0 | 5% | ||
garvofe | 0 | 4,321,003,911 | 30% | ||
jmehta | 0 | 934,966,544 | 100% | ||
joanaltres | 0 | -11,342,744,767 | -100% | ||
oleg326756 | 0 | 109,027,958 | 0.5% | ||
breezin | 0 | 430,578,619 | 1% | ||
wagnertamanaha | 0 | 6,523,834,234 | 100% | ||
humanearl | 0 | 335,733,247,603 | 100% | ||
dammylohar | 0 | 740,613,370 | 100% | ||
v4vapid | 0 | 4,489,296,049,736 | 30% | ||
cryptofreedom | 0 | 46,967,319,494 | 100% | ||
dragon40 | 0 | 3,275,624,013 | 10% | ||
philia | 0 | 1,671,863,914 | 100% | ||
fajarsdq | 0 | 1,142,425,313 | 100% | ||
izqui | 0 | 0 | 0% | ||
ryanthegecko | 0 | 4,675,409,124 | 30% | ||
princeofcats | 0 | 0 | 0% | ||
deadmosco | 0 | 14,796,496,631 | 100% | ||
blacklist-a | 0 | -57,305,528 | -10% | ||
samuelpaddy | 0 | 193,312,157 | 100% | ||
cyfi | 0 | 8,928,731,539 | 100% | ||
spinbitz | 0 | 440,060,261,758 | 100% | ||
ackza | 0 | 2,523,680,566 | 4% | ||
cybertiger | 0 | 55,667,146 | 100% | ||
anri-avgustino | 0 | 16,973,697,617 | 100% | ||
jamesc1 | 0 | 844,076,027,497 | 100% | ||
gladbhoy | 0 | 2,659,636,089 | 100% | ||
leviarcoin | 0 | 3,328,507,681 | 100% | ||
nba05 | 0 | 6,461,611,180 | 100% | ||
milotmehmeti | 0 | 0 | 100% | ||
tibra | 0 | 0 | 100% | ||
saifulbahri | 0 | 3,077,445,966 | 100% | ||
midas | 0 | 0 | 100% | ||
sirryg | 0 | 624,240,228 | 100% | ||
blockchainbros | 0 | 694,966,884 | 100% | ||
szokerobert | 0 | 1,618,902,621 | 15% | ||
aaagent | 0 | 11,940,795,652 | 100% | ||
greenstar | 0 | 479,857,042 | 1% | ||
synapse | 0 | 9,098,871,527 | 100% | ||
yuhjtman | 0 | 19,834,852,859 | 100% | ||
ludorum | 0 | 512,246,703,461 | 25% | ||
aarkay | 0 | 398,488,512 | 100% | ||
stargarden | 0 | 35,329,354,978 | 100% | ||
rene1989 | 0 | 640,554,591 | 100% | ||
breezer | 0 | 9,166,030,075 | 100% | ||
sacred-agent | 0 | 8,046,700,786 | 9% | ||
pugriffs | 0 | 288,076,800 | 100% | ||
teddyp | 0 | 14,330,664,679 | 100% | ||
belleontherocks | 0 | 12,289,343,132 | 100% | ||
cdwyatt | 0 | 4,913,512,426 | 100% | ||
etcbits | 0 | 2,535,318,716 | 100% | ||
unlockrs | 0 | 763,905,298 | 1% | ||
beordo | 0 | 7,334,293,957 | 100% | ||
becausehelives | 0 | 5,635,451,838 | 61.83% | ||
rajeshmanial | 0 | 6,061,468,581 | 100% | ||
renantg | 0 | 4,828,924,216 | 100% | ||
sneakgeekz | 0 | 61,800,093,775 | 25% | ||
zacharius | 0 | 6,417,175,564 | 100% | ||
jkkim | 0 | 31,034,564,223 | 10% | ||
ebejammin | 0 | 631,972,141,982 | 100% | ||
jalmendra99 | 0 | 6,073,211,216 | 100% | ||
todstikles | 0 | 621,919,760 | 100% | ||
humby | 0 | 621,340,000 | 100% | ||
rahulyadav | 0 | 252,238,191 | 1% | ||
natra | 0 | 166,374,886 | 1% | ||
avral | 0 | 0 | 100% | ||
happychau123 | 0 | 6,859,671,550 | 100% | ||
drkeyweb | 0 | 21,731,714,019 | 100% | ||
gyanibilli | 0 | 5,536,187,045 | 100% | ||
embracingchaos | 0 | 2,385,802,569 | 10% | ||
jringo | 0 | 4,685,701,099 | 100% | ||
geetharao | 0 | 2,704,459,126 | 30.39% | ||
raizen | 0 | 21,399,249,476 | 100% | ||
arsar | 0 | 3,078,580,777 | 100% | ||
almost-digital | 0 | 183,161,194,607 | 100% | ||
streett | 0 | 621,381,417 | 100% | ||
clembcn | 0 | 621,340,000 | 100% | ||
keld.vraakjaer | 0 | 55,607,029,788 | 100% | ||
awarewolf | 0 | 612,477,922 | 100% | ||
mythocurrency | 0 | 1,509,974,847 | 100% | ||
roseville | 0 | 0 | 100% | ||
papotus | 0 | 1,160,708,541 | 100% | ||
trad3r1ck | 0 | 0 | 100% | ||
andric | 0 | 1,160,956,442 | 100% | ||
theduke | 0 | 4,932,172,164 | 100% | ||
misty1z | 0 | 42,046,227,245 | 91% | ||
flair | 0 | 1,160,707,683 | 100% | ||
poss | 0 | 2,900,559,304 | 100% | ||
varys | 0 | 1,160,707,588 | 100% | ||
quantum64 | 0 | 1,256,169,228 | 100% | ||
ch00fy | 0 | 26,667,639,131 | 100% | ||
ideagenerator | 0 | 3,929,335,888 | 100% | ||
southforce | 0 | 11,092,105,685 | 100% | ||
mylifeasgoda | 0 | 955,529,874 | 100% | ||
gokulnk | 0 | 2,032,157,637 | 100% | ||
stormie108 | 0 | 1,013,522,822 | 100% | ||
xyzashu | 0 | 1,431,361,913 | 100% | ||
ericrumor | 0 | 5,367,085,638 | 100% | ||
theycallmevic | 0 | 1,160,706,383 | 100% | ||
bigdan | 0 | 1,205,163,272 | 100% | ||
getsome3000 | 0 | 10,159,031,470 | 51% | ||
neneliz | 0 | 110,266,952 | 100% | ||
aneyefromturkey | 0 | 1,138,565,826 | 100% | ||
makshay5 | 0 | 16,480,355,798 | 100% | ||
juanjorosale | 0 | 613,580,873 | 100% | ||
green21 | 0 | 968,490,199 | 100% | ||
mrrifat1 | 0 | 654,949,473 | 100% | ||
eutectico | 0 | 64,418,022,882 | 100% | ||
deepsoulradio | 0 | 1,160,700,457 | 100% | ||
athander | 0 | 1,056,236,930 | 100% | ||
bayarearealtor | 0 | 1,160,699,830 | 100% | ||
mikehydes | 0 | 1,084,494,582 | 100% | ||
muhammadfaisal | 0 | 1,085,686,042 | 100% | ||
perdro | 0 | 1,086,606,914 | 100% | ||
pondycrane | 0 | 1,160,740,027 | 100% | ||
wayness12 | 0 | 0 | 100% | ||
littlevoice | 0 | 2,714,852,274 | 100% | ||
digzy33 | 0 | 176,498,833,842 | 60% | ||
ae-ro | 0 | 1,160,697,662 | 100% | ||
frankbuse | 0 | 998,222,615 | 100% | ||
needmorefat | 0 | 1,414,433,244 | 23.62% | ||
casanas1 | 0 | 0 | 0% | ||
liflorence | 0 | 4,726,707,082 | 100% | ||
steewrit | 0 | 3,225,825,484 | 100% | ||
steemknowledge | 0 | 17,057,455,957 | 100% | ||
capestorm | 0 | 1,143,286,096 | 100% | ||
hayko | 0 | 1,430,736,642 | 100% | ||
steeleminer | 0 | 1,017,985,093 | 100% | ||
eikr | 0 | 1,160,696,105 | 100% | ||
crypto.don | 0 | 1,015,390,885 | 100% | ||
nikhilguru | 0 | 406,984,667 | 100% | ||
boucaron | 0 | 1,212,202,629 | 100% | ||
benjixiii | 0 | 992,712,263 | 100% | ||
okdubai | 0 | 1,017,612,616 | 100% | ||
technicalguru | 0 | 1,096,855,059 | 100% | ||
fahrullah | 0 | 237,505,884 | 100% | ||
jonnyda1811 | 0 | 377,870,462 | 100% | ||
allcapsonezero | 0 | 9,048,541,556 | 100% | ||
yogevm | 0 | 5,291,002,884 | 100% | ||
horazwiwik | 0 | 2,756,705,552 | 100% | ||
reddeadpanda2012 | 0 | 962,927,556 | 100% | ||
zeuseagle | 0 | 1,096,853,698 | 100% | ||
yukimaru | 0 | 4,586,963,743 | 100% | ||
repol | 0 | 1,096,853,573 | 100% | ||
o1o1o1o | 0 | 9,400,518,327 | 100% | ||
world-water-bank | 0 | 209,806,280 | 100% | ||
bullshark | 0 | 61,090,440,780 | 100% | ||
ridha | 0 | 964,283,089 | 100% | ||
christ2169 | 0 | 146,010,232 | 100% | ||
crypto.girl | 0 | 20,678,725,604 | 100% | ||
ktldty | 0 | 1,160,690,170 | 100% | ||
cryptocrude | 0 | 1,160,689,639 | 100% | ||
soclicky | 0 | 0 | 0% | ||
vulturestkn | 0 | 1,610,820,084 | 100% | ||
andyturner | 0 | 12,393,568,078 | 100% | ||
aifuture | 0 | 752,632,161 | 100% | ||
qed | 0 | 2,749,088,717 | 100% | ||
bachuslib | 0 | 1,942,318,450 | 100% | ||
kumablack | 0 | 22,168,172,107 | 100% | ||
ddot | 0 | 1,041,039,968 | 100% | ||
ttudor | 0 | 1,095,717,798 | 100% | ||
piggyadventures | 0 | 1,005,709,838 | 100% | ||
adison | 0 | 0 | 100% | ||
klausv587 | 0 | 1,160,683,746 | 100% | ||
nkr | 0 | 889,660,910 | 100% | ||
epeakinfo | 0 | 176,482,619 | 100% | ||
jackidi | 0 | 638,374,106 | 100% | ||
najs1crypto | 0 | 80,101,379,287 | 100% | ||
pijushmitra | 0 | 0 | 0% | ||
isabelpena | 0 | 1,153,398,328 | 100% | ||
thegoldenphoenix | 0 | 369,656,968 | 100% | ||
quicktyson | 0 | 1,160,679,498 | 100% | ||
padmakshi | 0 | 602,016,939 | 100% | ||
badokun | 0 | 1,160,679,272 | 100% | ||
hkjn | 0 | 13,493,867,746 | 100% | ||
aaronaugustine | 0 | 386,033,158 | 100% | ||
bacterio | 0 | 1,160,678,768 | 100% | ||
pointblanklogic | 0 | 1,125,857,899 | 100% | ||
theroadtoriches | 0 | 1,160,677,938 | 100% | ||
caipi94 | 0 | 994,411,727 | 100% | ||
elliotf1 | 0 | 1,091,685,072 | 100% | ||
wangchen | 0 | 2,267,651,786 | 100% | ||
academix87 | 0 | 151,760,143 | 100% | ||
sandiller | 0 | 998,807,140 | 100% | ||
bikash-tutor | 0 | 1,343,365,715 | 100% | ||
mitchellfinesse | 0 | 3,693,122,979 | 100% | ||
zedfactory | 0 | 1,167,782,879 | 100% | ||
vimukthi | 0 | 816,487,961 | 100% | ||
jackyx2clic | 0 | 115,714,481 | 100% | ||
aluthra7 | 0 | 795,429,047 | 100% | ||
uploada | 0 | 1,160,672,888 | 100% | ||
lusanamaya | 0 | 871,572,356 | 100% | ||
duekie | 0 | 423,067,656 | 100% | ||
siddharthk | 0 | 980,766,888 | 100% | ||
dirtyburger | 0 | 245,356,991 | 100% | ||
peshkov | 0 | 1,160,670,129 | 100% | ||
retropithecus | 0 | 2,868,580,722 | 100% | ||
seranium | 0 | 1,138,833,139 | 100% | ||
hiamshuawasthi23 | 0 | 980,766,140 | 100% | ||
cryptoqu33n | 0 | 1,316,180,326 | 100% | ||
kyhou | 0 | 1,099,527,219 | 100% | ||
trendhobo | 0 | 1,059,306,191 | 100% | ||
vednath | 0 | 934,804,772 | 100% | ||
cyberspace | 0 | 1,653,635,339 | 100% | ||
judyberg | 0 | 1,160,669,153 | 100% | ||
steemhoops99 | 0 | -340,241,428 | -100% | ||
kalijakov | 0 | 1,046,932,954 | 100% | ||
splintah | 0 | 1,160,667,169 | 100% | ||
sim31 | 0 | 1,160,708,160 | 100% | ||
fernandoblum | 0 | 1,137,453,402 | 100% | ||
musvikar | 0 | 984,128,024 | 100% | ||
eclipse2 | 0 | 1,160,666,479 | 100% | ||
nancyyepes | 0 | 941,344,460 | 100% | ||
jcgoez | 0 | 1,221,071,278 | 100% | ||
gigit | 0 | 1,160,666,398 | 100% | ||
awaismuneeb1 | 0 | 209,142,965 | 100% | ||
maite | 0 | 503,509,816 | 100% | ||
alexzhan | 0 | 1,114,239,223 | 100% | ||
rosicreative | 0 | 1,167,225,019 | 100% | ||
malexanders | 0 | 1,137,452,311 | 100% | ||
crypto.xavior | 0 | 1,137,452,289 | 100% | ||
xxrobxx | 0 | 1,102,632,070 | 100% | ||
bilqis07 | 0 | 666,312,036 | 100% | ||
markceliz | 0 | 1,023,353,532 | 100% | ||
mohsinraza | 0 | 0 | 0% | ||
wam | 0 | 1,160,664,283 | 100% | ||
aljazstraser | 0 | 5,443,077,682 | 100% | ||
exxodus | 0 | 1,144,636,530 | 100% | ||
anu-sha | 0 | 493,281,634 | 100% | ||
ai-max | 0 | 1,015,579,765 | 100% | ||
stonedbenots | 0 | 806,660,485 | 100% | ||
alli.top | 0 | 63,287,285 | 100% | ||
jbbasics | 0 | 800,857,073 | 100% | ||
tmichalski | 0 | 1,143,252,443 | 100% | ||
theonepercent | 0 | 3,352,164,080 | 100% | ||
eleon88 | 0 | 81,246,350 | 100% | ||
isaacm | 0 | 336,591,889 | 100% | ||
biltu | 0 | 150,885,966 | 100% | ||
timou | 0 | 992,365,178 | 100% | ||
chompomonim | 0 | 0 | 100% | ||
serkori | 0 | 1,137,447,307 | 100% | ||
azka-amillia | 0 | 87,049,513 | 100% | ||
panossant | 0 | 1,102,627,144 | 100% | ||
lucianofsbeck | 0 | 1,149,053,458 | 100% | ||
enzan | 0 | 1,033,097,713 | 100% | ||
alfa2141 | 0 | 185,705,586 | 100% | ||
adil7222 | 0 | 1,160,659,735 | 100% | ||
nihal-pathan | 0 | 915,251,558 | 100% | ||
rizkirz | 0 | 853,084,740 | 100% | ||
bambr | 0 | 748,624,288 | 100% | ||
adnanmengal | 0 | 934,329,519 | 100% | ||
eosint | 0 | 489,016,246 | 100% | ||
gurev | 0 | 1,160,656,757 | 100% | ||
genaroc | 0 | 1,108,427,143 | 100% | ||
subliminal-times | 0 | 411,002,720 | 100% | ||
qazx321 | 0 | 0 | 0% | ||
ravishankar | 0 | 1,160,654,606 | 100% | ||
fuzo | 0 | 1,160,654,585 | 100% | ||
xrp-coin | 0 | 1,050,392,200 | 100% | ||
magdiel | 0 | 974,949,664 | 100% | ||
naturalboypham | 0 | 1,096,818,368 | 100% | ||
hamdih | 0 | 481,671,557 | 100% | ||
abdulmajid9 | 0 | 1,073,605,276 | 100% | ||
joebarlow154 | 0 | 1,073,605,265 | 100% | ||
matthewquigley | 0 | 795,048,216 | 100% | ||
simonchacon21 | 0 | 1,050,392,153 | 100% | ||
jakmann | 0 | 882,097,274 | 100% | ||
lamorte | 0 | 1,073,605,233 | 100% | ||
teukuazhar | 0 | 1,038,785,599 | 100% | ||
nabhraj | 0 | 986,556,126 | 100% | ||
fauza | 0 | 893,703,756 | 100% | ||
enticingdelights | 0 | 1,050,392,048 | 100% | ||
sandrina.life | 0 | 168,294,858 | 100% | ||
batmansoprman | 0 | 1,032,982,183 | 100% | ||
cicbar | 0 | 610,227,200 | 100% | ||
bitcoking41 | 0 | 1,050,391,893 | 100% | ||
youngtee | 0 | 1,032,982,067 | 100% | ||
swiift | 0 | 847,277,404 | 100% | ||
nueza | 0 | 1,160,653,963 | 100% | ||
ajaysingh | 0 | 911,113,267 | 100% | ||
sezammel | 0 | 1,096,817,804 | 100% | ||
slimane2017 | 0 | 847,277,238 | 100% | ||
aballarde53 | 0 | 1,143,243,838 | 100% | ||
justinlooney | 0 | 1,160,653,630 | 100% | ||
lion53 | 0 | 1,137,440,511 | 100% | ||
maulanamahil | 0 | 1,160,653,473 | 100% | ||
basmaseif | 0 | 644,162,653 | 100% | ||
strategos | 0 | 876,293,279 | 100% | ||
benhur95 | 0 | 951,735,326 | 100% | ||
cristim | 0 | 876,292,882 | 100% | ||
bokseur | 0 | 696,391,490 | 100% | ||
monis | 0 | 824,063,262 | 100% | ||
dj-nyancat | 0 | 992,357,844 | 100% | ||
cashonfire | 0 | 992,357,311 | 100% | ||
josepp | 0 | 607,129,600 | 100% | ||
sergiola01 | 0 | 1,160,651,685 | 100% | ||
hayat | 0 | 0 | 100% | ||
geckothailand | 0 | 0 | 100% | ||
linkdead13 | 0 | 0 | 100% | ||
scottisatthepool | 0 | 0 | 100% | ||
huckfinn06 | 0 | 0 | 100% | ||
farbod | 0 | 0 | 100% | ||
bitizen | 0 | 0 | 100% | ||
sdq | 0 | 0 | 100% | ||
blockpanda | 0 | 0 | 100% | ||
unicorn-y | 0 | 0 | 100% | ||
chunfeng | 0 | 0 | 100% | ||
rockonfred | 0 | 0 | 100% | ||
jungch98 | 0 | 0 | 100% | ||
liar | 0 | 0 | 100% | ||
lunaravent | 0 | 0 | 100% | ||
spbid | 0 | 0 | -100% | ||
eos.arabia | 0 | 0 | 100% | ||
lakmus | 0 | 0 | 100% | ||
belalmood | 0 | 0 | 100% |
Lots to think about . Thank you for bringing this to attention .
author | admyrer |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t140144994z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:01:45 |
last_update | 2017-07-31 14:01:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:01: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 | 64 |
author_reputation | 419,688,682,599 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,322,864 |
net_rshares | 0 |
DPOS is the shit, but it seems to require a slightly better distribution initially so as to not concentrate power to absurdly. I have concerns about eth, which are why I'm currently not invested. Centralization seems intense over there. How will EOS generate new tokens after the initial offering? I'm interested in how do you expect ownership distribution over time to change and do you think the plan in place will favor concentration or reach a different equilibrium. For example Steemit has 93% of the steem in the hands of 1% of the accounts (exclusive of the steemit account). How do you see distribution taking shape and where do you see it in the future? How does recent rulings by the SEC saying ICOs are now under their domain effect your plans? Lastly, I'm spent hundreds of hours on this platform and am thankful for your creation. Kudos. I'd also like to read more from you than just EOS topics. Hopefully you'll post a broader series of topics which encourage people to read on steemit, stay on steemit, and grow steemit as well as supporting EOS.
author | aggroed |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t145452335z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:54:51 |
last_update | 2017-07-31 14:54:51 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 14:54:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.808 HBD |
curator_payout_value | 0.254 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,072 |
author_reputation | 1,363,336,802,559,840 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,327,435 |
net_rshares | 262,257,602,242 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stellabelle | 0 | 23,105,054,100 | 1% | ||
warofcraft | 0 | 15,955,561,676 | 5% | ||
mjhomb | 0 | 48,738,525,493 | 100% | ||
bleujay | 0 | 157,773,384,378 | 10% | ||
xochicotta | 0 | 2,524,680,607 | 10% | ||
itan05 | 0 | 1,521,518,444 | 100% | ||
stackin | 0 | 11,489,787,282 | 1% | ||
shareme | 0 | 1,149,090,262 | 100% |
i have the same questions.
author | stellabelle |
---|---|
permlink | re-aggroed-re-dan-response-to-vitalik-buterin-on-eos-20170731t205644660z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 20:56:45 |
last_update | 2017-07-31 20:56:45 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 20:56: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 | 26 |
author_reputation | 516,061,669,130,124 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,353,583 |
net_rshares | 0 |
Nice :)
author | alanmirza |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t195125784z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 19:51:36 |
last_update | 2017-07-31 19:51:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 19:51: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 | 7 |
author_reputation | 9,688,354,447,537 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,348,916 |
net_rshares | 2,369,535,751 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mitapeng | 0 | 848,394,607 | 100% | ||
zaritazahara | 0 | 314,056,517 | 100% | ||
non-block | 0 | 661,575,761 | 100% | ||
zhangwei93 | 0 | 545,508,866 | 100% |
i love post you Response to Vitalik Buterin on EOS
author | alfa2141 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133317994z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:33:18 |
last_update | 2017-07-31 13:33:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:33: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 | 53 |
author_reputation | -52,190,447,702 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,363 |
net_rshares | 522,313,374 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
zulfahmi2141 | 0 | 307,591,291 | 100% | ||
alfa2141 | 0 | 214,722,083 | 100% |
Congratulations @dan! Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170731) in the following categories: * Comments - Ranked 8 with 132 comments * Pending payout - Ranked 3 with $ 372,77
author | arcange |
---|---|
permlink | re-response-to-vitalik-buterin-on-eos-20170731t162809000z |
category | eos |
json_metadata | "" |
created | 2017-08-01 14:28:09 |
last_update | 2017-08-01 14:28:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 14:28:09 |
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 | 245 |
author_reputation | 1,148,349,221,690,653 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,429,572 |
net_rshares | 0 |
Please follow Upvote or promote my account in this steemit, i really need it. Hopefully not ignored. Thanks , hope you easy sustenance i upvote u and follow u also
author | awaismuneeb1 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t140330583z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:03:18 |
last_update | 2017-07-31 14:03:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:03: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 | 163 |
author_reputation | 4,819,028,127 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,322,996 |
net_rshares | -1,734,698,533,796 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -1,722,479,191,885 | -1% | ||
chryspano | 0 | -12,219,341,911 | -1% |
## [**[WARNING] Everybody should stop using Bitcoin (Right Now)**](https://steemit.com/bitcoin/@bad.r2017/warning-everybody-should-stop-using-bitcoin-right-now)
author | bad.r2017 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t140636421z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/bitcoin/@bad.r2017/warning-everybody-should-stop-using-bitcoin-right-now"],"app":"steemit/0.1"} |
created | 2017-07-31 14:06:39 |
last_update | 2017-07-31 14:06:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:06: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 | 161 |
author_reputation | 20,609,603,422 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,292 |
net_rshares | -591,132,845 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fiord18 | 0 | -591,132,845 | -100% |
# [**Ethereum price may goes up this week [Starting from tomorrow]**](https://steemit.com/ethereum/@bad.r2017/ethereum-price-may-goes-up-week-starting-from-tomorrow)
author | bad.r2017 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t142137373z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/ethereum/@bad.r2017/ethereum-price-may-goes-up-week-starting-from-tomorrow"],"app":"steemit/0.1"} |
created | 2017-07-31 14:21:48 |
last_update | 2017-07-31 14:21:48 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 14:21: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 | 165 |
author_reputation | 20,609,603,422 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,324,543 |
net_rshares | -25,246,806,073 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xochicotta | 0 | -25,246,806,073 | -100% |
correct
author | josephd |
---|---|
permlink | re-badr2017-re-dan-response-to-vitalik-buterin-on-eos-20170801t081047284z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 08:10:48 |
last_update | 2017-08-01 08:10:48 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 08:10:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 1,477,494,490,230 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,398,426 |
net_rshares | 6,633,651,422 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josephd | 0 | 6,633,651,422 | 100% |
I just said this on your other post moments ago but others hopefully that miss that, will see this and it is relative: Dan knows most of this code talk is above my head but I have been getting the sense for awhile now, even though I cannot follow everything, that EOS is scaring a lot of the big players / older players and tech in the market. I have pointed out recently, I find it interesting not many people are talking about the fact either that Dan has 3 projects in the Top 20 coins in Crypto...... and I do not think anyone else can actually say that. It dawned on me the last few weeks one day looking at CoinmarketCap.com in the bloodshed markets..... trying to find silver linings. Thanks Dan.
author | barrydutton |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t180442935z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 18:04:42 |
last_update | 2017-07-31 18:04:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 18:04: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 | 717 |
author_reputation | 333,942,309,404,197 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,341,765 |
net_rshares | 0 |
> "*We have already established that Etheruem full nodes are too impractical at today’s scale. This means that real applications will be relying upon public API endpoints. **The recent EOS Token Distribution application was sufficiently demanding to shut down all available public API endpoints.***" Oh that's so cold, I love it...
author | beckerly |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t142509940z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:25:12 |
last_update | 2017-07-31 14:25:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:25:12 |
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 | 332 |
author_reputation | 149,122,806,152 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,324,802 |
net_rshares | 0 |
This is going really well!!!
author | belalmood |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20180519t192033489z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-19 19:20:33 |
last_update | 2018-05-19 19:20:33 |
depth | 1 |
children | 0 |
last_payout | 2018-05-26 19:20: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 | 28 |
author_reputation | 0 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,591,448 |
net_rshares | 0 |

author | benjojo |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t140718671z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmciTiMSrTdU5QjvKcBF4LCZg8TatgCAwVM8uwzTuHz1bK/IMG_5283.GIF"],"app":"steemit/0.1"} |
created | 2017-07-31 14:07:21 |
last_update | 2017-07-31 14:07:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:07: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 | 103 |
author_reputation | 120,749,050,383,122 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,366 |
net_rshares | 655,769,671 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
braxton101 | 0 | 655,769,671 | 100% |
Dan the man
author | bhagyesh1 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20171115t122400918z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-11-15 12:20:48 |
last_update | 2017-11-15 12:20:48 |
depth | 1 |
children | 0 |
last_payout | 2017-11-22 12:20: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 | 11 |
author_reputation | 209,502,339,597 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,460,080 |
net_rshares | 0 |
Nice
author | biltu |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t180154606z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 18:02:12 |
last_update | 2017-07-31 18:02:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 18:02:12 |
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 | 4 |
author_reputation | 8,091,030,148 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,341,589 |
net_rshares | 0 |
This was an EPIC conversation between two geeks. One pointed out the flaws and the other response in an nice way with valid proofs. But the real challenge is EOS should not be too late delivering the solutions, else people with start distrusting them as they don't have anything concrete.
author | biswakayan.das |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170806t163958231z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-06 16:39:57 |
last_update | 2017-08-06 16:39:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-13 16:39: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 | 293 |
author_reputation | 0 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,963,935 |
net_rshares | 0 |
Just watch the video and the article. Thumb up !
author | bitizen |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20171016t145843725z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-10-16 14:58:45 |
last_update | 2017-10-16 14:58:45 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 14:58: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 | 48 |
author_reputation | 326,387,778 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,830,278 |
net_rshares | 0 |
Audience member to Vitalik "you are centralised.." ha!
author | bleepcoin |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t144419817z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:44:21 |
last_update | 2017-07-31 14:44:21 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 14:44:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.511 HBD |
curator_payout_value | 1.356 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 30,703,823,306,707 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,326,521 |
net_rshares | 1,939,702,448,939 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | 1,722,479,191,885 | 1% | ||
methodise | 0 | 0 | 100% | ||
bleepcoin | 0 | 195,022,188,795 | 25% | ||
condra | 0 | 3,953,251,194 | 2% | ||
freedomlover | 0 | 2,785,776,364 | 100% | ||
pugriffs | 0 | 272,588,800 | 100% | ||
futuristgear | 0 | 13,264,336,273 | 100% | ||
everydaycitizen | 0 | 648,113,279 | 100% | ||
cryptoizotx | 0 | 487,751,900 | 100% | ||
jbbasics | 0 | 789,250,449 | 100% | ||
eosfan | 0 | 0 | 100% |
Bang me please upvote my posting one only. Already tired my posting dolarnya very not increased. I implore very, my family is hungry please upvote every post me Mr @dan
author | nasrud |
---|---|
permlink | re-bleepcoin-re-dan-response-to-vitalik-buterin-on-eos-20170815t133846794z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-15 13:38:48 |
last_update | 2017-08-15 13:38:48 |
depth | 2 |
children | 0 |
last_payout | 2017-08-22 13:38: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 | 168 |
author_reputation | 12,576,574,013,771 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,880,084 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
albertohadad | 0 | 0 | 100% |
Thank you for posting @dan. This detailed response to Vitalik Buterin is appreciated ....point by point. The information regarding the possibility of ETH nodes being able to be shut down by governments is enlightening. .....…bringing up these queries; How safe are programs built on the Graphene Blockchain from such an action.....is the difference between public and private blockchain.......how does one distinguish the difference? Kind Regards, bleujay.
author | bleujay |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t094931914z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 09:49:33 |
last_update | 2017-08-01 09:49:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 09:49: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 | 463 |
author_reputation | 222,169,013,380,906 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,405,242 |
net_rshares | 0 |
I'd like to hear Vitalik and Larimer have a discussion about this! Now that would be interesting
author | blockchainbros |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170803t034332838z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 03:43:30 |
last_update | 2017-08-03 03:43:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 03:43: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 | 96 |
author_reputation | 190,442,136,344 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,602,143 |
net_rshares | 0 |
Vitalik Buterin a little worried!
author | btcmillionaire |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t134206137z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:42:03 |
last_update | 2017-07-31 13:42:03 |
depth | 1 |
children | 20 |
last_payout | 2017-08-07 13:42:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 14.790 HBD |
curator_payout_value | 3.240 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 8,659,596,341,168 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,321,113 |
net_rshares | 4,432,334,523,228 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 678,467,664,493 | 100% | ||
bonapartist | 0 | 395,507,186,466 | 100% | ||
sandwich | 0 | 55,805,570,628 | 100% | ||
emerge | 0 | 7,866,863,554 | 100% | ||
stellabelle | 0 | 69,315,162,302 | 7% | ||
furion | 0 | 92,840,699,787 | 11% | ||
james212 | 0 | 507,701,238,784 | 100% | ||
johnsmith | 0 | 1,319,985,440,289 | 100% | ||
psygambler | 0 | 3,304,455,411 | 100% | ||
ihazaname | 0 | 162,843,472 | 100% | ||
humanearl | 0 | 329,150,242,748 | 100% | ||
alanmirza | 0 | 806,616,596 | 100% | ||
aleph | 0 | 1,645,706,956 | 100% | ||
crypto-investor | 0 | 236,443,810,597 | 100% | ||
btcmillionaire | 0 | 322,570,063,990 | 100% | ||
lifeofahero | 0 | 0 | 100% | ||
freedomlover | 0 | 2,909,588,647 | 100% | ||
pugriffs | 0 | 284,979,200 | 100% | ||
goodmorning | 0 | 10,013,168,720 | 100% | ||
captaincanary | 0 | 51,217,134,596 | 22% | ||
superskillz | 0 | 17,692,505,906 | 100% | ||
supastix | 0 | 1,530,034,221 | 100% | ||
frankbuse | 0 | 974,169,058 | 100% | ||
satoshibakery | 0 | 1,162,930,361 | 100% | ||
steeleminer | 0 | 1,039,491,820 | 100% | ||
boucaron | 0 | 1,237,326,000 | 100% | ||
naturalsoda | 0 | 299,216,930,019 | 100% | ||
ktldty | 0 | 1,137,476,367 | 100% | ||
andyturner | 0 | 12,207,664,557 | 100% | ||
ljm625 | 0 | 0 | 100% | ||
bagman | 0 | 941,594,046 | 100% | ||
nehuen | 0 | 975,904,602 | 100% | ||
dirtyburger | 0 | 245,356,991 | 100% | ||
seranium | 0 | 1,121,402,019 | 100% | ||
kyhou | 0 | 1,058,803,989 | 100% | ||
vander | 0 | 1,118,482,498 | 100% | ||
tmichalski | 0 | 1,120,039,195 | 100% | ||
superjav | 0 | 1,120,031,478 | 100% | ||
adixx | 0 | 1,114,227,988 | 100% | ||
ethper | 0 | 702,194,877 | 100% | ||
josepp | 0 | 619,520,000 | 100% | ||
nick300 | 0 | 0 | 100% | ||
fr4nkln | 0 | 0 | 100% | ||
hazelnoot | 0 | 0 | 100% | ||
lunaravent | 0 | 0 | 100% |
I'd say so.
author | andyturner | ||||||
---|---|---|---|---|---|---|---|
permlink | re-btcmillionaire-2017731t16320393z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-31 14:03:24 | ||||||
last_update | 2017-07-31 14:03:24 | ||||||
depth | 2 | ||||||
children | 3 | ||||||
last_payout | 2017-08-07 14:03:24 | ||||||
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 | 11 | ||||||
author_reputation | 197,672,745,879 | ||||||
root_title | "Response to Vitalik Buterin on EOS" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,323,004 | ||||||
net_rshares | 0 |
lol
author | matrixdweller |
---|---|
permlink | re-andyturner-re-btcmillionaire-2017731t16320393z-20170731t140342107z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:04:33 |
last_update | 2017-07-31 14:04:33 |
depth | 3 |
children | 0 |
last_payout | 2017-08-07 14:04: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 | 3 |
author_reputation | -29,653,420,748,873 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,100 |
net_rshares | 0 |
Too bad the whales would rather flag me for voting trump.
author | matrixdweller |
---|---|
permlink | re-andyturner-re-btcmillionaire-2017731t16320393z-20170731t140408595z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:04:57 |
last_update | 2017-07-31 14:05:36 |
depth | 3 |
children | 1 |
last_payout | 2017-08-07 14:04: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 | 57 |
author_reputation | -29,653,420,748,873 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,149 |
net_rshares | -1,716,751,057,845 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -1,722,479,191,885 | -1% | ||
matrixdweller | 0 | 5,728,134,040 | 100% |
Yes, exactly @btcmillionaire
author | crypto-investor |
---|---|
permlink | re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t170319703z |
category | eos |
json_metadata | {"tags":["eos"],"users":["btcmillionaire"],"app":"steemit/0.1"} |
created | 2017-07-31 17:03:30 |
last_update | 2017-07-31 17:11:12 |
depth | 2 |
children | 1 |
last_payout | 2017-08-07 17:03: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 | 28 |
author_reputation | 10,516,819,283,024 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,337,102 |
net_rshares | 0 |
https://www.youtube.com/watch?v=W17M2xe4Ae8
author | matrixdweller |
---|---|
permlink | re-crypto-investor-re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t174420296z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://img.youtube.com/vi/W17M2xe4Ae8/0.jpg"],"links":["https://www.youtube.com/watch?v=W17M2xe4Ae8"],"app":"steemit/0.1"} |
created | 2017-07-31 17:45:09 |
last_update | 2017-07-31 17:45:09 |
depth | 3 |
children | 0 |
last_payout | 2017-08-07 17:45:09 |
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 | 43 |
author_reputation | -29,653,420,748,873 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,340,286 |
net_rshares | -146,400,900,166,113 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -146,410,731,310,296 | -100% | ||
jillstein2016 | 0 | 4,692,671,000 | 100% | ||
matrixdweller | 0 | 5,138,473,183 | 100% |
This is my sense as well - the points VB brought against EOS were trivial and have been addressed in the design of EOS. Considering how centralized Ethereum is vs Bitshares/Steem the DPOS slam is comical. Eth is complete garbage if your measuring stick is decentralization. The fact of the matter is, in the 'real world', Bitshares and Steem are doing way, way better than Eth. We have every reason to expect EOS will perform the same or better, which means Eth is dead in about 12 months.
author | johnsmith |
---|---|
permlink | re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t154604061z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:46:03 |
last_update | 2017-07-31 15:47:27 |
depth | 2 |
children | 8 |
last_payout | 2017-08-07 15:46:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.383 HBD |
curator_payout_value | 0.242 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 490 |
author_reputation | 22,729,726,767,685 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,331,319 |
net_rshares | 893,611,399,309 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sandwich | 0 | 61,663,613,953 | 100% | ||
methodise | 0 | 0 | 100% | ||
ppitonak | 0 | 11,590,561,319 | 100% | ||
johnsmith | 0 | 1,341,743,442,052 | 100% | ||
greatwolf | 0 | 277,531,381 | 100% | ||
blhz | 0 | 6,017,145,632 | 100% | ||
codydeeds | 0 | 207,145,805,180 | 100% | ||
btcmillionaire | 0 | 260,271,194,893 | 100% | ||
gavincapital | 0 | 0 | 100% | ||
freedomlover | 0 | 2,940,541,718 | 100% | ||
pugriffs | 0 | 278,784,000 | 100% | ||
ziondelta | 0 | 3,025,719,620 | 100% | ||
manishmike10 | 0 | 5,433,921,652 | 100% | ||
todderic | 0 | 0 | 100% | ||
digzy33 | 0 | 285,339,781,378 | 97% | ||
incitingideas | 0 | 1,178,219,470 | 100% | ||
ktldty | 0 | 1,120,066,014 | 100% | ||
sadkitten | 0 | -1,296,649,240,844 | -23.53% | ||
sim31 | 0 | 1,137,493,997 | 100% | ||
igor21 | 0 | 1,096,817,894 | 100% | ||
mahajian | 0 | 0 | 100% | ||
blockpanda | 0 | 0 | 100% | ||
rockonfred | 0 | 0 | 100% | ||
lunaravent | 0 | 0 | 100% |
Im on this boat
author | codydeeds |
---|---|
permlink | re-johnsmith-re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t180721190z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 18:07:21 |
last_update | 2017-07-31 18:07:21 |
depth | 3 |
children | 4 |
last_payout | 2017-08-07 18:07: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 | 15 |
author_reputation | 38,090,771,215,071 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,341,964 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 0 | 100% |
4 months left...............
author | jinx1984 |
---|---|
permlink | re-johnsmith-re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20180405t190200638z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-05 19:02:03 |
last_update | 2018-04-05 19:02:03 |
depth | 3 |
children | 0 |
last_payout | 2018-04-12 19:02:03 |
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 | 28 |
author_reputation | 14,527,090,489 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,535,904 |
net_rshares | 0 |
https://www.youtube.com/watch?v=W17M2xe4Ae8
author | matrixdweller |
---|---|
permlink | re-johnsmith-re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t174103181z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://img.youtube.com/vi/W17M2xe4Ae8/0.jpg"],"links":["https://www.youtube.com/watch?v=W17M2xe4Ae8"],"app":"steemit/0.1"} |
created | 2017-07-31 17:41:51 |
last_update | 2017-07-31 17:41:51 |
depth | 3 |
children | 0 |
last_payout | 2017-08-07 17:41:51 |
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 | 43 |
author_reputation | -29,653,420,748,873 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,340,035 |
net_rshares | 0 |
https://www.youtube.com/watch?v=ftDF-zImjWQ
author | naturalista |
---|---|
permlink | re-johnsmith-re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t163306072z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://img.youtube.com/vi/ftDF-zImjWQ/0.jpg"],"links":["https://www.youtube.com/watch?v=ftDF-zImjWQ"],"app":"steemit/0.1"} |
created | 2017-07-31 16:33:54 |
last_update | 2017-07-31 16:33:54 |
depth | 3 |
children | 0 |
last_payout | 2017-08-07 16:33: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 | 43 |
author_reputation | -5,843,257,650,483 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,334,985 |
net_rshares | -1,715,251,432,072 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -1,722,479,191,885 | -1% | ||
jillstein2016 | 0 | 4,824,522,998 | 100% | ||
naturalista | 0 | 2,403,236,815 | 100% |
https://www.youtube.com/watch?v=Yv64-LUFFL8
author | matrixdweller |
---|---|
permlink | re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t134330548z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://img.youtube.com/vi/Yv64-LUFFL8/0.jpg"],"links":["https://www.youtube.com/watch?v=Yv64-LUFFL8"],"app":"steemit/0.1"} |
created | 2017-07-31 13:44:21 |
last_update | 2017-07-31 13:44:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 13:44: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 | 43 |
author_reputation | -29,653,420,748,873 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,321,325 |
net_rshares | -1,716,582,583,314 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -1,722,479,191,885 | -1% | ||
matrixdweller | 0 | 5,896,608,571 | 100% |
Not really, if you watched the whole video he mentions that there will be plenty of room for all sorts of different decentralized models. His critique isn't really "an attack" like Dan says, he just points out the difference in how the protocol is structured. I think dan makes a good point about ETH nodes in it's current state, but also ignores that each pool is made of hundreds if not thousands of potential nodes. All that being said ETH moves towards POS it will be way more decentralized than DPOS as far as a node structure.
author | solar |
---|---|
permlink | re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t153538459z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:35:39 |
last_update | 2017-07-31 15:35:39 |
depth | 2 |
children | 1 |
last_payout | 2017-08-07 15:35:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.666 HBD |
curator_payout_value | 0.128 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 537 |
author_reputation | 1,511,386,357,565 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,330,468 |
net_rshares | 196,182,720,927 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 0 | 100% | ||
mranderson | 0 | 42,667,269,669 | 100% | ||
kimmar | 0 | 61,476,265,168 | 100% | ||
blubeast | 0 | 1,941,995,122 | 5% | ||
themonetaryfew | 0 | 55,287,373,511 | 15% | ||
tkntobfrk | 0 | 0 | 100% | ||
vaelin | 0 | 1,337,414,515 | 100% | ||
tomshwom | 0 | 8,491,674,697 | 100% | ||
beordo | 0 | 7,224,279,547 | 100% | ||
micbz | 0 | 1,790,493,369 | 100% | ||
tree1007 | 0 | 1,120,082,857 | 100% | ||
kccrypto | 0 | 12,690,895,799 | 10% | ||
aifuture | 0 | 817,820,774 | 100% | ||
epeakinfo | 0 | 176,482,619 | 100% | ||
enamakel | 0 | 1,160,673,280 | 100% | ||
flurin | 0 | 0 | 100% | ||
gamingcrisis | 0 | 0 | 100% | ||
mafsteem | 0 | 0 | 100% |
>All that being said ETH moves towards POS it will be way more decentralized than DPOS as far as a node structure. I never understood this thought process. ETH's proposed POS consensus by definition is way more centralized than it's current POW algorithm
author | lsdmt |
---|---|
permlink | re-solar-re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170828t014350456z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-28 01:43:51 |
last_update | 2017-08-28 01:43:51 |
depth | 3 |
children | 0 |
last_payout | 2017-09-04 01:43:51 |
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 | 257 |
author_reputation | 63,893,108 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,077,625 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sandwich | 0 | 0 | 100% | ||
bentley1 | 0 | 0 | 100% |
yes, it appears so!
author | stellabelle |
---|---|
permlink | re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t203917826z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 20:39:18 |
last_update | 2017-07-31 20:39:18 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 20:39: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 | 19 |
author_reputation | 516,061,669,130,124 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,352,259 |
net_rshares | 0 |
Haha yeah, obviously I respect and like the guy but one can't really argue he doesn't have bias due to his PoS
author | stonedbenots |
---|---|
permlink | re-btcmillionaire-re-dan-response-to-vitalik-buterin-on-eos-20170731t190651725z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 19:06:51 |
last_update | 2017-07-31 19:06:51 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 19:06:51 |
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 | 110 |
author_reputation | 106,602,012,037 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,345,766 |
net_rshares | 2,078,561,108 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nehuen | 0 | 958,477,734 | 100% | ||
sim31 | 0 | 1,120,083,374 | 100% | ||
ns2808 | 0 | 0 | 100% |
dan,EOS GO
author | canglong |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20180424t153137544z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-24 15:31:39 |
last_update | 2018-04-24 15:31:39 |
depth | 1 |
children | 0 |
last_payout | 2018-05-01 15:31: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 | 11 |
author_reputation | 0 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,887,823 |
net_rshares | 0 |
If Vitalik has to fight EOS off now, long before it is active, then ETH is worried. Just listen to him try to explain, hemming and hawing. ETH is going down.
author | celsius100 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133717293z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:37:21 |
last_update | 2017-07-31 13:37:21 |
depth | 1 |
children | 3 |
last_payout | 2017-08-07 13:37: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 | 160 |
author_reputation | 1,890,481,416,542 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,717 |
net_rshares | 0 |
I like EOS, but I don't know if he is fighting them off. If I understand it correctly, he was asked for his opinion. I'm definitely not taking sides, however. :D
author | mythocurrency |
---|---|
permlink | re-celsius100-re-dan-response-to-vitalik-buterin-on-eos-20170731t140821835z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:08:21 |
last_update | 2017-07-31 14:08:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 14: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 | 162 |
author_reputation | 156,817,316,177 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,452 |
net_rshares | 0 |
Yes, this is what's happening. ETH is bloated, vulnerable and written in an obscure language. It will be disrupted, unless of course Gov. & big corporations adopt it and back it making it one of the "legal" platforms.
author | rt395 |
---|---|
permlink | re-celsius100-re-dan-response-to-vitalik-buterin-on-eos-20170731t135233798z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:52:33 |
last_update | 2017-07-31 13:52:33 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 13:52: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 | 217 |
author_reputation | 238,764,427,382,944 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,322,083 |
net_rshares | 0 |
I agree. Plus there has been so much hype around, Vitalik... people saying he's a genius, so young, etc, that for him I think this is all very personal.
author | summerskin |
---|---|
permlink | re-celsius100-re-dan-response-to-vitalik-buterin-on-eos-20170731t173130132z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 17:31:30 |
last_update | 2017-07-31 17:31:30 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 17:31: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 | 152 |
author_reputation | 1,128,543,280,669 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,339,227 |
net_rshares | 0 |
Very enjoyable read in big hopes for the future of EOS
author | ch00fy |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t155519132z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:55:21 |
last_update | 2017-07-31 15:55:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 15:55: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 | 54 |
author_reputation | 9,689,786,685,249 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,332,005 |
net_rshares | 0 |
Dan and Vitalik is like Steve and Bill in 80s. Two great minds taking building future each in own way. We are tremendously lucky to have you both.
author | cron |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t180358861z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 18:04:00 |
last_update | 2017-07-31 18:04:00 |
depth | 1 |
children | 2 |
last_payout | 2017-08-07 18:04:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.694 HBD |
curator_payout_value | 1.499 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 41,199,477,443,220 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,341,717 |
net_rshares | 2,266,709,879,512 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 0 | 100% | ||
ppitonak | 0 | 11,374,588,127 | 100% | ||
pal | 0 | 1,654,150,254,014 | 100% | ||
condra | 0 | 3,953,251,194 | 2% | ||
james212 | 0 | 501,107,716,202 | 100% | ||
jrd | 0 | 0 | 100% | ||
blubeast | 0 | 1,941,995,122 | 5% | ||
greatwolf | 0 | 273,261,668 | 100% | ||
jptsmit | 0 | 493,840,232 | 100% | ||
davidellison | 0 | 621,340,000 | 100% | ||
freedomlover | 0 | 2,847,682,506 | 100% | ||
micbz | 0 | 1,763,635,969 | 100% | ||
cryptoizotx | 0 | 500,178,700 | 100% | ||
sadekj | 0 | 5,924,616,751 | 100% | ||
keld.vraakjaer | 0 | 54,772,924,342 | 100% | ||
blockchainguru | 0 | 2,971,934,902 | 100% | ||
tree1007 | 0 | 1,096,868,705 | 100% | ||
hueso | 0 | 11,019,529,900 | 100% | ||
yato | 0 | 0 | 100% | ||
ljm625 | 0 | 0 | 100% | ||
cron | 0 | 8,993,358,166 | 100% | ||
stonedbenots | 0 | 789,250,546 | 100% | ||
asafode | 0 | 638,363,080 | 100% | ||
juicyasf | 0 | 1,475,289,386 | 100% | ||
whitefrog | 0 | 0 | 100% | ||
frostyforest | 0 | 0 | 100% | ||
blockpanda | 0 | 0 | 100% | ||
mafsteem | 0 | 0 | 100% | ||
gandalfsaxe | 0 | 0 | 100% |
well put @cron
author | pfa |
---|---|
permlink | re-cron-re-dan-response-to-vitalik-buterin-on-eos-20170808t170421772z |
category | eos |
json_metadata | {"tags":["eos"],"users":["cron"],"app":"steemit/0.1"} |
created | 2017-08-08 17:04:24 |
last_update | 2017-08-08 17:04:24 |
depth | 2 |
children | 0 |
last_payout | 2017-08-15 17:04:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.996 HBD |
curator_payout_value | 0.048 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 10,489,596,179,906 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,191,969 |
net_rshares | 283,004,827,039 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pfa | 0 | 122,977,724,032 | 100% | ||
jerjanjo | 0 | 52,888,004,239 | 100% | ||
crypo.lovr | 0 | 107,139,098,768 | 100% |
Agreed! The beauty is we get to watch their bickering/debating live and in the company of steemians The future is right around the corner guys, we made it
author | stonedbenots |
---|---|
permlink | re-cron-re-dan-response-to-vitalik-buterin-on-eos-20170731t190730491z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 19:07:30 |
last_update | 2017-07-31 19:08:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 19:07:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.104 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 106,602,012,037 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,345,819 |
net_rshares | 32,394,790,430 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sadekj | 0 | 6,031,046,992 | 100% | ||
blockchainguru | 0 | 2,910,019,592 | 100% | ||
hueso | 0 | 11,187,340,000 | 100% | ||
brenda-nalle | 0 | 1,146,015,327 | 100% | ||
alexvonyorkshire | 0 | 1,143,263,236 | 100% | ||
cron | 0 | 9,977,105,283 | 100% |
The incumbent being oblivious to details about the potential disruptor is always a good sign for the disruptor. Although it's funny to call Ethereum an incumbent when it doesn't really have users in practice. It has ICO's and some gambling applications that actually work, everything else requires oracles which is a problem Ethereum has not yet solved. Steem has far more *actual usage* going on, but it isn't a generalized smart contract platform.
author | demotruk |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t134348956z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:43:48 |
last_update | 2017-07-31 13:46:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:43: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 | 450 |
author_reputation | 279,453,298,745,864 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,321,275 |
net_rshares | 0 |
Ethereum worries me in general...
author | dirtyburger |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t161216939z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 16:12:18 |
last_update | 2017-07-31 16:12:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 16:12: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 | 33 |
author_reputation | 53,502,862,041 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,333,330 |
net_rshares | 1,160,698,898 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nilskohn | 0 | 1,160,698,898 | 100% |
@dan be like https://media.giphy.com/media/15BuyagtKucHm/giphy.gif
author | ebejammin |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t155257598z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"image":["https://media.giphy.com/media/15BuyagtKucHm/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-07-31 15:52:57 |
last_update | 2017-07-31 15:52:57 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 15:52:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.897 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 346,824,816,671 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,331,827 |
net_rshares | 470,591,241,390 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aleph | 0 | 1,612,291,586 | 100% | ||
pugriffs | 0 | 266,393,600 | 100% | ||
ebejammin | 0 | 467,874,580,125 | 75% | ||
epeakinfo | 0 | 170,599,865 | 100% | ||
braxton101 | 0 | 667,376,214 | 100% |
Lmao love them drops!!
author | braxton101 |
---|---|
permlink | re-ebejammin-re-dan-response-to-vitalik-buterin-on-eos-20170801t012323446z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 01:23:21 |
last_update | 2017-08-01 01:23:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 01:23: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 | 22 |
author_reputation | 5,211,856,126,324 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,371,690 |
net_rshares | 615,146,771 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
braxton101 | 0 | 615,146,771 | 100% |
What % of Steem holders, by number, have ever voted for a witness? Also I posted your response to [Vitalik's written post](https://np.reddit.com/r/ethereum/comments/6qm0y2/is_the_ethereum_team_defending_their_ground/dkyk94c/) to facilitate.
author | eeks |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t140147127z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1","links":["https://np.reddit.com/r/ethereum/comments/6qm0y2/is_the_ethereum_team_defending_their_ground/dkyk94c/"]} |
created | 2017-07-31 14:01:45 |
last_update | 2017-07-31 14:09:18 |
depth | 1 |
children | 16 |
last_payout | 2017-08-07 14:01:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.573 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 241 |
author_reputation | 21,536,775,583,000 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,322,866 |
net_rshares | 639,958,995,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eeks | 0 | 580,480,389,208 | 79% | ||
matt-a | 0 | 43,082,166,482 | 1% | ||
philia | 0 | 1,613,348,677 | 100% | ||
beordo | 0 | 7,077,593,668 | 100% | ||
sadekj | 0 | 5,782,709,763 | 100% | ||
brenda-nalle | 0 | 1,122,745,980 | 100% | ||
aifuture | 0 | 800,042,061 | 100% |
My response to his written remarks: https://steemit.com/eos/@dan/reponse-to-vitalik-s-written-remarks
author | dan |
---|---|
permlink | re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170731t160341023z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/eos/@dan/reponse-to-vitalik-s-written-remarks"],"app":"steemit/0.1"} |
created | 2017-07-31 16:03:39 |
last_update | 2017-07-31 16:03:39 |
depth | 2 |
children | 3 |
last_payout | 2017-08-07 16:03:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.908 HBD |
curator_payout_value | 0.524 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 155,470,101,136,708 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,332,643 |
net_rshares | 600,652,846,462 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 0 | 100% | ||
eeks | 0 | 120,629,432,711 | 17% | ||
matt-a | 0 | 43,082,166,482 | 1% | ||
alexpmorris | 0 | 14,427,309,375 | 15% | ||
darkflame | 0 | 5,966,006,792 | 10% | ||
mrsgreen | 0 | 1,087,882,074 | 100% | ||
bleujay | 0 | 406,189,204,910 | 25% | ||
lifeofahero | 0 | 0 | 100% | ||
beordo | 0 | 6,527,521,621 | 100% | ||
pijushmitra | 0 | 1,819,836,029 | 100% | ||
bagman | 0 | 923,486,468 | 100% | ||
sheldonhuang | 0 | 0 | 100% |
I find it quite surprising that @dan can make a comment on Steemit and get only 7 up votes and 0 comments. It seems that there would be hundreds of people wanting attention or to give thanks to the "creator" of Steemit or spammers looking for up votes/follows.....17 hours and not one comment.... I may not know what exactly this means, but it seems logical that either not many people are even reading many comments or comments down this far in the thread to realize @dan commented, or not noticing that he did. Its also quite likely that because there are SO many NEW users that the majority of them don't even recognize who " @dan " really is? Of course there are infinite possibilities. Yet it seems strange nonetheless. I will also be interested to see how many people view this post, as it seems like every active user should at least check it out, if not read the whole thing and all comments. This is a very important topic/post from a very influential being. It's so interesting to observe the interactions and choices of the masses. Thanks for posting your DIRECT responses to statements made, here on Steemit and putting your words on the blockchain. I feel like I trust you, and that is very comforting.
author | quinneaker |
---|---|
permlink | re-dan-re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170801t064408165z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 06:44:09 |
last_update | 2017-08-01 06:44:09 |
depth | 3 |
children | 2 |
last_payout | 2017-08-08 06:44:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.250 HBD |
curator_payout_value | 0.411 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,228 |
author_reputation | 326,681,856,591,722 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,392,559 |
net_rshares | 407,364,977,580 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ppitonak | 0 | 10,942,641,742 | 100% | ||
robrigo | 0 | 370,029,425,493 | 100% | ||
saramiller | 0 | 8,792,506,654 | 1% | ||
cryplectibles | 0 | 5,482,581,365 | 100% | ||
fun-along-theway | 0 | 12,117,822,326 | 100% |
We can only measure that by accounts or by stake, not by individual persons. I guess those could probably be answered by a SELECT COUNT() query on SteemSQL.
author | demotruk |
---|---|
permlink | re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170731t140702233z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:07:03 |
last_update | 2017-07-31 14:07:03 |
depth | 2 |
children | 1 |
last_payout | 2017-08-07 14:07:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.834 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 279,453,298,745,864 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,335 |
net_rshares | 458,911,380,719 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eeks | 0 | 449,080,269,612 | 62% | ||
goodmorning | 0 | 9,831,111,107 | 100% |
https://www.youtube.com/watch?v=rzkuJi4FNJs
author | matrixdweller |
---|---|
permlink | re-demotruk-re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170731t144415258z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://img.youtube.com/vi/rzkuJi4FNJs/0.jpg"],"links":["https://www.youtube.com/watch?v=rzkuJi4FNJs"],"app":"steemit/0.1"} |
created | 2017-07-31 14:45:03 |
last_update | 2017-07-31 14:45:03 |
depth | 3 |
children | 0 |
last_payout | 2017-08-07 14:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | -29,653,420,748,873 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,326,588 |
net_rshares | 5,306,947,714 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
matrixdweller | 0 | 5,306,947,714 | 100% |
I'm actually curious about this... maybe I'll write some code to run through accounts and see who is voting (or has a proxy voter) and who isn't along with their VEST weight. Might be quite an interesting stat indeed.
author | lukestokes |
---|---|
permlink | re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170731t155055464z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:50:54 |
last_update | 2017-07-31 15:50:54 |
depth | 2 |
children | 6 |
last_payout | 2017-08-07 15:50:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.516 HBD |
curator_payout_value | 1.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 556,640,380,599,219 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,331,667 |
net_rshares | 1,857,199,866,899 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 103,502,060,178 | 0.04% | ||
ppitonak | 0 | 11,158,614,935 | 100% | ||
eeks | 0 | 696,360,816,108 | 100% | ||
acidyo | 0 | 988,671,511,400 | 5% | ||
tyler-fletcher | 0 | 48,436,368,968 | 100% | ||
philia | 0 | 1,646,785,955 | 100% | ||
beordo | 0 | 6,930,907,789 | 100% | ||
besteulz | 0 | 492,801,566 | 3% |
Yeah, I bring it up because I didn't even know how to for a few months and I'm probably in the top 10% of most tech sophisticated of Steemians if not much higher. Voter apathy is a big deal and we saw it in TheDAO too, and everything blockchain related. We're going to see bigtime in Tezos, and then when everyone delegates their votes to a few people, it will be highly centralized in a sticky way, more so than the typical ways that blockchains get centralized (limited clients, limited dev teams, thought leaders, etc). That's my fear at least.
author | eeks |
---|---|
permlink | re-lukestokes-re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170731t155818439z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:58:18 |
last_update | 2017-07-31 15:58:18 |
depth | 3 |
children | 3 |
last_payout | 2017-08-07 15:58:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 550 |
author_reputation | 21,536,775,583,000 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,332,236 |
net_rshares | 6,784,221,910 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beordo | 0 | 6,784,221,910 | 100% | ||
rockonfred | 0 | 0 | 100% |
yes
author | stellabelle |
---|---|
permlink | re-lukestokes-re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170731t204107828z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 20:41:06 |
last_update | 2017-07-31 20:41:06 |
depth | 3 |
children | 1 |
last_payout | 2017-08-07 20:41:06 |
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 | 3 |
author_reputation | 516,061,669,130,124 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,352,398 |
net_rshares | 0 |
Here's the answer I came up with: <h3>We Have 7.5% Witness Voting Engagement.</h3> Inactive Accounts: 178,339 Active Accounts with a Voting Proxy: 652 Active Accounts with at Least One Witness Vote: 7,233 Active Accounts with No Witness Votes: 105,076 You can <a href="https://steemit.com/witness-category/@lukestokes/how-many-steemians-are-not-voting-for-a-witness-i-found-the-answer">see more details on this post</a>, along with the top 100 active accounts by VEST who aren't yet voting for a witness.
author | lukestokes |
---|---|
permlink | re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170801t041115790z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/witness-category/@lukestokes/how-many-steemians-are-not-voting-for-a-witness-i-found-the-answer"],"app":"steemit/0.1"} |
created | 2017-08-01 04:11:15 |
last_update | 2017-08-01 04:11:15 |
depth | 2 |
children | 1 |
last_payout | 2017-08-08 04:11:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.224 HBD |
curator_payout_value | 0.738 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 507 |
author_reputation | 556,640,380,599,219 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,382,745 |
net_rshares | 728,726,738,928 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sandwich | 0 | 0 | 100% | ||
methodise | 0 | 0 | 100% | ||
eeks | 0 | 726,486,649,800 | 100% | ||
enamakel | 0 | 1,143,263,180 | 100% | ||
tmichalski | 0 | 1,096,825,948 | 100% | ||
rtc | 0 | 0 | 100% | ||
rockonfred | 0 | 0 | 100% |
Matches my expectations. Great work as always by you.
author | eeks |
---|---|
permlink | re-lukestokes-re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170801t130249598z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 13:02:48 |
last_update | 2017-08-01 13:02:48 |
depth | 3 |
children | 0 |
last_payout | 2017-08-08 13:02: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 | 54 |
author_reputation | 21,536,775,583,000 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,421,378 |
net_rshares | 0 |
I just voted for witness's the other day.. check my history :D
author | stealthtrader |
---|---|
permlink | re-eeks-re-dan-response-to-vitalik-buterin-on-eos-20170731t151700731z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:17:00 |
last_update | 2017-07-31 15:17:00 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 15:17: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 | 62 |
author_reputation | 74,266,337,461,760 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,329,044 |
net_rshares | 0 |
I think we have just found the true and real Ethereum killer. The struggle to discredit EOS is somewhat a cause for Vitalik
author | ejemai |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t041405813z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 04:14:51 |
last_update | 2017-08-01 04:14:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 04:14:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.609 HBD |
curator_payout_value | 0.202 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 265,163,230,573,530 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,382,953 |
net_rshares | 199,930,403,976 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 199,930,403,976 | 100% |
@dan dropping some truth on this one. It's great to hear straight from the source of how certain accusations of another network are false. Thank you for continuing to be active on the Steemit platform Dan. We appreciate it! Oh and thanks for building it! hahaha
author | elderfinancial |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133226459z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-07-31 13:32:30 |
last_update | 2017-07-31 13:32:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:32:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.501 HBD |
curator_payout_value | 0.164 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 261 |
author_reputation | 2,797,661,705,583 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,308 |
net_rshares | 163,909,339,613 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
greatdabu | 0 | 56,705,669,734 | 19% | ||
elderfinancial | 0 | 107,203,669,879 | 100% |
Hey dan! Just want to let you know I support you and everything you believe and work for. Hope EOS gets released soon, can't wait to develop on it and make blockchain work mainstream!
author | emerge |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t173625029z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 17:36:27 |
last_update | 2017-07-31 17:36:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 17:36: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 | 183 |
author_reputation | 2,561,516,158,392 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,339,638 |
net_rshares | 0 |
what happens if vitalik gets a girlfriend?
author | eoslinks |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170823t150427328z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-23 15:04:33 |
last_update | 2017-08-23 15:04:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-30 15:04: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 | 42 |
author_reputation | 33,912,357,491 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,645,778 |
net_rshares | 0 |
Congratulations! We have placed your lovely article https://epeak.info/2017/07/31/response-vitalik-buterin-eos/ Editor Epeak.info https://steemit.com/@epeakinfo
author | epeakinfo |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t161747556z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://epeak.info/2017/07/31/response-vitalik-buterin-eos/","https://steemit.com/@epeakinfo"],"app":"steemit/0.1"} |
created | 2017-07-31 16:25:39 |
last_update | 2017-07-31 16:25:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 16:25: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 | 160 |
author_reputation | 117,317,978,965 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,334,351 |
net_rshares | 0 |
Thank you for all your good work.. People like you is the reason why there is hope for the future. Resteemed
author | evelyniroh |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133505172z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:35:36 |
last_update | 2017-07-31 13:35:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:35:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.017 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 11,463,002,243,406 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,558 |
net_rshares | 5,517,276,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pugriffs | 0 | 244,710,400 | 100% | ||
evelyniroh | 0 | 5,272,566,253 | 100% |
Still a huge EOS fan. One question.....how are the ERC20 tokens for EOS going to be converted onto the actual EOS blockchain?
author | exxodus |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170803t180959511z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 18:09:51 |
last_update | 2017-08-03 18:09:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 18:09:51 |
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 | 125 |
author_reputation | 7,589,375,156,104 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,670,002 |
net_rshares | 241,612,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pugriffs | 0 | 241,612,800 | 100% |
"We have already established that Etheruem ..." -> Ethereum :)
author | flair |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t231722993z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 23:17:24 |
last_update | 2017-08-01 23:17:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 23:17:24 |
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 | 62 |
author_reputation | 319,224,030 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,477,697 |
net_rshares | 0 |
where is the picture from about the full nodes? I can't find a source saying that only tw onodes rund over 51%
author | flurin |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20180605t214229813z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-06-05 21:42:30 |
last_update | 2018-06-05 21:42:30 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 21:42: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 | 110 |
author_reputation | 1,575,498,420,323 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,434,219 |
net_rshares | 0 |
maybe it's just me but that video first lost me when they stopped speaking english until if figured out the caption button but then who ever did the writing ( and yes the people did talk quite fast at times but the text is added in editing mode right ? ) did not put in every word used like one guy said thank you for something and that did not make in the text, also I can see so many enlish teachers from the 70's or 40's either rolling in there graves or shaking heads at the run on sentence or paragraph. I don't think a single period or comma was used and it read like only one person was talking. I had to stop the video at 7:33 because the explanation using burgers confused the heck out of me. :( I hope the people who sat through this understood this talk and came away with good info to use cause I'm just left confused, the only thing I understood was don't over spend when investing. I hope I can better understand the words that fallow the video as I've not read that yet. thanks for sharing
author | freakygeak |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t163557160z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:36:00 |
last_update | 2017-08-01 16:36:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:36: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 | 1,004 |
author_reputation | 53,538,025,011 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,442,778 |
net_rshares | 0 |
BTS and Steem each handle more transactions than BTC and ETH combined. Vitalik should be worried.
author | getsome3000 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t180919582z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 18:09:18 |
last_update | 2017-07-31 18:09:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 18:09:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.081 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 149,748,858,995 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,342,101 |
net_rshares | 20,421,726,528 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
getsome3000 | 0 | 20,421,726,528 | 100% |
What this means is that Vitalik has concede that EOS can be a challenger for Ethereum. That is a good sign for me :) All the best @dan. Keep up the good work. Let us hope that <b>The trilogy of Steem, Bitshares and EOS</b> will lead the way forward in Cryptocurrency field.
author | gokulnk |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t140515884z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-07-31 14:05:15 |
last_update | 2017-07-31 14:05:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:05: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 | 274 |
author_reputation | 17,871,219,215,380 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,176 |
net_rshares | 3,127,551,590 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gokulnk | 0 | 2,001,675,273 | 100% | ||
shareme | 0 | 1,125,876,317 | 100% |
Interesting post. I will be here to keep on seeing the good news. Thanks for the info.
author | green21 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t182035385z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 18:20:39 |
last_update | 2017-07-31 18:20:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 18:20: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 | 86 |
author_reputation | 25,309,283,689 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,342,797 |
net_rshares | 0 |
@dan isn't Vitalik also a developer of EOS through Fenbushi Capital?
author | hatchi |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t201100116z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 20:11:00 |
last_update | 2017-08-01 20:11:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 20:11:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 117,980,692,032 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,463,305 |
net_rshares | 5,790,464,033 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hatchi | 0 | 5,790,464,033 | 100% |
>Here is the distribution of block producing nodes on Ethereum. Irrelevant. Not once did you mention casper, which is all that matters long term in comparison to DPOS. Also, people with a large stake in the system don't automatically do what is best for the system. Hitler was a billionaire.
author | helikopterben |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170804t155503955z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 15:55:03 |
last_update | 2017-08-04 15:55:03 |
depth | 1 |
children | 1 |
last_payout | 2017-08-11 15:55:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 295 |
author_reputation | 8,838,784,970,673 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,763,163 |
net_rshares | 7,433,437,604 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
helikopterben | 0 | 1,665,938,280,544 | 100% | ||
sadkitten | 0 | -1,658,504,842,940 | -27.63% |
casper mentioned in 2nd part: https://steemit.com/eos/@dan/reponse-to-vitalik-s-written-remarks Casper is highly centralized and punishes dissent. Additionally casper distribution was through 72% premine and ICO - both worst possible methods enforcing centralization further Finally, casper in no way avoids the same complete eth centralization demonstrated during bailout http://i.imgur.com/IStgCuO.png
author | eosfan |
---|---|
permlink | re-helikopterben-re-dan-response-to-vitalik-buterin-on-eos-20170925t015559042z |
category | eos |
json_metadata | {"tags":["eos"],"image":["http://i.imgur.com/IStgCuO.png"],"links":["https://steemit.com/eos/@dan/reponse-to-vitalik-s-written-remarks"],"app":"steemit/0.1"} |
created | 2017-09-25 01:56:00 |
last_update | 2017-09-25 01:56:00 |
depth | 2 |
children | 0 |
last_payout | 2017-10-02 01:56: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 | 406 |
author_reputation | 540,339,664,293 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,842,846 |
net_rshares | 0 |
This Post was Added to the Steemit Social Media Queue. https://www.youtube.com/watch?v=j8Kep7t5OSY
author | hilarski |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t132920717z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://img.youtube.com/vi/j8Kep7t5OSY/0.jpg"],"links":["https://www.youtube.com/watch?v=j8Kep7t5OSY"],"app":"steemit/0.1"} |
created | 2017-07-31 13:29:21 |
last_update | 2017-07-31 13:29:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:29: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 | 98 |
author_reputation | 488,873,580,141,533 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,062 |
net_rshares | 0 |
This gives us one more reason to support the EOS platform.
author | himawariko |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t143900341z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:39:00 |
last_update | 2017-07-31 14:39:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:39: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 | 58 |
author_reputation | 11,222,625,406 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,326,019 |
net_rshares | 0 |
Ethereum has been working on improvement with the existing platform and beIng a creater of smart contract. EOS in comparison, has no product/Platform yet whIch gives chance to build better platform based on Ethereum. It is healthy competition I think. Both can survive if there are different use cases or if they compete on the same, and users will decide. I hope both will success! Revolution isn't happening in a short time. Bitcoin took long time to come to effect the idea of digital cash since 90's and it's still not confirmed if it can be used as currency yet.
author | hiroyukikomiya |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t170549055z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 17:05:51 |
last_update | 2017-07-31 17:32:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 17:05:51 |
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 | 569 |
author_reputation | 17,414,006,056 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,337,271 |
net_rshares | 0 |
Hey can you help me quickly ! A man give my real identity and he DownVote all of my post... his name's Monkyy
author | jackyx2clic |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t132650132z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:26:51 |
last_update | 2017-07-31 13:26:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:26:51 |
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 | 110 |
author_reputation | 29,521,228,062 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,319,867 |
net_rshares | -12,219,341,911 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
chryspano | 0 | -12,219,341,911 | -1% |
Hey can you help me quickly ! A man give my real identity https://steemit.com/suisse/@monkrypto/on-me-downvote-sans-raison-2017730t829020z and he DownVote all of my post... his name's Monkyy
author | jackyx2clic |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t135318540z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/suisse/@monkrypto/on-me-downvote-sans-raison-2017730t829020z"],"app":"steemit/0.1"} |
created | 2017-07-31 13:53:18 |
last_update | 2017-07-31 13:53:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:53: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 | 190 |
author_reputation | 29,521,228,062 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,322,135 |
net_rshares | 0 |
Hi This is just the typically dismissive attitude of a complacent incumbent. It's more about psychology than the actual reasoning behind it.
author | jigs3716 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t171138868z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:11:21 |
last_update | 2017-08-01 17:11:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 17:11: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 | 140 |
author_reputation | 115,600,210,863 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,446,054 |
net_rshares | 0 |
People! This fighting means ETH will get down :/
author | juanjorosale |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t135307647z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:53:06 |
last_update | 2017-07-31 13:53:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:53:06 |
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 | 48 |
author_reputation | 315,776,666,259 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,322,122 |
net_rshares | 0 |
Dpos is still less decentralized than would be ideal and does not change by pointing at possible problems with other blockchains. Those eth mining pools can consist of hundreds of miners who can switch at a whim.
author | kimmar |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t154839012z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:48:39 |
last_update | 2017-07-31 15:48:39 |
depth | 1 |
children | 2 |
last_payout | 2017-08-07 15:48:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.198 HBD |
curator_payout_value | 0.062 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | 51,635,206,939 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,331,500 |
net_rshares | 64,397,264,928 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kimmar | 0 | 58,095,070,584 | 100% | ||
sadekj | 0 | 6,137,477,233 | 100% | ||
epeakinfo | 0 | 164,717,111 | 100% |
And EOS block producers consist of thousands of voters who can switch even faster.
author | dan |
---|---|
permlink | re-kimmar-re-dan-response-to-vitalik-buterin-on-eos-20170731t160308975z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 16:03:09 |
last_update | 2017-07-31 16:03:09 |
depth | 2 |
children | 1 |
last_payout | 2017-08-07 16:03:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.060 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 155,470,101,136,708 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,332,601 |
net_rshares | 19,799,793,531 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ppitonak | 0 | 10,150,740,037 | 100% | ||
goodmorning | 0 | 9,649,053,494 | 100% |
Something to emphasize then instead of pointing fingers. EOS will definitely do great things and find its niche be it the whole world or within corporations.
author | kimmar |
---|---|
permlink | re-dan-re-kimmar-re-dan-response-to-vitalik-buterin-on-eos-20170731t161702216z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 16:17:03 |
last_update | 2017-07-31 16:18:12 |
depth | 3 |
children | 0 |
last_payout | 2017-08-07 16:17:03 |
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 | 157 |
author_reputation | 51,635,206,939 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,333,726 |
net_rshares | 0 |
I'd put half of my ETH to EOS to avoid FOMO xD
author | kryptokayden |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t144127490z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:41:33 |
last_update | 2017-07-31 14:41:33 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 14:41: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 | 46 |
author_reputation | 5,403,894,635,578 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,326,252 |
net_rshares | 4,327,887,816 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kryptokayden | 0 | 4,327,887,816 | 100% |
I put almost all of my Eth in EOS, once the ICO's start cashing out I think Etherieum will crash (which might be a good time to buy)
author | shareme |
---|---|
permlink | re-kryptokayden-re-dan-response-to-vitalik-buterin-on-eos-20170801t143801045z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 14:37:51 |
last_update | 2017-08-01 14:37:51 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 14:37:51 |
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 | 132 |
author_reputation | 2,000,226,178 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,430,559 |
net_rshares | 0 |
very good, @leoledda48
author | leoledda48 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t141124546z |
category | eos |
json_metadata | {"tags":["eos"],"users":["leoledda48"],"app":"steemit/0.1"} |
created | 2017-07-31 14:11:30 |
last_update | 2017-07-31 14:11:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14: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 | 22 |
author_reputation | 23,391,848,956 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,323,709 |
net_rshares | 0 |
Thanks for making this post. I have been eager to see some comparisons between the two platforms. Unfortunately, my skill set made this the best way I could contribute to a conversation that began with Merkle Trees: <center></center>
author | lexiconical |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t151530306z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmRuke9UpFEpKcp8s17Br2fhpY4hdYSoVskZMXqAA3RNCK/Merkel%20Tree.jpg"],"app":"steemit/0.1"} |
created | 2017-07-31 15:15:45 |
last_update | 2017-07-31 15:15:45 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 15:15:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.662 HBD |
curator_payout_value | 0.119 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 346 |
author_reputation | 183,198,168,434,738 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,328,962 |
net_rshares | 193,198,405,952 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shla-rafia | 0 | 0 | 7% | ||
kimmar | 0 | 60,554,121,191 | 100% | ||
kooshikoo | 0 | 12,059,132,738 | 16% | ||
mjhomb | 0 | 47,753,908,816 | 100% | ||
vegolino | 0 | 574,739,500 | 100% | ||
cryptoinvestor | 0 | 2,266,140,270 | 100% | ||
rene1989 | 0 | 627,482,048 | 100% | ||
captaincanary | 0 | 51,217,134,596 | 22% | ||
lexiconical | 0 | 13,395,149,799 | 100% | ||
patcher | 0 | 2,825,004,718 | 100% | ||
pondycrane | 0 | 1,143,328,927 | 100% | ||
aifuture | 0 | 782,263,349 | 100% | ||
santianfe | 0 | 0 | 100% |
Lol, you're so funny @lexiconical. I like you!😁
author | introvertspeaks |
---|---|
permlink | re-lexiconical-re-dan-response-to-vitalik-buterin-on-eos-20180604t133755284z |
category | eos |
json_metadata | {"tags":["eos"],"users":["lexiconical"],"app":"steemit/0.1"} |
created | 2018-06-04 13:37:57 |
last_update | 2018-06-04 13:37:57 |
depth | 2 |
children | 0 |
last_payout | 2018-06-11 13:37: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 | 47 |
author_reputation | -4,351,658,764,138 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,206,153 |
net_rshares | 0 |
Thanks.
author | loum |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t001825192z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 00:18:21 |
last_update | 2017-08-01 00:18:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 00:18: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 | 7 |
author_reputation | 6,704,515,659,183 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,367,463 |
net_rshares | 0 |
I'm impressed with the clarity and rationality you have responding to very intelligent people saying clearly ignorant (or at worse, purposefully false) statements. I hope this information spreads to get around all the FUD. Congrats on the token distribution so far. As I noted in my last EOS post, it may end up being the most widely distributed ICO ever, and you all appear to be hitting your goals nicely.
author | lukestokes |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t134945573z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:49:45 |
last_update | 2017-07-31 13:49:45 |
depth | 1 |
children | 11 |
last_payout | 2017-08-07 13:49:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.893 HBD |
curator_payout_value | 0.560 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 407 |
author_reputation | 556,640,380,599,219 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,321,803 |
net_rshares | 603,671,821,568 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
benjojo | 0 | 24,798,084,650 | 25% | ||
chryspano | 0 | 354,360,915,420 | 30% | ||
sandwich | 0 | 56,730,524,837 | 100% | ||
ppitonak | 0 | 10,726,668,550 | 100% | ||
matt-a | 0 | 43,082,166,482 | 1% | ||
vegolino | 0 | 621,340,000 | 100% | ||
sacred-agent | 0 | 10,886,712,828 | 12% | ||
slavix | 0 | 101,383,334,395 | 51% | ||
kyhou | 0 | 1,082,074,406 | 100% |
[Charles Hoskinson, of IOHK and ETC and every single blockchain conference that will allow him to speak, stepped into the fray](https://np.reddit.com/r/ethereum/comments/6qm0y2/is_the_ethereum_team_defending_their_ground/dkyldrq/): > Dan's been making these kinds of unqualified statements for years with little tech or reason behind them. There is no formalism to his work nor any justification to his claims. > Raw performance without explaining what TPS means (not all transactions are created equally). No mention of what these numbers would mean from a network topology and Blockchain size viewpoint. Just 200 million dollars on forked code from bitshares and steem and a lot of promises. > I'd honestly ignore it until there is something worthwhile to talk about.
author | eeks |
---|---|
permlink | re-lukestokes-re-dan-response-to-vitalik-buterin-on-eos-20170731t142249032z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://np.reddit.com/r/ethereum/comments/6qm0y2/is_the_ethereum_team_defending_their_ground/dkyldrq/"],"app":"steemit/0.1"} |
created | 2017-07-31 14:22:48 |
last_update | 2017-07-31 14:22:48 |
depth | 2 |
children | 9 |
last_payout | 2017-08-07 14: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 | 772 |
author_reputation | 21,536,775,583,000 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,324,617 |
net_rshares | 4,771,346,327 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mikeinfla | 0 | 3,953,525,553 | 100% | ||
aifuture | 0 | 817,820,774 | 100% |
> I'd honestly ignore it until there is something worthwhile to talk about. Fair enough :-)
author | iang |
---|---|
permlink | re-eeks-re-lukestokes-re-dan-response-to-vitalik-buterin-on-eos-20170731t145744681z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:57:45 |
last_update | 2017-07-31 14:57:45 |
depth | 3 |
children | 1 |
last_payout | 2017-08-07 14:57:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.175 HBD |
curator_payout_value | 0.044 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 7,337,084,277,651 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,327,652 |
net_rshares | 301,212,375,959 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eeks | 0 | 301,212,375,959 | 43% |
> Dan's been making these kinds of unqualified statements for years with little tech or reason behind them. There is no formalism to his work nor any justification to his claims. Huh? "little tech or reason behind them"? That's... so confusing to me. How is BitShares and Steem, two of the most performant blockchains in existence today by volume "little tech"? How are these not active justifications for his claims about DPOS? Maybe I'm just not smart enough to understand the criticisms, but on the surface they seem ridiculous to me. Please help me see what I'm missing.
author | lukestokes |
---|---|
permlink | re-eeks-re-lukestokes-re-dan-response-to-vitalik-buterin-on-eos-20170731t151852414z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:18:51 |
last_update | 2017-07-31 15:18:51 |
depth | 3 |
children | 6 |
last_payout | 2017-08-07 15:18:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.466 HBD |
curator_payout_value | 0.485 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 576 |
author_reputation | 556,640,380,599,219 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,329,181 |
net_rshares | 481,939,168,358 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
james212 | 0 | 481,327,148,458 | 100% | ||
vegolino | 0 | 612,019,900 | 100% | ||
nick300 | 0 | 0 | 100% |
Thank You Dan & Luke, I trust You both & have watched most, if not all of the videos with Dan. I'm hoping someday that Dan may meet www.EllenBrown.com , she is one of the smartest people I know regarding Banking AND actually offers SOLUTIONS for Central Banks/Fractional Reserve Banks... obviously she is not a program coder, but she could well offer some guidance regarding governance. Her book www.WebOfDebt.com is outstanding... She's a lawyer by training & one of the more polite people You might meet. BIG Kudos to Both You & Dan... Cheers !!
author | sacred-agent |
---|---|
permlink | re-lukestokes-re-dan-response-to-vitalik-buterin-on-eos-20170731t150101357z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:01:03 |
last_update | 2017-07-31 15:09:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 15:01:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.043 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 553 |
author_reputation | 4,833,164,215,661 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,327,903 |
net_rshares | 11,063,195,447 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sacred-agent | 0 | 10,886,712,828 | 12% | ||
epeakinfo | 0 | 176,482,619 | 100% |
Very interesting article. While reading this I remember the movie "The Nerve"
author | markceliz | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-2017731t215452966z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-31 13:55:00 | ||||||
last_update | 2017-07-31 13:55:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-07 13:55: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 | 77 | ||||||
author_reputation | 123,178,603,441 | ||||||
root_title | "Response to Vitalik Buterin on EOS" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,322,312 | ||||||
net_rshares | 0 |
Legalize drugs making black markets obsolete,
author | matrixdweller |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t134812765z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:49:03 |
last_update | 2017-07-31 13:49:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | -29,653,420,748,873 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,321,747 |
net_rshares | 5,812,371,305 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
matrixdweller | 0 | 5,812,371,305 | 100% |
Absolutely excellent response(s), @dan. This is how you properly ensure a revolution keeps its footing and trudges progressively into the future. Major respect. Keep up the good work. This is the "good fight."
author | matt-a |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t205750954z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-07-31 20:58:03 |
last_update | 2017-07-31 20:58:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 20:58:03 |
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 | 213 |
author_reputation | 34,621,295,577,150 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,353,678 |
net_rshares | 0 |
https://s1.postimg.org/hflwk39wv/ezgif.com-video-to-gif.gif https://steemit.com/renderlovers/@mrgreen/b-ts-boy-fighting
author | mrgreen |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t185856159z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://s1.postimg.org/hflwk39wv/ezgif.com-video-to-gif.gif"],"links":["https://steemit.com/renderlovers/@mrgreen/b-ts-boy-fighting"],"app":"steemit/0.1"} |
created | 2017-08-01 18:59:15 |
last_update | 2017-08-01 18:59:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 18:59: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 | 120 |
author_reputation | 23,106,142,389,321 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,457,287 |
net_rshares | 0 |
Thanks Dan!!!
author | musicholic |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t143148083z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:31:54 |
last_update | 2017-07-31 14:31:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:31: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 | 13 |
author_reputation | 27,234,586,960,280 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,325,367 |
net_rshares | 0 |
What about *RANDOM* voting for delegates? That seems to fix these delegation problems. Not only does it fix the low-participation vote problem, but also makes it so you can’t even choose your vote for a delegate, so can’t choose yourself. What’s wrong with *randomly* voted-in delegates to fix these dPoS problems?
author | mylord |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170924t235007803z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-09-24 23:50:06 |
last_update | 2017-09-25 02:04:48 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 23:50:06 |
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 | 317 |
author_reputation | 51,690,083 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,836,905 |
net_rshares | 0 |
Congratulations for your excellent post, I invite you to follow us and we grow faster, greetings
author | nancyyepes |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t154518605z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:45:12 |
last_update | 2017-07-31 15:45:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 15:45:12 |
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 | 96 |
author_reputation | 35,252,618,721 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,331,242 |
net_rshares | 0 |
If people are still wondering how big EOS is, just read Dan's quote on the matter. EOS Telegram chat Daniel Larimer himself pretty much summed it up with this, "EOS can run ETH inside a single contract ;) https://steemit.com/eos/@bbrewer/eos-vs-eth-summed-up-in-a-few-words-by-daniel-larimer
author | nick300 |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20180221t001246465z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/eos/@bbrewer/eos-vs-eth-summed-up-in-a-few-words-by-daniel-larimer"],"app":"steemit/0.1"} |
created | 2018-02-21 00:12:45 |
last_update | 2018-02-21 00:12:45 |
depth | 1 |
children | 0 |
last_payout | 2018-02-28 00:12: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 | 291 |
author_reputation | 5,762,616,067 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 39,199,922 |
net_rshares | 0 |
interesting article
author | padmakshi |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t141958444z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:20:00 |
last_update | 2017-07-31 14:20:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:20: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 | 19 |
author_reputation | 1,095,407,523,576 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,324,404 |
net_rshares | 0 |
fight fight 
author | pastzam |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t190332841z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmeJnt3VyzEjYzUsGEiiYAHv9NEHUfEkJZq9owGEA9oLWu/image.png"],"app":"steemit/0.1"} |
created | 2017-07-31 19:03:33 |
last_update | 2017-07-31 19:03:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 19:03:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.210 HBD |
curator_payout_value | 0.068 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 2,315,182,613,022 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,345,549 |
net_rshares | 69,243,582,724 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pastzam | 0 | 67,322,055,526 | 100% | ||
paasz | 0 | 1,921,527,198 | 100% |
Why two genius always oppose! I think @dan is the front runner this time.
author | pijushmitra |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t191156370z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-07-31 19:11:57 |
last_update | 2017-07-31 19:11:57 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 19:11: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 | 73 |
author_reputation | 694,028,189,444 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,346,098 |
net_rshares | 0 |
"two"
author | josephd |
---|---|
permlink | re-pijushmitra-re-dan-response-to-vitalik-buterin-on-eos-20170801t081128908z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 08:11:27 |
last_update | 2017-08-01 08:11:27 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 08:11:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 1,477,494,490,230 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,398,458 |
net_rshares | 6,500,978,394 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josephd | 0 | 6,500,978,394 | 100% |
Yep ! I myself, not being an engineer could challenge Vitalik on some of his point regarding government easily shutting dowm EOS or Steem node... so trivial. I notice a lot non consistent argument in the Bitcoin & Ethereum Community...VB is a highly talented but too much mathematics, cryptographics and politics in could kill the projet
author | pnc |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t210244848z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 21:02:51 |
last_update | 2017-07-31 21:34:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 21:02:51 |
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 | 338 |
author_reputation | 31,810,381,051,518 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,354,049 |
net_rshares | 0 |
Hello @dan, actually I have been researching a bit deeper in Ethereum these days (Well I am quite a newbie on all these crypto world, am sorry for that) and I would just have your feedback about a big news currently the talk of the town in Mauritius, have you guys heard about **Ethereum Island?** I have made a post on it and apparently it is going forward with many meetings already been held in Mauritius! You can check it here if you wish https://steemit.com/blockchain/@progressivechef/first-ethereum-island-in-the-world-mauritius-may-soon-be-one Best regards @progressivechef
author | progressivechef |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t160814588z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan","progressivechef"],"links":["https://steemit.com/blockchain/@progressivechef/first-ethereum-island-in-the-world-mauritius-may-soon-be-one"],"app":"steemit/0.1"} |
created | 2017-07-31 16:08:15 |
last_update | 2017-07-31 16:08:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 16:08: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 | 583 |
author_reputation | 192,478,961,270,930 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,333,000 |
net_rshares | 0 |
I view ether as gas where there won't be a reason to hold an amount other than what may be required to perform transactions for other alt-coins, EOS startup tokens, etc that one may be holding.
author | pugriffs |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170805t014457897z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-05 01:44:57 |
last_update | 2017-08-05 01:44:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-12 01:44: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 | 194 |
author_reputation | 34,869,992,091 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,807,380 |
net_rshares | 0 |
The answer to “more centralized than what[?]” is definitely not the current pool mined, PoW based reality of Ethereum. I think it was quite clear that Vitalik was comparing DPoS to what will be ethereum's own PoS when Casper is out. Comparing DPoS to the current state of ethereum is similar to saying: "A startup named 'Space EOS' is working towards building rockets that can go to Mars. Current rockets made by 'Space XTH' can only reach the moon. Then, 'Space EOS' is much better than Space XTH"
author | quiuquio |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t051618487z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 05:16:18 |
last_update | 2017-08-01 05:16:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 05:16: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 | 500 |
author_reputation | 17,863,275 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,386,887 |
net_rshares | 0 |
all of these chains will be shut down as they are the addtional layer to the ISP layer
author | rayzh |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20180404t201636180z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-04 20:16:57 |
last_update | 2018-04-04 20:16:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-11 20:16: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 | 86 |
author_reputation | 19,183,991 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,360,855 |
net_rshares | 0 |
smart on hacking/algorithm, stupid in governmental policies, finance and other things, all of you including BM and Vita
author | rayzh |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20180404t204555343z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-04 20:46:15 |
last_update | 2018-04-04 20:46:15 |
depth | 1 |
children | 0 |
last_payout | 2018-04-11 20:46: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 | 119 |
author_reputation | 19,183,991 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,364,207 |
net_rshares | 0 |
nice post follow me i will follow you back
author | ritikch |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t031839150z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:18:21 |
last_update | 2017-07-31 15:18:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 15:18: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 | 42 |
author_reputation | -1,532,235,671 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,329,141 |
net_rshares | 0 |
I had my doubts about EOS with the us ip block and the EOS fake scammer sites in the beginning and I backed off. But recently poured 30% of my ETH holding in EOS until June of next year, I see at least a 500% growth in that time. Great post Dan!
author | royschuh |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133732919z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:37:30 |
last_update | 2017-07-31 13:37:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:37:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 246 |
author_reputation | 1,126,660,274,850 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,732 |
net_rshares | 5,580,066,899 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah | 0 | -1,360,423,044 | -1% | ||
vegolino | 0 | 552,992,600 | 100% | ||
pugriffs | 0 | 250,905,600 | 100% | ||
royschuh | 0 | 6,136,591,743 | 100% |
I need your moral support I'm new here.. Followed Voted Done Please give back Follow for help https://media.tenor.com/images/2cfcc4fff02b694afabd9929534199a1/tenor.gif
author | rxhussain |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t161753136z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://media.tenor.com/images/2cfcc4fff02b694afabd9929534199a1/tenor.gif"],"app":"steemit/0.1"} |
created | 2017-07-31 16:17:57 |
last_update | 2017-07-31 16:17:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 16:17: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 | 167 |
author_reputation | -2,663,491,160,194 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,333,802 |
net_rshares | -167,080,183,433,143 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -167,080,481,612,926 | -100% | ||
rxhussain | 0 | 298,179,783 | 100% |
Please help me, upvote and resteem my post... https://steemit.com/indonesia/@safwaninisam/bursa-transfer-2017-2018-201788t52610841z Regards ***@safwaninisam***
author | safwaninisam |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170808t070132205z |
category | eos |
json_metadata | {"tags":["eos"],"users":["safwaninisam"],"links":["https://steemit.com/indonesia/@safwaninisam/bursa-transfer-2017-2018-201788t52610841z"],"app":"steemit/0.1"} |
created | 2017-08-08 07:01:33 |
last_update | 2017-08-08 07:01:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-15 07:01: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 | 161 |
author_reputation | 5,458,782,848,371 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,140,892 |
net_rshares | 0 |
author | salvis |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t100307752z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 10:03:12 |
last_update | 2017-08-01 10:03:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 10:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.105 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 520,117,508,798 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,406,206 |
net_rshares | 33,912,627,880 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
salvis | 0 | 33,652,429,480 | 100% | ||
pugriffs | 0 | 260,198,400 | 100% |
For a human being to start pointing the negative about something new is ALWAYS because of fear. EOS is shaping to be what Ethereum promised with its idea. He is afraid that the potential of EOS is enormous and may kick ETH out of the game, or take a big chunk of its pie.
author | seranium |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t190344580z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 19:03:45 |
last_update | 2017-07-31 19:03:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 19:03: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 | 273 |
author_reputation | 13,398,093,881 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,345,560 |
net_rshares | 0 |
LOL. I just sold some more ETH for EOS. Keep it up @dan!
author | skycornish |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170801t190949798z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 19:09:45 |
last_update | 2017-08-01 19:09:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 19:09:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.216 HBD |
curator_payout_value | 0.071 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 2,169,519,497,809 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,458,158 |
net_rshares | 71,293,330,391 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
skycornish | 0 | 71,293,330,391 | 100% |
Now don't get me wrong here people I like the concept of EOS and own a bit myself. But... EOS itself does not exist yet, and is actually run on the Ethereum network platform for now right ? EOS' ICO only takes Ethereum as a form of trade/payment as well. A decentralized platform is not helped at all by centralizing the nodes needed to confirm a transaction, no matter how many transactions are able to take place. Buterin does have a point here whether you like it or not and i don't see it so much as an attack but rather a credible criticism. You can use all manner of meaningful criticisms you like but DPOS still reduces the overall number of points in the overall system that need to be coerced or corrupted to gain control of the network and/or cause harm to it. Your 51% graph posted above does not take into account the numerous individuals within those pools that make up those pools, as opposed to just a hundred or so individual nodes as proposed in the DPOS network for EOS. Vitalek Buterin is a very smart individual, as also is Dan Larimer and I would not want to bet against either of them in this game, and I don't as a matter of fact. I back both as much as I can. But I do wonder why Buterin is still there with Ethereum and from the start, and Larimer keeps on moving on from one to the other instead of staying with a project. Again I do like the concept of EOS and have sunk a lot of funds into it as well, but why is it run on the ETH platform if it is supposed to be an ETH KILLER ? Why not get it up and running and give it 'Proof of Life' before raising over $200,000, 000 on the initial offering and then have a 12 month ICO before it is even a thing ? Ethereum is often said to have scaling issues, but if you actually take a proper look at how ETH's transactions work you will find that they scale quite well as they are needed to as do the transaction fees. Ethereum Killer ? ? ? Maybe in the future, but the first positive proof of that will be for EOS to leave the Ethereum Platform successfully.
author | southerncross |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t141608142z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:16:15 |
last_update | 2017-07-31 14:18:09 |
depth | 1 |
children | 19 |
last_payout | 2017-08-07 14:16:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.233 HBD |
curator_payout_value | 0.072 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,047 |
author_reputation | 59,563,098,676 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,324,119 |
net_rshares | 75,677,123,983 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ppitonak | 0 | 10,510,695,358 | 100% | ||
kimmar | 0 | 59,324,595,887 | 100% | ||
xochicotta | 0 | 2,524,680,607 | 10% | ||
fiord18 | 0 | 601,626,328 | 100% | ||
vegolino | 0 | 562,312,700 | 100% | ||
roberttene | 0 | 992,550,789 | 100% | ||
jaredsc | 0 | 1,160,662,314 | 100% |
Draw a map of points that need to be corrupted to compromise a network and/or cause harm and I assure you ETH has fewer points of corruption. Namely, I would corrupt the operators of the two largest pools and get a 51% attack. ETH is delegated proof of work with 7 meaningfully elected positions with 2 controlling 51% ETH recommends 12 confirmations, in a window of 12 blocks 7 will be produced by 2 people and the other 5 will be produced by 5 people for an average of 7 unique individuals confirming a transaction. The economics of block production on ETH falls off dramatically once the number of blocks produced per day falls below the cost of operating a node. EOS and STEEM both have the same trail off on the long-tail which means that economically speaking, the total number of block producers will be the same in both systems. The difference is that DPOS makes sure the top 21 are all unique and equally weighted in each confirmation window (45 seconds) vs unequally weighted in each ETH confirmation window (3 minutes). So do the math, their claims of decentralization and/or centralization are entirely bogus and unfounded.
author | dan |
---|---|
permlink | re-southerncross-re-dan-response-to-vitalik-buterin-on-eos-20170731t142951124z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:29:51 |
last_update | 2017-07-31 14:29:51 |
depth | 2 |
children | 9 |
last_payout | 2017-08-07 14:29:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 24.251 HBD |
curator_payout_value | 5.249 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,145 |
author_reputation | 155,470,101,136,708 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,325,186 |
net_rshares | 7,273,968,683,073 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rossco99 | 0 | 457,519,181,013 | 100% | ||
xeroc | 0 | 2,211,915,746,997 | 100% | ||
pheonike | 0 | 34,205,633,851 | 20% | ||
ppitonak | 0 | 10,294,722,166 | 100% | ||
blakemiles84 | 0 | 582,408,682,918 | 100% | ||
theshell | 0 | 252,944,649,512 | 100% | ||
samether | 0 | 12,185,199,776 | 100% | ||
michaelx | 0 | 121,798,417,196 | 100% | ||
albertogm | 0 | 50,353,725,590 | 100% | ||
tyler-fletcher | 0 | 47,709,823,433 | 100% | ||
roelandp | 0 | 488,569,337,471 | 10% | ||
raymondspeaks | 0 | 24,783,229,795 | 100% | ||
demotruk | 0 | 20,641,417,139 | 1% | ||
phenom | 0 | 97,087,741,119 | 100% | ||
fatboy | 0 | 1,479,671,381,219 | 100% | ||
cmorton | 0 | 14,209,101,231 | 40% | ||
someguy123 | 0 | 74,640,190,166 | 10% | ||
nulliusinverba | 0 | 10,566,394,723 | 100% | ||
dan-bn | 0 | 422,240,237,209 | 100% | ||
tracemayer | 0 | 15,282,200,375 | 100% | ||
ninkhisibir | 0 | 13,162,669,864 | 100% | ||
bleujay | 0 | 406,189,204,910 | 25% | ||
adept | 0 | 326,959,251,085 | 100% | ||
sstefan | 0 | 33,746,701,374 | 40% | ||
sacred-agent | 0 | 39,286,833,251 | 44% | ||
unlockrs | 0 | 22,917,158,947 | 30% | ||
ttudor | 0 | 1,078,139,437 | 100% | ||
jaredsc | 0 | 1,143,252,379 | 100% | ||
lisajohnn | 0 | 458,458,927 | 100% |
Fenbushi invested in EOS with a reason I guess?
author | kimmar |
---|---|
permlink | re-dan-re-southerncross-re-dan-response-to-vitalik-buterin-on-eos-20170731t155646815z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:56:48 |
last_update | 2017-07-31 15:56:48 |
depth | 3 |
children | 0 |
last_payout | 2017-08-07 15:56: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 | 47 |
author_reputation | 51,635,206,939 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,332,115 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
takfujiwara | 0 | 0 | 100% |
The fact remains though that the narrower the points you place trust/confirmations in the chain the more chance there is of corruption or coercion. In your example you point to the 'operators' of said two pools while ignoring the makeup of said pools which could number in the thousands instead of the minimal numbers which would exist with DPOS, the math might be enticing but there is no way around the actual numbers which will confirm the overall chain history. You also ignore the ability of Ethereum transactions to increase with increased demand on the network as well. No one I have asked the question of about EOS only existing on the Ethereum network as it exists now has answered that question either. I don't want to fight with you people, I am one of you if you hadn't noticed . I have a couple of grand $AU invested already, but I do think that I have some legitimate questions to ask at least. Why is EOS totally dependent on Ethereum to exist right now for a start ?
author | southerncross |
---|---|
permlink | re-dan-re-southerncross-re-dan-response-to-vitalik-buterin-on-eos-20170731t152958763z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:30:06 |
last_update | 2017-07-31 15:30:06 |
depth | 3 |
children | 7 |
last_payout | 2017-08-07 15:30:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 987 |
author_reputation | 59,563,098,676 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,330,015 |
net_rshares | 17,953,851,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lexiconical | 0 | 11,568,037,488 | 100% | ||
sadekj | 0 | 6,385,814,462 | 100% |
>Your 51% graph posted above does not take into account the numerous individuals within those pools that make up those pools Who are you referring to, the miners? Miners are no more involved in block production in Ethereum than stakeholders are in Steem and BitShares. The direct equivalent of Witnesses in Ethereum, those producing blocks, are the pool *operators*. Just like witnesses they can be multiple people in practice, but they function as a single entity. In practice there are more individual block producing entities in any given time frame in the DPOS blockchains than in any of the PoW or direct PoS blockchains. As a result your prior statement is untrue, when measured empirically: >DPOS still reduces the overall number of points in the overall system that need to be coerced or corrupted to gain control of the network and/or cause harm to it.
author | demotruk |
---|---|
permlink | re-southerncross-re-dan-response-to-vitalik-buterin-on-eos-20170731t142409911z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:24:09 |
last_update | 2017-07-31 14:26:27 |
depth | 2 |
children | 6 |
last_payout | 2017-08-07 14:24:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 864 |
author_reputation | 279,453,298,745,864 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,324,729 |
net_rshares | 21,484,337,421 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexpmorris | 0 | 14,427,309,375 | 15% | ||
sadekj | 0 | 6,279,384,221 | 100% | ||
jbbasics | 0 | 777,643,825 | 100% | ||
rtc | 0 | 0 | 100% |
The mining pools referred to above are made up of many individuals rather than voted for 'Nodes'. They may act as a single entity but only up to the point of their own self interest. And please tell me again what is the difference between thousands deciding on an outcome rather than hundreds deciding an outcome for everyone else concerned, other than a concentration of opinion and self interest ? I am only approaching this from the point of view of liking the decentralization aspect of the blockchain, and I don't see EOS as embracing this aspect with it's centralized Nodes at all. The future and the people will decide the eventual outcome in the end, but all the Ethereum Killer hype and bluster for what is now an ERC-20 token based solely and distributed solely for Ethereum alone is a bit of a story in itself for now. I am not a hater at all, I just have questions is all, I own some EOS and am Intrigued by it's promises, but just don't get people buying it at $1.70 right now on exchanges when they can get it for less than .70 each day from the ICO right now.
author | southerncross |
---|---|
permlink | re-demotruk-re-southerncross-re-dan-response-to-vitalik-buterin-on-eos-20170731t155120699z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 15:51:30 |
last_update | 2017-07-31 15:51:30 |
depth | 3 |
children | 5 |
last_payout | 2017-08-07 15:51:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,081 |
author_reputation | 59,563,098,676 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,331,708 |
net_rshares | 14,649,903,884 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
demotruk | 0 | 14,485,186,773 | 1% | ||
epeakinfo | 0 | 164,717,111 | 100% |
Good points, but I would like to correct you that EOS is an application platform itself and does not run on the Ethereum platform. Only the current EOS token is being distributed on the Ethereum platform because they're trying to keep EOS hands off, maintenance-free during development. --- That's mostly what I want to say. More description below of my understanding if you want to read: --- 1. Why have a token on Ethereum platform? - This was a decision by block.one for optimal development progress. If they launched EOS platform and distributed tokens on the EOS platform, development speed will slow down dramatically due to maintenance of the platform. Making changes at that point becomes more difficult because once applications start using the EOS platform, EOS has to keep their users in mind for every change it wants to make. 2. Then why have ICO over 12 month period now instead of after launch? - The current 12 month ICO is just a preliminary spreading of the seeds. Other ICOs do it too, crowdfund with little more than a whitepaper and promises. At least EOS is backed with years of knowledge from block.one and technology of Bitshares and Steem. They don't need the money and its purpose is not crowdfunding. Its purpose is to broadly distribute the tokens for a fair, decentralized platform. It's also to provide publicity of the platform and time for the community to be familiarized with the project. Someone could technically write an application using the EOS platform before the launch and have it ready by the time EOS is launched. The ICO lasts a year because it mimics mining and makes it harder for whales to snatch better investments than everyone else. 3. Will it be an Ethereum killer? - No one can say for sure. EOS, being an application platform, directly competes with Ethereum, but it depends on the technology of each and users of the platforms. If companies adopt the Ethereum platform for their smart contracts, but discover limitations, then discover that EOS does not have those limitations, then yes, EOS has the potential to be an Ethereum killer but who knows. These limitations are theoretical at this point since EOS hasn't launched yet, but the underlying technology of EOS seems sound to me. Others can fill you in here. But Ethereum can make a comeback. It's just unlikely for it to adopt large changes to the platform at this point since it already has many users and #2 market cap. Any changes Ethereum wants to make at this point has a lot of weight and a lot of consideration needs to be made. EOS can make any changes on the fly since it hasn't launched yet. This is why it's so important for EOS to continue development for a year, even though it could be launched now. 4. Then is it good idea to invest in EOS? - Depends how much you trust them, in the terms, this current token on the Ethereum blockchain states: "EOS Tokens do not have any rights, uses, purpose, attributes, functionalities or features, express or implied. Although EOS Tokens may be tradable, they are not an investment, currency, security, commodity, a swap on a currency, security or commodity or any other kind of financial instrument." This may just be a technicality because they can't promise anything, but if these tokens CAN'T be traded for EOS tokens on the EOS Platform or have any value attached to the EOS Platform, then we might be screwed over. But otherwise, in my opinion yes, EOS is a good investment, maybe not the best, the potential for profit and ROI may not be astronomical like Ethereum was, but I believe EOS is still undervalued in the long-term. If EOS, after token distribution is done, ever becomes a tenth of what Ethereum is today, then if you bought in now, you would begin to profit. Personally I would either get in now for short-term investment because many people transferred large amounts of altcoins to BTC for the free BCC (Bitcoin Cash), and are likely to transfer back to altcoin after this, so I would expect altcoins to rise a bit in a few days (just my unprofessional speculation), or I would wait at least a few months since we might be on a decline and end of a bull run in the crypto space (again, speculation), but I wouldn't be surprised, especially with the 12-month distribution strategy, for EOS to drop further in value this year. Especially next year as EOS nears launch and people start questioning what this this token is worth since they claim in the terms that it has no value. On the other hand, even though EOS is competing with Ethereum, as an investor, I would consider investing in both Ethereum and EOS. If you believe in the application platform technology, it doesn't matter which one wins out, you'll profit because one will skyrocket.
author | kenn |
---|---|
permlink | re-southerncross-re-dan-response-to-vitalik-buterin-on-eos-20170731t194926603z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 19:49:27 |
last_update | 2017-08-01 17:22:27 |
depth | 2 |
children | 1 |
last_payout | 2017-08-07 19:49:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,750 |
author_reputation | 6,308,452,877 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,348,758 |
net_rshares | 12,238,094,595 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lexiconical | 0 | 11,421,606,634 | 100% | ||
vimukthi | 0 | 816,487,961 | 100% |
Great stuff, thank you.
author | lexiconical |
---|---|
permlink | re-kenn-re-southerncross-re-dan-response-to-vitalik-buterin-on-eos-20170804t170634302z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 17:06:57 |
last_update | 2017-08-04 17:06:57 |
depth | 3 |
children | 0 |
last_payout | 2017-08-11 17:06: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 | 23 |
author_reputation | 183,198,168,434,738 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,769,492 |
net_rshares | 0 |
Dan this is so genius. Your thoughts are yunk! I appreciate you educating us on this and I'd love to see a pie chart of Steem DPOS hashing power...
author | stellabelle |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t203843903z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 20:38:42 |
last_update | 2017-07-31 20:38:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 20:38: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 | 147 |
author_reputation | 516,061,669,130,124 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,352,213 |
net_rshares | 0 |
As a recent buyer of EOS and a fan of all Crypto. I would not be to worried about EOS. If anything with EOS right on Ethereums tail I think that Vitalik is somewhat concerned. He should be because if anyone has better tech they will improve the token for everyone.
author | stokjockey |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t135330165z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:53:33 |
last_update | 2017-07-31 13:53:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:53: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 | 264 |
author_reputation | 128,170,335,670,725 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,322,156 |
net_rshares | 0 |
It is always good to hear two sides of a story and I am really thankful that you addressed the points from Vitalik. Thanks for your response, this really increases my faith in the usability and advantages of EOS.
author | tarekadam |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t144851156z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 14:48:51 |
last_update | 2017-07-31 14:48:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 14:48:51 |
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 | 212 |
author_reputation | 50,131,776,387,207 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,326,934 |
net_rshares | 2,524,680,607 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xochicotta | 0 | 2,524,680,607 | 10% |
Very nice and much needed response. I'll make sure to take a look at these other posts you mentioned at the end.
author | teamsteem |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133705062z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:37:03 |
last_update | 2017-07-31 13:37:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:37:03 |
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 | 112 |
author_reputation | 284,804,541,406,803 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,691 |
net_rshares | 0 |
Good read, but remember at one point gold was outlawed in USA! So crypto might become illegal just for the sake of central banks!
author | vander |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t202344234z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 20:23:51 |
last_update | 2017-07-31 20:23:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 20:23:51 |
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 | 129 |
author_reputation | 20,729,326,154,850 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,351,150 |
net_rshares | 0 |
Thanks Dan, dont stress about the nay sayers the proof will be in the pudding!! keep on trucking mate! i love the idea behind EOS so much i wrote an article on it what do you think? https://steemit.com/eos/@wakeupworldnews/why-i-am-going-all-in-on-eos-and-past-crypro-ventures-2017726t9951351z
author | wakeupworldnews |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133333992z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1","links":["https://steemit.com/eos/@wakeupworldnews/why-i-am-going-all-in-on-eos-and-past-crypro-ventures-2017726t9951351z"]} |
created | 2017-07-31 13:34:00 |
last_update | 2017-07-31 13:42:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:34:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 293 |
author_reputation | 5,824,374,986,847 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,419 |
net_rshares | 7,603,240,816 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wakeupworldnews | 0 | 2,071,191,764 | 41.54% | ||
becausehelives | 0 | 5,532,049,052 | 61.83% |
Im on this boat too
author | williamningli |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t234231100z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 23:42:27 |
last_update | 2017-07-31 23:42:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 23:42: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 | 19 |
author_reputation | 129,450,341 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,365,335 |
net_rshares | 0 |
Does this mean that Vitalik does not know much about EOS yet? - this is what it looks to me like he is kinda making up some what he says hmmmm
author | xgrosz |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t181729358z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 18:17:30 |
last_update | 2017-07-31 18:17:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 18:17:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 4,460,308,564,830 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,342,628 |
net_rshares | 27,231,150,888 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pugriffs | 0 | 257,100,800 | 100% | ||
xgrosz | 0 | 25,854,011,568 | 100% | ||
exposebeauty | 0 | 1,120,038,520 | 100% |
Thank you sir for correcting these points based on real facts. TBH i don't know where is he getting these "assumptions." More power to EOS! (He still creeps me out... -_-)
author | yukimaru |
---|---|
permlink | re-dan-response-to-vitalik-buterin-on-eos-20170731t133912581z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 13:39:30 |
last_update | 2017-07-31 13:39:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-07 13:39: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 | 172 |
author_reputation | 34,898,291,077,761 |
root_title | "Response to Vitalik Buterin on EOS" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,320,890 |
net_rshares | 0 |