<b>TL;DR:</b> EOS is a consensus blockchain operating system that provides databases, account permissions, scheduling, authentication, and internet-application communication to massively improve the efficiency of smart business development that uses parallelization to make possible blockchain scalability to millions of users and millions of transactions per second. <b>Disclaimer:</b> Most of what follows is my cliffs notes summary of Dan's Consensus presentation, and I've also (crudely) redrawn some of his key slides. Anything and everything contained herein should be properly attributed to Dan, @dantheman. <h2>EOS: the elected, epic, enterprise, consensus, blockchain operating system.</h2> In order to introduce EOS, we first need to understand the current state of blockchain tech, and how we got here. Bitcoin of course introduced the idea of a public ledger system and Ethereum proved the demand for decentralized applications more generally. However, in order to see blockchains truly go mainstream, we need to address the sheer volume of traffic and operations occurring on real world business applications. For example, credit card networks need to be able to process 20,000 transactions per second. Facebook processes 52,000 likes per second, and that doesn't include actual posts and other activity. The financial industry processes 100,000 transactions per second, potentially per market. In contrast, Bitcoin is currently limited to ~3 transactions per second because of blocksize, and Ethereum is limited to ~30 transactions per second due to gas restrictions. The most important restriction of current blockchain technology is the single-threaded performance of all major blockchains. <center><img src="https://s18.postimg.org/r3bi59w7d/EOS.png"><br>EOS has already attracted significant interest and investment.</center> <h2>How did we get here?</h2> In 2013, the decentralized exchange Bitshares was built, and in 2014 Bitshares was launched. It used delegated proof-of-stake giving 3 second confirmation times with very predictable, reliable block production. The first version of Bitshares was built off of some of the same ideas as Bitcoin and shared some technology, but still didn't meet the performance requirements of an exchange. In 2015 Graphene was created, and Bitshares was completely rewritten. This was able to achieve 100,000 transaction per second on a single machine, and decentralized global stress testing achieved 18,000 transactions per second on a distributed network. Account names were also introduced with Bitshares (advanced hierarchical dynamic threshold multisig), which separated accounts from keys, allowing organizations to be structured and permissions to be delegated to other users. In 2016 Steem was launched which had new conceptual issues. Social media users don't want to have to pay for every vote, they need account recovery options, etc... Steem also took the block rewards which are wasted in mining and redistributes them to people who are posting on the blockchain, enabling thousands of people to become active participants through massive decentralization allocation of funds. Steem went from concept in January to working blockchain in March to working website in July. At this point, Steem and Bitshares have more real world transactions occurring every day than the rest of the major blockchains combined. Steem also has a higher female-to-male ratio of users than any other blockchain. However, both Steem and Bitshares are application-specific blockchains. If you want to run multiple apps on the same blockchain, there are significant scalability issues that need to be solved. <h2>There are still significant barriers to mainstream blockchain adoption.</h2> If you look at the blockchain industry, everyone wants to build smart businesses, decentralized organizations, etc..., and in the process developers built decentralized computers from the ground up which can run their smart apps. In this process, all app developers have to solve many of the same problems: account systems, recovery processes, multi-sig, manage challenges, and what they're missing is the operating system, which could provide all the common features that every application depends upon, allowing applications to focus on what makes them different. For example, there is a huge commonality between Bitshares and Steem in terms of functions, and relatively a very small difference in terms of application business logic. EOS aims to provide this operating system to provide all the core functions to app developers and allow them to focus on just the business logic that makes their apps unique. <center><img src="https://s18.postimg.org/4snn5ayx5/EOS-pic2.png"><br>EOS provides an operating system and a decentralized computer to radically improve the efficiency of smart business development.</center> <h2>What do DAPPs require?</h2> In order to be successful, DAPPs need to be accessible from a web browser (downloadable apps are nice as well), need to scale to millions of users in order to monetize and earn a return on investment, they need to be free for users of the app (especially for social media), they need to be responsive with fast confirmation times, they need to be upgradable, be accessible with human friendly account names, have account recovery, and have a strategy for fixing bugs. EOS provides all of these to application developers. <center><img src="https://s18.postimg.org/68z5ng1u1/EOS-pic3.png"><br></center> EOS provides parallel processing of smart contracts through horizontal scalability, asynchronous communication, and interoperability. It will provide databases, account permissions, scheduling, authentication, and internet-application communication. For example, both Bitshares and Steem can be run on EOS in parallel, and because of the asynchronous communication, additional nodes and entire clusters can be thrown behind the processing of transactions to scale up to any transaction volume you want. EOS is the first blockchain operating system. It provides your application with databases, a schema, multiple indices so you can have sorted data that's easy to manage. it gives you account permissions and a whole set of users, account recovery, handles all the complexities of scheduling multiple tasks across CPU cores or even clusters, handles all the authentication and key management so you can focus on business logic and not cryptography, and it handles all the internet-application communication. EOS is the operating system that we've been waiting for that allows us to focus on building the apps that our users need without getting in the way, without forcing gas, without requiring users to purchase anything before using, and it dramatically accelerates the rate at which developers can build apps. <center><img src="https://s18.postimg.org/xkueos6kp/EOS-pic4.png"><br></center> <h2>EOS aims to be scalable, flexible, and usable.</h2> <b>Scalable:</b> EOS can support 1000s of commercial-scale DAPPs through parallel execution and asynchronous communication. It separates the authentication from the action. For example, a transfer is a simple action of reducing one account's balance and increasing another, but all the authentication steps are validating signatures, checking to make sure that are sufficient funds, etc... but authentication steps only need to happen once when the block is produced. After a block is irreversibly added to the blockchain you never have to authenticate again. EOS puts the source code on the blockchain so that it is human readable what the contract says, and everyone can see it and developers can optimize it and compile on different machines, all without breaking consensus. It also eliminates gas to eliminate the extra operations that are required to count the important operations. <b>Flexible:</b> Because EOS will use delegated proof-of-stake, if an app is broken or fails, elected block producers can freeze the application until a bug can be fixed and then update the code. So if the DAO had been implemented on EOS, for example, it could have been frozen, fixed, and updated, all without ever having to hard fork or disrupt any other application on the chain. EOS is also flexible in the sense that you only have to run the applications that you need. If you are running an exchange, you don't have to run the social media apps, and you can configure your local node to process only the data you care about. Not every node needs to run and maintain the full state of the blockchain. EOS also publishes source code, not assembly, and provides generalized role-based permissions. <b>Usable:</b> EOS will include a web toolkit for interface development, self-describing interfaces (data that goes on the blockchain can be read by humans but is also compressed), self-describing database schemas, and a declarative permission scheme. This allows a fine-grained level of permissions in which you can easily delegate specific account permission to other accounts. <b>Governance:</b> Delegated proof-of-stake has elected block producers. A legally binding constitution (think decentralized peer-to-peer terms of service) establishes a common jurisdiction for disputes and dispute resolution. EOS will also include self-funded community benefit apps that are selected through stake-weighted voting. Ever account will have to sign the constitution. One idea is that every transaction may include the hash of the current state of the constitution. The constitution itself is something that can be modified and evolve, and captures the intent of what the blockchain is trying to express and guides the way when trying to resolve disputes. Signing the constitution expires if you do not use the platform just like other apps updating their terms of service. <center><img src="https://s18.postimg.org/46yo973ux/EOS-pic5.png"><br></center> <h2>EOS Token:</h2> EOS has a token called EOS, which works on the same principles as Steem. Unlike other systems there are no fees, it's not consumed. If you own 1% of the network, you have access to 1% of the computational power, 1% of the bandwidth, and 1% of the network storage. You can then lease it out to other parties or use it for your own app. Once you fund your app with enough EOS to support its usage, you don't have to worry about topping it off or paying any fees, because it's an "own" model, rather than a "rental" model. You then figure out how to monetize your app by charging the user. Network bandwidth can be allocated and delegated paying customers through a free market hosting ecosystem. Block production is controlled through stake-weighted voting as in traditional delegated proof-of-stake. There is also a constitutionally limited 5% annual increase in EOS supply which woulc be lowered to 0%. This supply is distributed to three different smart contracts which are selected based on stake-weighted voting. The additional supply may be simply destroyed by locking them away in a smart contract which prevents them from ever being used (eliminating inflation), or they can be distributed to decentralized administration (such as Steem), or centralized administration (such as the Ethereum foundation, EOS foundation, etc...). <h2>Current Development Team:</h2> Brendan Blumer: CEO Daniel Larimer: CTO Kokuei (Guo) Yuan: President Andrew Bliss: CFO Michael Cao: partner Ian Grigg: partner Brock Pierce: partner Li Xiao Lai: partner Wendy Lee: CLO Bo Shen: partner <h2>Project Status and Roadmap:</h2> The project was started a couple of months ago, and code will be released on github after the Consensus 2017 conference. Code will be tested out this summer. Visit eos.io to sign up for the newsletter. The EOS team is trying to treat project information very sensitively so that there is no inside group with access to key information before the greater community, so make sure to sign up for the mailing list!
author | trogdor |
---|---|
permlink | introduction-to-eos-the-epic-blockchain-operating-system |
category | eos |
json_metadata | {"tags":["eos","blockchain","consensus","scalability"],"users":["dantheman"],"image":["https://s18.postimg.org/r3bi59w7d/EOS.png","https://s18.postimg.org/4snn5ayx5/EOS-pic2.png","https://s18.postimg.org/68z5ng1u1/EOS-pic3.png","https://s18.postimg.org/xkueos6kp/EOS-pic4.png","https://s18.postimg.org/46yo973ux/EOS-pic5.png"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-05-24 16:24:30 |
last_update | 2017-05-24 16:39:21 |
depth | 0 |
children | 123 |
last_payout | 2017-05-31 16:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 370.698 HBD |
curator_payout_value | 74.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11,933 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 3,743,928 |
net_rshares | 34,706,806,308,174 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | 898,715,114,545 | 1% | ||
modprobe | 0 | 1,070,916,659,805 | 100% | ||
pharesim | 0 | 153,988,186,801 | 1.2% | ||
samupaha | 0 | 534,002,336,483 | 100% | ||
sandra | 0 | 23,061,831,560 | 70% | ||
ihashfury | 0 | 8,574,705,770 | 48.3% | ||
boy | 0 | 3,227,253,487 | 100% | ||
bue-witness | 0 | 3,935,090,622 | 100% | ||
testz | 0 | 193,326,615,418 | 100% | ||
bunny | 0 | 571,851,987 | 100% | ||
ajvest | 0 | 344,920,780,435 | 100% | ||
bue | 0 | 64,915,435,168 | 100% | ||
mini | 0 | 1,724,913,423 | 100% | ||
moon | 0 | 219,311,067 | 100% | ||
lovejoy | 0 | 0 | 100% | ||
au1nethyb1 | 0 | 834,812,844,177 | 100% | ||
jason | 0 | 20,932,296,053 | 48.3% | ||
officialfuzzy | 0 | 1,841,874,192,545 | 57% | ||
pfunk | 0 | 1,385,216,514,670 | 100% | ||
pheonike | 0 | 32,940,578,775 | 20% | ||
proctologic | 0 | 46,400,153,299 | 100% | ||
healthcare | 0 | 642,822,730 | 100% | ||
cob | 0 | 410,984,808,558 | 100% | ||
tuck-fheman | 0 | 47,490,470,579 | 100% | ||
felix.mg1 | 0 | 244,778,650,456 | 100% | ||
daniel.pan | 0 | 1,016,960,630 | 100% | ||
steem-samiam | 0 | 25,906,862,539 | 100% | ||
pnc | 0 | 82,656,723,232 | 100% | ||
helen.tan | 0 | 293,994,427 | 100% | ||
nikolai | 0 | 105,302,661,378 | 100% | ||
anonimau5 | 0 | 4,332,837,368 | 100% | ||
valtr | 0 | 15,970,035,249 | 100% | ||
noisy | 0 | 335,883,402,054 | 100% | ||
chryspano | 0 | 286,831,880,574 | 100% | ||
nenad-ristic | 0 | 19,872,765,505 | 100% | ||
craig-grant | 0 | 1,430,843,914,950 | 100% | ||
morning | 0 | 154,414,632,674 | 95% | ||
mod-tamichh | 0 | 23,753,990,559 | 100% | ||
ppitonak | 0 | 2,744,862,643 | 100% | ||
jamtaylor | 0 | 161,162,022,462 | 100% | ||
full-measure | 0 | 108,192,522,474 | 100% | ||
mranderson | 0 | 10,759,211,259 | 100% | ||
tsugimoto | 0 | 46,054,501,372 | 100% | ||
gekko | 0 | 0 | 100% | ||
teamsteem | 0 | 922,106,608,770 | 20% | ||
avarice | 0 | 61,794,625,465 | 100% | ||
acidyo | 0 | 1,051,925,953,137 | 50% | ||
the-ivor | 0 | 17,272,009,730 | 100% | ||
dan-atstarlite | 0 | 132,253,506,900 | 100% | ||
oaldamster | 0 | 48,637,442,569 | 100% | ||
kevinwong | 0 | 1,107,016,754,717 | 100% | ||
murh | 0 | 0 | 100% | ||
framelalife | 0 | 21,331,441,714 | 100% | ||
andu | 0 | 35,191,547,735 | 100% | ||
thecryptofiend | 0 | 0 | 100% | ||
cm-steem | 0 | 112,327,951,230 | 100% | ||
applecrisp | 0 | 202,754,275 | 100% | ||
arjoona | 0 | 343,320,757 | 100% | ||
rok-sivante | 0 | 825,995,008,243 | 100% | ||
the-alien | 0 | 124,304,904,266 | 100% | ||
samether | 0 | 8,391,180,537 | 70% | ||
thecryptodrive | 0 | 224,338,860,004 | 100% | ||
will-zewe | 0 | 1,685,328,631 | 100% | ||
innuendo | 0 | 482,466,346,721 | 100% | ||
facer | 0 | 24,264,616,575 | 100% | ||
olili | 0 | 51,223,096 | 15% | ||
omarb | 0 | 118,319,676,681 | 100% | ||
trogdor | 0 | 146,471,081,776 | 100% | ||
michaelx | 0 | 0 | 100% | ||
proglobyte | 0 | 1,975,643,262 | 100% | ||
sean-king | 0 | 1,627,352,514,009 | 100% | ||
albertogm | 0 | 0 | 66% | ||
andrew-bernbeck | 0 | 11,239,386,042 | 100% | ||
crok | 0 | 4,657,044,441 | 100% | ||
lukestokes | 0 | 543,734,436,077 | 100% | ||
mammasitta | 0 | 19,624,863,494 | 98% | ||
tyler-fletcher | 0 | 5,757,993,395 | 100% | ||
jonnyrevolution | 0 | 30,499,268,891 | 100% | ||
superfreek | 0 | 2,944,606,898 | 100% | ||
catchfire | 0 | 11,707,924,214 | 25% | ||
skapaneas | 0 | 39,535,265,475 | 100% | ||
kingg | 0 | 0 | 100% | ||
michaellamden68 | 0 | 705,383,012 | 20% | ||
felixq | 0 | 257,141,487 | 100% | ||
matt-a | 0 | 537,208,458,882 | 100% | ||
r4fken | 0 | 190,303,451 | 100% | ||
damono | 0 | 0 | 100% | ||
ukrainian | 0 | 2,689,055,342 | 85% | ||
redpalestino | 0 | 0 | 100% | ||
bartcant | 0 | 990,974,249 | 100% | ||
picokernel | 0 | 219,129,264,571 | 100% | ||
slowwalker | 0 | 1,192,634,061,818 | 30% | ||
field | 0 | 4,113,953,354 | 100% | ||
okkiedot | 0 | 25,610,437,991 | 100% | ||
seanmchughart | 0 | 0 | 100% | ||
busser | 0 | 16,686,653,086 | 100% | ||
mamont | 0 | 0 | 100% | ||
strangerarray | 0 | 26,645,912,620 | 100% | ||
on0tole | 0 | 19,084,093,516 | 100% | ||
anasya | 0 | 2,441,610,729 | 100% | ||
ausbitbank | 0 | 836,252,952,002 | 23% | ||
mrwang | 0 | 18,590,233,052 | 100% | ||
vl248 | 0 | 12,297,547,567 | 100% | ||
losos | 0 | 1,144,014,920 | 100% | ||
sveokla | 0 | 8,341,488,020 | 100% | ||
marinabogumil | 0 | 14,588,877,097 | 100% | ||
fulltimegeek | 0 | 3,612,107,095,826 | 100% | ||
steemit-life | 0 | 43,384,221,353 | 65% | ||
cloh76 | 0 | 9,503,860,322 | 100% | ||
jesta | 0 | 302,892,988,585 | 100% | ||
lrock | 0 | 126,521,936,286 | 100% | ||
paco | 0 | 27,338,112,391 | 100% | ||
igster | 0 | 27,536,044,861 | 100% | ||
raymondspeaks | 0 | 14,026,894,921 | 100% | ||
kell234 | 0 | 3,065,508,368 | 100% | ||
luisucv34 | 0 | 5,319,098,811 | 100% | ||
hyiparena | 0 | 7,727,024,170 | 100% | ||
artakan | 0 | 15,719,275,399 | 100% | ||
kendewitt | 0 | 31,324,822,851 | 50% | ||
kewpiedoll | 0 | 0 | 100% | ||
dudutaulois | 0 | 30,212,632,124 | 100% | ||
konti | 0 | 8,843,995,276 | 100% | ||
xpilar | 0 | 341,671,458,776 | 100% | ||
bitcoiner | 0 | 77,532,204,160 | 100% | ||
celsius100 | 0 | 41,181,074,344 | 100% | ||
sharker | 0 | 5,252,342,118 | 100% | ||
mitchmahoney | 0 | 0 | 100% | ||
zaebars | 0 | 98,237,070,356 | 100% | ||
krassvs | 0 | 0 | 100% | ||
crypto.owl | 0 | 1,338,023,295 | 100% | ||
johnsmith | 0 | 208,551,153,829 | 100% | ||
marius19 | 0 | 53,402,882,701 | 100% | ||
bbrewer | 0 | 286,169,307 | 100% | ||
allballbearings | 0 | 114,175,724 | 100% | ||
daynewright | 0 | 0 | 100% | ||
fatboy | 0 | 32,578,155,015 | 72% | ||
brianphobos | 0 | 1,908,131,102 | 100% | ||
bkkshadow | 0 | 13,135,726,111 | 70% | ||
remlaps | 0 | 11,415,446,229 | 100% | ||
steemuwe | 0 | 3,589,822,632 | 100% | ||
smailer | 0 | 87,506,681,069 | 100% | ||
nathanjones | 0 | 8,413,644,997 | 100% | ||
alexpmorris | 0 | 15,681,077,168 | 100% | ||
sulev | 0 | 26,097,975,847 | 100% | ||
dmilash | 0 | 22,381,457,783 | 100% | ||
rapp | 0 | 30,034,068,057 | 100% | ||
investing | 0 | 88,021,533,619 | 100% | ||
hellokitty | 0 | 14,715,761,414 | 100% | ||
malaiandrueth | 0 | 228,892,455 | 100% | ||
dirty.hera | 0 | 639,917,059 | 100% | ||
gomeravibz | 0 | 29,160,623,860 | 80% | ||
litrbooh | 0 | 3,608,457,192 | 100% | ||
proglobyte-m1 | 0 | 2,005,241,323 | 100% | ||
craigslist | 0 | 434,964,448 | 100% | ||
sykochica | 0 | 28,240,856,912 | 50% | ||
merej99 | 0 | 96,408,041,370 | 100% | ||
tingaling | 0 | 1,926,620,117 | 100% | ||
capitalism | 0 | 29,176,636,534 | 100% | ||
always1success | 0 | 8,561,551,540 | 100% | ||
transhuman | 0 | 6,154,576,198 | 100% | ||
skysunny | 0 | 6,834,229,450 | 100% | ||
mama-steem | 0 | 2,642,145,461 | 100% | ||
achim86 | 0 | 32,110,397,165 | 100% | ||
r0achtheunsavory | 0 | 1,878,496,527 | 100% | ||
veerprit | 0 | 2,645,581,527 | 100% | ||
kurtbeil | 0 | 178,157,528,300 | 100% | ||
uuuhha | 0 | 21,417,875,313 | 100% | ||
romancs | 0 | 5,420,811,123 | 100% | ||
ipumba | 0 | 3,862,748,328 | 100% | ||
riosparada | 0 | 48,618,966,616 | 100% | ||
dolov | 0 | 2,305,600,151 | 30% | ||
ekitcho | 0 | 892,701,970,071 | 100% | ||
krishtopa | 0 | 23,749,974,957 | 100% | ||
hms818 | 0 | 2,323,243,738 | 100% | ||
villainblack | 0 | 2,218,826,199 | 100% | ||
cmorton | 0 | 9,880,742,755 | 78% | ||
cristi | 0 | 74,205,588,659 | 100% | ||
bryan-imhoff | 0 | 35,304,254,774 | 100% | ||
bledarus | 0 | 996,116,630 | 100% | ||
sarita | 0 | 2,203,175,621 | 32% | ||
thenix | 0 | 0 | 100% | ||
zentat | 0 | 4,155,033,839 | 100% | ||
efrageek | 0 | 362,917,559 | 100% | ||
solar | 0 | 15,508,322,080 | 100% | ||
rubenalexander | 0 | 11,672,859,904 | 50% | ||
theb0red1 | 0 | 12,572,561,627 | 100% | ||
runaway-psyche | 0 | 3,997,693,751 | 100% | ||
blubeast | 0 | 0 | 100% | ||
johnnyyash | 0 | 28,725,988,175 | 100% | ||
mmikhail | 0 | 0 | 100% | ||
zakharsmirnoff | 0 | 0 | 100% | ||
joshsigurdson | 0 | 5,122,431,370 | 100% | ||
gaio | 0 | 0 | 100% | ||
leno4ek | 0 | 2,216,083,817 | 100% | ||
daut44 | 0 | 51,331,872,474 | 100% | ||
steemitpatina | 0 | 5,050,600,945 | 25% | ||
jyezie | 0 | 0 | 100% | ||
steembriefing | 0 | 2,316,962,436 | 100% | ||
iosif | 0 | 0 | 100% | ||
runridefly | 0 | 4,958,510,204 | 5% | ||
stephenkendal | 0 | 99,853,990,950 | 100% | ||
gbonikz | 0 | 1,013,174,207 | 100% | ||
timthevagabond | 0 | 0 | 100% | ||
wakeupnd | 0 | 18,354,227,469 | 100% | ||
nadin3 | 0 | 10,199,413,208 | 100% | ||
xanoxt | 0 | 40,047,869,689 | 100% | ||
krazyninja | 0 | 0 | 100% | ||
netventures | 0 | 0 | 100% | ||
aggroed | 0 | 22,968,074,787 | 100% | ||
victoriart | 0 | 7,618,002,274 | 100% | ||
triplep | 0 | 1,362,834,622 | 100% | ||
tatianka | 0 | 3,691,548,270 | 100% | ||
kralizec | 0 | 7,151,573,097 | 100% | ||
necrus | 0 | 148,703,014 | 100% | ||
deaddy | 0 | 103,313,085 | 100% | ||
bady | 0 | 0 | 100% | ||
elena-singer | 0 | 8,268,437,196 | 100% | ||
sabinson6 | 0 | 5,199,726,226 | 100% | ||
crazy | 0 | 0 | 100% | ||
renijra | 0 | 54,154,090 | 100% | ||
allyouneedtoknow | 0 | 14,565,192,122 | 80% | ||
burnin | 0 | 13,674,080,342 | 100% | ||
bitcoinparadise | 0 | 3,039,416,890 | 100% | ||
anton333 | 0 | 9,761,704,906 | 100% | ||
votehumanity | 0 | 0 | 100% | ||
inphiknit | 0 | 5,385,902,023 | 31% | ||
ekaterinka | 0 | 2,844,260,906 | 100% | ||
gamgam | 0 | 0 | 100% | ||
worldtraveler | 0 | 3,374,343,871 | 100% | ||
develcuy | 0 | 5,273,863,110 | 100% | ||
abhinavsolan | 0 | 15,931,127,207 | 100% | ||
kristinaljfom | 0 | 7,939,780,495 | 100% | ||
mattmacreadie | 0 | 0 | 100% | ||
borishaifa | 0 | 13,475,322,564 | 100% | ||
hql2016 | 0 | 5,162,995,258 | 100% | ||
lloyddavis | 0 | 4,235,188,651 | 100% | ||
lighteye | 0 | 2,581,297,128 | 50% | ||
awesomenyl | 0 | 0 | 100% | ||
steemitawards | 0 | 1,359,904,614 | 100% | ||
steemint | 0 | 2,298,454,566 | 100% | ||
abdullar | 0 | 407,303,551,098 | 20% | ||
siniceku | 0 | 1,092,728,573 | 100% | ||
bosjaya | 0 | 2,034,538,429 | 100% | ||
htyfn | 0 | 3,246,236,069 | 100% | ||
rusteemitblog | 0 | 13,339,111,278 | 100% | ||
michaelstobiersk | 0 | 19,240,450,019 | 100% | ||
markan | 0 | 0 | 100% | ||
orenshani7 | 0 | 6,458,070,185 | 100% | ||
nelizaldet | 0 | 154,068,285 | 100% | ||
vannour | 0 | 19,421,531,668 | 100% | ||
therajmahal | 0 | 2,794,092,111 | 100% | ||
marel | 0 | 2,298,428,658 | 100% | ||
soyjoseluis | 0 | 8,271,097,838 | 43% | ||
steemlift | 0 | 4,925,293,989 | 100% | ||
jaybird | 0 | 29,759,618,378 | 100% | ||
marialin | 0 | 4,357,660,687 | 100% | ||
edmondson | 0 | 0 | 100% | ||
tomino | 0 | 32,623,896,781 | 100% | ||
jonjon1 | 0 | 17,387,243,832 | 100% | ||
br-real | 0 | 0 | 100% | ||
curiesea | 0 | 0 | 100% | ||
mkdouglas | 0 | 0 | 100% | ||
thejohalfiles | 0 | 2,657,674,048,002 | 30% | ||
kelvc | 0 | 137,599,857 | 100% | ||
max-max | 0 | 5,384,424,595 | 100% | ||
judasp | 0 | 8,919,964,181 | 100% | ||
willybobob | 0 | 0 | 100% | ||
adventureevryday | 0 | 12,904,926,884 | 91% | ||
maxse | 0 | 2,380,876,756 | 100% | ||
edb | 0 | 0 | 100% | ||
ddschteinn | 0 | 6,084,052,994 | 100% | ||
teukumukhlis | 0 | 32,211,005,783 | 100% | ||
collabornation | 0 | 1,178,009,127 | 100% | ||
wagnertamanaha | 0 | 3,081,338,132 | 100% | ||
mauriciovite | 0 | 4,441,899,647 | 100% | ||
detol | 0 | 3,546,932,121 | 100% | ||
bigtakosensei | 0 | 2,124,518,856 | 100% | ||
friendly | 0 | 1,608,892,862 | 100% | ||
humanearl | 0 | 163,035,377,047 | 100% | ||
tradeqwik | 0 | 663,362,892,738 | 100% | ||
osmanbugra | 0 | 0 | 100% | ||
zedikaredirect | 0 | 6,663,105,356 | 100% | ||
richq11 | 0 | 34,880,565,815 | 100% | ||
lovemetouchme2 | 0 | 17,759,756,762 | 33% | ||
gildar | 0 | 4,743,830,357 | 100% | ||
jcdesnoyers | 0 | 0 | 100% | ||
soushi888 | 0 | 0 | 100% | ||
nickit | 0 | 5,441,126,962 | 100% | ||
petermonien | 0 | 0 | 100% | ||
azazqwe | 0 | 1,916,886,935 | 100% | ||
colin-porter | 0 | 741,743,548 | 100% | ||
tamersameeh | 0 | 258,173,782 | 100% | ||
smithgift | 0 | 2,814,441,301 | 100% | ||
vaxzine | 0 | 0 | 100% | ||
alol | 0 | 3,003,632,734 | 100% | ||
em3di | 0 | 3,432,415,630 | 100% | ||
allprowi | 0 | 41,895,614,740 | 100% | ||
personz | 0 | 19,038,509,979 | 45% | ||
enigma84 | 0 | 8,590,489,672 | 100% | ||
destbest | 0 | 173,337,207,846 | 100% | ||
harlequin | 0 | 0 | 100% | ||
vandalizmrecordz | 0 | 0 | 100% | ||
kyle.anderson | 0 | 29,738,718,397 | 100% | ||
barvon | 0 | 893,262,017 | 100% | ||
kasperfred | 0 | 5,790,395,912 | 100% | ||
kostaslou | 0 | 1,794,724,111 | 100% | ||
heymattsokol | 0 | 15,226,381,111 | 100% | ||
lukinsawyer | 0 | 905,248,880 | 100% | ||
automaton | 0 | 579,802,239 | 100% | ||
kotturinn | 0 | 20,388,296,563 | 100% | ||
riskdebonair | 0 | 17,495,626,926 | 100% | ||
playfulfoodie | 0 | 23,539,217,817 | 100% | ||
akiyoshi | 0 | 364,192,303 | 100% | ||
free2play | 0 | 1,226,766,783 | 100% | ||
fisteganos | 0 | 10,595,268,670 | 50% | ||
thelightreports | 0 | 0 | 100% | ||
fbechstein | 0 | 9,591,017,653 | 100% | ||
nur-azhar | 0 | 0 | 100% | ||
jangaladesigns | 0 | 2,841,686,536 | 100% | ||
bloodhound | 0 | 0 | 100% | ||
adal | 0 | 0 | 100% | ||
bkeeper | 0 | 0 | 100% | ||
blockchained | 0 | 11,903,619,314 | 100% | ||
ogochukwu | 0 | 1,867,016,074 | 20% | ||
tonylondon | 0 | 646,898,654 | 100% | ||
bellekaur | 0 | 6,606,004,092 | 100% | ||
paolobeneforti | 0 | 14,974,977,089 | 100% | ||
cassidyandfranks | 0 | 1,269,298,232 | 100% | ||
maximdraws | 0 | 7,485,709,457 | 50% | ||
blocklab | 0 | 101,059,413,088 | 100% | ||
assasin | 0 | 885,151,567 | 100% | ||
mostshirleyalysa | 0 | 352,220,151 | 100% | ||
justinashby | 0 | 6,393,042,884 | 100% | ||
zephyraijunzo | 0 | 23,220,601,476 | 100% | ||
moneybags73 | 0 | 0 | 62% | ||
evildeathcore | 0 | 1,614,390,416 | 100% | ||
evimeria | 0 | 767,604,705 | 100% | ||
bhikkhu | 0 | 0 | 100% | ||
akela | 0 | 2,861,379,558 | 100% | ||
anwarabdullah | 0 | 93,827,468 | 100% | ||
ackza | 0 | 0 | 100% | ||
karaj | 0 | 55,601,302 | 10% | ||
crypto-investor | 0 | 54,341,426,970 | 100% | ||
vadbars | 0 | 176,917,108 | 50% | ||
amranamrozi | 0 | 0 | 100% | ||
nurlis031293 | 0 | 297,397,943 | 100% | ||
funkit | 0 | 2,101,965,646 | 100% | ||
romangt87 | 0 | 135,217,685,436 | 100% | ||
jaynemesis | 0 | 0 | 100% | ||
sevinwilson | 0 | 7,174,134,650 | 100% | ||
arsenal49 | 0 | 8,425,496,797 | 100% | ||
grateful | 0 | 421,002,635 | 100% | ||
eirik | 0 | 1,004,222,595 | 100% | ||
nepd | 0 | 49,069,462,478 | 100% | ||
thomasgutierrez | 0 | 151,223,511 | 100% | ||
sassal | 0 | 9,818,961,976 | 100% | ||
inquisitive | 0 | 3,736,698,253 | 100% | ||
nba05 | 0 | 168,973,912 | 100% | ||
rdollarsign | 0 | 5,900,678,963 | 100% | ||
andrianna | 0 | 0 | 100% | ||
singa | 0 | 1,330,723,856 | 100% | ||
semantralist | 0 | 1,602,788,570 | 100% | ||
elevator09 | 0 | 157,216,505 | 100% | ||
imalk | 0 | 0 | 100% | ||
sam12 | 0 | 0 | 100% | ||
cqf | 0 | 49,278,531,788 | 100% | ||
imherenow | 0 | 1,193,596,597 | 100% | ||
markpluto | 0 | 1,181,355,469 | 100% | ||
ienrikex | 0 | 783,924,853 | 100% | ||
the50 | 0 | 4,255,007,839 | 100% | ||
robertgenito | 0 | 0 | 100% | ||
altccy | 0 | 38,196,474,140 | 100% | ||
rushabhshah25 | 0 | 1,169,867,455 | 100% | ||
kinbit | 0 | 0 | 100% | ||
clinguer | 0 | 1,193,439,969 | 100% | ||
coronacoffeeco | 0 | 1,356,575,258 | 100% | ||
imperfect-one | 0 | 1,983,313,491 | 100% | ||
cryptoworld | 0 | 1,210,713,519 | 100% | ||
saitirumerla | 0 | 1,313,627,407 | 100% | ||
blackvapor | 0 | 2,906,538,122 | 100% | ||
rocking-dave | 0 | 1,242,720,421 | 100% | ||
darkwarshadow | 0 | 4,093,917,803 | 100% | ||
failbetter | 0 | 4,801,085,774 | 100% | ||
cosminalexandru | 0 | 1,198,229,033 | 100% | ||
timmyit | 0 | 6,759,784,985 | 100% | ||
mr001 | 0 | 0 | 100% | ||
genics | 0 | 3,312,832,442 | 100% | ||
bethalea | 0 | 1,356,257,802 | 100% | ||
contentguy | 0 | 473,324,746 | 100% | ||
rdickey | 0 | 167,459,620 | 100% | ||
coocoocachoo | 0 | 1,187,800,741 | 100% | ||
susueng | 0 | 0 | 100% | ||
civis-mundi | 0 | 168,367,621 | 100% | ||
arius | 0 | 0 | 100% | ||
starsteem | 0 | 398,865,255 | 100% | ||
sdl1987 | 0 | 0 | 100% | ||
nitinchugh | 0 | 123,716,200 | 100% | ||
zokamaric | 0 | 1,204,054,403 | 100% | ||
sapakus | 0 | 3,418,037,741 | 100% | ||
jawaida | 0 | 1,311,556,629 | 100% | ||
marvindean | 0 | 693,489,855 | 100% | ||
invisionary | 0 | 1,228,192,812 | 100% | ||
nap-g | 0 | 1,193,347,652 | 100% | ||
arnel | 0 | 1,810,266,373 | 100% | ||
wiseowl | 0 | 0 | 100% | ||
kaeptnkook | 0 | 0 | 100% | ||
juliank | 0 | 47,764,455,442 | 100% | ||
salvis | 0 | 0 | 100% | ||
grognak | 0 | 199,649,251,673 | 100% | ||
ianbalina | 0 | 0 | 100% | ||
summa | 0 | 1,216,134,020 | 100% | ||
akrid | 0 | 1,326,591,552 | 100% | ||
sacred-agent | 0 | 1,551,767,739 | 100% | ||
pugriffs | 0 | 0 | 100% | ||
johngault | 0 | 1,096,185,862 | 100% | ||
equine.love | 0 | 1,611,567,790 | 100% | ||
texas-steemem | 0 | 1,424,447,612 | 100% | ||
steemlancer | 0 | 1,424,447,612 | 100% | ||
irf1 | 0 | 2,553,895,663 | 100% | ||
mariabadarse | 0 | 1,522,304,537 | 100% | ||
surfyogi | 0 | 0 | 12% | ||
happyfrog | 0 | 0 | 100% | ||
pokertravel | 0 | 1,753,952,491 | 100% | ||
drpuffnstuff | 0 | 2,695,442,406 | 100% | ||
kremalicious | 0 | 0 | 100% | ||
novaatebatman | 0 | 1,213,978,654 | 100% | ||
nrajesh | 0 | 2,090,892,499 | 100% | ||
skye1 | 0 | 1,459,777,999 | 100% | ||
peterchen145 | 0 | 1,530,771,628 | 100% | ||
nigelurl | 0 | 0 | 100% | ||
me-do | 0 | 213,193,518 | 100% | ||
forykw | 0 | 0 | 100% | ||
freedomnation | 0 | 1,515,368,732 | 100% | ||
cryptocat | 0 | 1,515,420,307 | 100% | ||
hyperoff | 0 | 0 | 100% | ||
hkshwa | 0 | 1,515,368,076 | 100% | ||
ijoel | 0 | 0 | 100% | ||
martinramallo | 0 | 16,097,644,460 | 100% | ||
userperson321 | 0 | 1,577,507,416 | 100% | ||
moharlevi | 0 | 1,515,367,509 | 100% | ||
beordo | 0 | 0 | 100% | ||
oriongazer | 0 | 0 | 100% | ||
rmiseman | 0 | 0 | 100% | ||
tizanio | 0 | 1,728,658,920 | 100% | ||
carlnz | 0 | 3,173,333,419 | 100% | ||
notimecrypto | 0 | 0 | 100% | ||
doqstrader | 0 | 627,553,032 | 100% | ||
genti | 0 | 0 | 100% | ||
sevenhillsaway | 0 | 0 | 100% | ||
jenga | 0 | 1,485,058,596 | 100% | ||
timbalabuch | 0 | 1,515,365,724 | 100% | ||
cedricd | 0 | 1,515,365,421 | 100% | ||
johannesknecht | 0 | 0 | 100% | ||
randompace | 0 | 333,380,377 | 100% | ||
timothy-archer | 0 | 1,515,365,264 | 100% | ||
heejaekim | 0 | 0 | 100% | ||
jubedube | 0 | 697,067,842 | 100% | ||
jeffcirceo | 0 | 1,515,364,859 | 100% | ||
yanethlopez | 0 | 1,515,364,722 | 100% | ||
krosty | 0 | 484,916,430 | 100% | ||
steemdoge | 0 | 0 | 2% | ||
kevinternet | 0 | 1,515,363,517 | 100% | ||
kysee | 0 | 741,302,068 | 100% | ||
bulakenyo | 0 | 0 | 100% | ||
cryptorunner | 0 | 0 | 100% | ||
fernando.schmidt | 0 | 0 | 100% | ||
strapped | 0 | 0 | 100% | ||
notrekless | 0 | 0 | 100% | ||
lucky.digger | 0 | 0 | 100% | ||
steeohne | 0 | 0 | 100% | ||
dienish | 0 | 0 | 100% | ||
quiveringsphinx | 0 | 0 | 100% | ||
adnanrahic | 0 | 0 | 100% | ||
deanpress | 0 | 0 | 100% | ||
mateorite | 0 | 0 | 100% | ||
vida20 | 0 | 0 | 100% | ||
yunus | 0 | 0 | 100% | ||
kp666 | 0 | 0 | 100% | ||
yllkallaba | 0 | 0 | 100% | ||
wahyujr | 0 | 0 | 100% | ||
nanonoodle | 0 | 0 | 100% | ||
gregario | 0 | 0 | 9.98% | ||
learningdaily | 0 | 0 | 100% | ||
cryptovest | 0 | 0 | 100% | ||
panknil | 0 | 0 | 100% | ||
honeysyd | 0 | 0 | 100% | ||
mnemonic19 | 0 | 0 | 100% | ||
cryptogoi | 0 | 0 | 100% | ||
conexus | 0 | 0 | 100% | ||
paulyhaze | 0 | 0 | 100% | ||
chitnaingoo | 0 | 0 | 100% | ||
eutectico | 0 | 0 | 100% | ||
ericksong | 0 | 0 | 100% | ||
ndendic | 0 | 0 | 100% | ||
aology | 0 | 0 | 100% | ||
webidente | 0 | 0 | 100% | ||
zubair20 | 0 | 0 | 100% | ||
softmedia | 0 | 0 | 100% | ||
tcherno | 0 | 0 | 100% | ||
oreoninja | 0 | 0 | 100% | ||
soulra1ser | 0 | 0 | 100% | ||
floran-hachez | 0 | 0 | 100% | ||
efficientelect | 0 | 0 | 100% | ||
o1o1o1o | 0 | 0 | 100% | ||
thecoinguru | 0 | 0 | 100% | ||
gsingh | 0 | 0 | 100% | ||
nextgencast | 0 | 0 | 100% | ||
buddy0201 | 0 | 0 | 100% | ||
romanvm | 0 | 0 | 100% | ||
nikudutta | 0 | 0 | 100% | ||
yoza.ossan | 0 | 0 | 100% | ||
egoitss | 0 | 0 | 100% | ||
montechristo | 0 | 0 | 100% | ||
abir20129 | 0 | 0 | 100% | ||
geneeverett | 0 | 0 | 100% | ||
henok | 0 | 0 | 100% | ||
richintel | 0 | 0 | 100% | ||
eli2017 | 0 | 0 | 100% | ||
ricrin | 0 | 0 | 100% | ||
tinh | 0 | 0 | 100% | ||
rizkirz | 0 | 0 | 100% | ||
h4z3 | 0 | 0 | 100% | ||
jamesfalling | 0 | 0 | 100% | ||
fraze | 0 | 0 | 100% | ||
hayat | 0 | 0 | 100% | ||
jenion | 0 | 0 | 100% | ||
thomasbcox | 0 | 0 | 100% | ||
flanny790 | 0 | 0 | 100% | ||
shortylong | 0 | 0 | 100% | ||
martinamartini | 0 | 0 | 100% | ||
cryptokens | 0 | 0 | 22% | ||
wadeboat | 0 | 0 | 100% | ||
toreka | 0 | 0 | 100% | ||
emilianocastanon | 0 | 0 | 100% | ||
ursabursa | 0 | 0 | 100% | ||
vavan19 | 0 | 0 | 100% | ||
mayankjoshi | 0 | 0 | 100% | ||
emilezonneveld | 0 | 0 | 100% | ||
taillah | 0 | 0 | 100% | ||
vikasjaiswal | 0 | 0 | 100% | ||
cryopic | 0 | 0 | 100% | ||
whatspp | 0 | 0 | 100% | ||
vmf | 0 | 0 | 100% | ||
pnqyo | 0 | 0 | 100% | ||
ixiaoyi | 0 | 0 | -100% | ||
mainy | 0 | 0 | 100% | ||
aclarkuk82 | 0 | 0 | 100% | ||
liquidaurum | 0 | 0 | 100% | ||
jesminagarcia | 0 | 0 | 100% | ||
adrzip | 0 | 0 | 100% | ||
blockchainindia | 0 | 0 | 100% |
Definitely in to support this awesome project. :)
author | aboundlessworld |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t232751043z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 23:27:51 |
last_update | 2017-05-24 23:27:51 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 23:27:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.145 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 6,662,134,441,355 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,758,314 |
net_rshares | 124,419,661,193 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 124,419,661,193 | 100% |
Thumbs up! I'm in too!
author | trogdor |
---|---|
permlink | re-aboundlessworld-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t234250834z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 23:42:51 |
last_update | 2017-05-24 23:42:51 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 23:42: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 | 22 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,758,689 |
net_rshares | 0 |
author | aggroed |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t181246274z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://media4.giphy.com/media/RuP9W6dBzsqje/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-05-25 18:12:48 |
last_update | 2017-05-25 18:12:48 |
depth | 1 |
children | 2 |
last_payout | 2017-06-01 18:12:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.039 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 1,343,345,274,857,310 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,788,711 |
net_rshares | 112,402,341,134 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 112,402,341,134 | 100% | ||
cryopic | 0 | 0 | 100% |
Lol, thanks for the graphic.
author | trogdor |
---|---|
permlink | re-aggroed-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t201927030z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 20:19:18 |
last_update | 2017-05-25 20:19:18 |
depth | 2 |
children | 1 |
last_payout | 2017-06-01 20:19: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 | 28 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,792,899 |
net_rshares | 0 |
yeah, I thought you like that. Now I have to go checka da email.
author | aggroed |
---|---|
permlink | re-trogdor-re-aggroed-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t202033070z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 20:20:33 |
last_update | 2017-05-25 20:20:33 |
depth | 3 |
children | 0 |
last_payout | 2017-06-01 20: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 | 65 |
author_reputation | 1,343,345,274,857,310 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,792,946 |
net_rshares | 0 |
Thank you for a very clear and complete understanding of EOS. Time to invest :-)
author | akrid | ||||||
---|---|---|---|---|---|---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-2017526t175932872z | ||||||
category | eos | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-05-26 21:59:33 | ||||||
last_update | 2017-05-26 21:59:33 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-06-02 21:59: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 | 81 | ||||||
author_reputation | 13,705,218,706,244 | ||||||
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 3,833,730 | ||||||
net_rshares | 72,223,009 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
redpill | 0 | 72,223,009 | 5% |
wow, great job with this - it's almost like a complete transcript + images of Dan's EOS intro. gonna include this in my Consensus2017 / EOS highlights post.
author | alexpmorris |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t165107039z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:51:06 |
last_update | 2017-05-24 16:51:06 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 16:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.199 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 32,063,874,290,523 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,761 |
net_rshares | 148,938,379,832 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 142,512,403,890 | 100% | ||
theb0red1 | 0 | 6,425,975,942 | 50% | ||
fernando.schmidt | 0 | 0 | 100% |
Thanks so much! I'll definitely be looking out for your highlights post, because all I'm getting is little pieces here and there on other Steemit posts :)
author | trogdor |
---|---|
permlink | re-alexpmorris-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t165348218z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:53:48 |
last_update | 2017-05-24 16:53:48 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 16:53: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 | 154 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,852 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fernando.schmidt | 0 | 0 | 100% |
Nicely done! Thank you!
author | andu |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t060445231z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 06:04:51 |
last_update | 2017-05-25 06:04:51 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 06:04:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.103 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 5,355,583,123,081 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,769,022 |
net_rshares | 104,370,552,031 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 104,370,552,031 | 100% |
No problem, thanks for checking out the post :)
author | trogdor |
---|---|
permlink | re-andu-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t115003976z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 11:49:57 |
last_update | 2017-05-25 11:49:57 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 11:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.035 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,776,622 |
net_rshares | 35,191,547,735 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andu | 0 | 35,191,547,735 | 100% |
This is another game changer that I really want to be updated on each development; signed up on its newsletter. Thanks for sharing. Followed you @trogdor
author | arnel |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t164159412z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-05-24 16:41:39 |
last_update | 2017-05-24 16:41:39 |
depth | 1 |
children | 3 |
last_payout | 2017-05-31 16:41:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.188 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 46,266,249,863,448 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,494 |
net_rshares | 142,512,403,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 142,512,403,890 | 100% |
Definitely! I'm hoping we'll get new info as soon as the Consensus conference is over and hopefully any details on a more specific time frame.
author | trogdor |
---|---|
permlink | re-arnel-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t164556996z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:45:57 |
last_update | 2017-05-24 16:45:57 |
depth | 2 |
children | 2 |
last_payout | 2017-05-31 16:45: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 | 142 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,620 |
net_rshares | 0 |
Ok, I'll keep watching how everything will unfold... then share a ride when opportunity comes. :)
author | arnel |
---|---|
permlink | re-trogdor-re-arnel-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t164958023z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:49:39 |
last_update | 2017-05-24 16:49:39 |
depth | 3 |
children | 1 |
last_payout | 2017-05-31 16:49: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 | 97 |
author_reputation | 46,266,249,863,448 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,718 |
net_rshares | 0 |
Given Coindesk's recent attack on EOS as a "Ponzi Scheme" this article is relevant: https://steemit.com/eos/@belerophon/coindesk-libels-dan-larimer
author | belerophon |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170628t175535195z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/eos/@belerophon/coindesk-libels-dan-larimer"],"app":"steemit/0.1"} |
created | 2017-06-28 17:55:48 |
last_update | 2017-06-28 17:55:48 |
depth | 1 |
children | 0 |
last_payout | 2017-07-05 17:55: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 | 147 |
author_reputation | 3,048,739,387,126 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,509,183 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptogoi | 0 | 0 | 100% |
that sounds amazing. thanks for the overview. Didn't know that Dan left Steem to work on this... **Upvoted & followed**
author | blocklab |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t170029178z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 17:00:27 |
last_update | 2017-05-24 17:00:27 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 17:00:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.167 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 7,237,780,740,117 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,745,037 |
net_rshares | 142,512,403,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 142,512,403,890 | 100% |
Thanks! I'll definitely be excited to see where this thing goes. I thought it was strange that Dan left Steem, but now we see why!
author | trogdor |
---|---|
permlink | re-blocklab-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t171808843z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 17:18:09 |
last_update | 2017-05-24 17:18:09 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 17:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,745,620 |
net_rshares | 101,059,413,088 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blocklab | 0 | 101,059,413,088 | 100% |
So is EOS trying to become the AWS of DAPPS? Won't that mean they own all the nodes? Trying to wrap my head around it!
author | bulakenyo |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170604t215045075z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-04 21:50:45 |
last_update | 2017-06-04 21:50:45 |
depth | 1 |
children | 1 |
last_payout | 2017-06-11 21:50: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 | 118 |
author_reputation | 678,313,662 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,180,106 |
net_rshares | 0 |
In a way it is like a decentralized AWS for DAPPs. In delegated proof of stake, the witnesses typically own their own nodes, but the witnesses are elected by stake-weighted voting.
author | trogdor |
---|---|
permlink | re-bulakenyo-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170605t121237810z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-05 12:12:39 |
last_update | 2017-06-05 12:12:39 |
depth | 2 |
children | 0 |
last_payout | 2017-06-12 12:12: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 | 180 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,208,175 |
net_rshares | 0 |
Great Recap! Thank you @trogdor
author | cassidyandfranks |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t175823586z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-05-24 17:58:27 |
last_update | 2017-05-24 17:58:27 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 17:58:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.181 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 13,390,877,479,799 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,746,893 |
net_rshares | 138,553,726,004 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 138,553,726,004 | 100% |
Thanks!
author | trogdor |
---|---|
permlink | re-cassidyandfranks-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t180121111z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 18:01:24 |
last_update | 2017-05-24 18:01:24 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 18:01: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 | 7 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,746,992 |
net_rshares | 0 |
very interesting
author | cckan |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170531t104320744z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-31 10:43:21 |
last_update | 2017-05-31 10:43:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-07 10:43: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 | 16 |
author_reputation | 95,358,688,340 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,990,281 |
net_rshares | 0 |
@trogdor this is very well crafted. Thanks for the information. Clearly you are a big proponent. :) By the looks of things, the contribution total is going to be HUGE. Holy tokens!
author | cryopic |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20171216t062612307z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-12-16 06:26:12 |
last_update | 2017-12-16 06:26:12 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 06:26: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 | 180 |
author_reputation | 117,335,736 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,714,492 |
net_rshares | 0 |
It really makes sense ! Organic growth potential !
author | cryptogoi |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170708t174823353z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-08 17:48:24 |
last_update | 2017-07-08 17:48:24 |
depth | 1 |
children | 0 |
last_payout | 2017-07-15 17:48: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 | 50 |
author_reputation | 57,094,685,924 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,777,953 |
net_rshares | 1,304,681,902 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptogoi | 0 | 1,304,681,902 | 100% |
Getting really excited for the release!
author | dalaidennis |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170602t211948722z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-02 21:19:51 |
last_update | 2017-06-02 21:19:51 |
depth | 1 |
children | 0 |
last_payout | 2017-06-09 21:19: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 | 39 |
author_reputation | 20,224,165,380 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,083,147 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dalaidennis | 0 | 0 | 100% |
An extremely informative and "stupidly" simple to understand article. I had not "digested" very well what EOS meant so far. Thank you very much!. I would like to request permission to translate this article so that the Spanish-speaking community that does not speak English can also know what EOS means. Of course you would be mentioned as the original author of the article with a link to it and I also propose to send you 50% of the SBD generated. Many greetings and a big hug. @efrageek
author | efrageek |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t184950554z |
category | eos |
json_metadata | {"tags":["eos"],"users":["efrageek"],"app":"steemit/0.1"} |
created | 2017-05-25 18:49:54 |
last_update | 2017-05-25 18:49:54 |
depth | 1 |
children | 2 |
last_payout | 2017-06-01 18:49:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.039 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 489 |
author_reputation | 3,448,832,927,279 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,789,919 |
net_rshares | 113,595,781,103 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 112,402,341,134 | 100% | ||
javiersuarez | 0 | 0 | 100% | ||
clinguer | 0 | 1,193,439,969 | 100% |
por favor si podes traducirlo te lo agradeceria mucho. escucho mucho sobre EOS y la verdad que entiendo a medias el proyecto. te voy a empezar a seguir para poder leerlo. es mucho pedir si podes traducir el white papper tambien?? jajaja muchas gracias por la colaboracion!!!
author | clinguer |
---|---|
permlink | re-efrageek-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170526t195129161z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-26 19:51:30 |
last_update | 2017-05-26 19:51:30 |
depth | 2 |
children | 0 |
last_payout | 2017-06-02 19:51: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 | 275 |
author_reputation | 0 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,830,338 |
net_rshares | 0 |
Thanks! Glad I could be helpful, and please feel free to translate the article. Best, Trogdor
author | trogdor |
---|---|
permlink | re-efrageek-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t202430743z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 20:24:24 |
last_update | 2017-05-25 20:24:24 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 20:24: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 | 93 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,793,114 |
net_rshares | 0 |
It is really an amazing design for the EOS and I look forward to its future.
author | eli2017 |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170716t034300578z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-16 03:43:00 |
last_update | 2017-07-16 03:43:00 |
depth | 1 |
children | 0 |
last_payout | 2017-07-23 03:43: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 | 76 |
author_reputation | 148,197,449 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,633,231 |
net_rshares | 0 |
Great introduction to EOS! We are happy to say that Embermine, Inc. has committed ourselves to helping in the funding, research, and development of this excellent and needed platform. We look forward to showing the world our smart contract deployment environment backed by the quick and powerful EOS! We were already well on our way working with both the Graphene and BitSharesDEX, now we have a chance to easily merge that development track with the development of the Smart Contract deployment module. Very much looking forward to the Testnet launch!
author | embermine-drake |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170531t093218619z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-31 09:32:21 |
last_update | 2017-05-31 09:32:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-07 09:32: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 | 553 |
author_reputation | 41,730,644,416 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,988,679 |
net_rshares | 0 |
Thanks this is good stuff! I started a podcast on EOS You can check it out here: http://exploringeos.com Let me know what you think :)
author | exploringeos |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20180530t151513695z |
category | eos |
json_metadata | {"tags":["eos"],"links":["http://exploringeos.com"],"app":"steemit/0.1"} |
created | 2018-05-30 15:15:12 |
last_update | 2018-05-30 15:15:12 |
depth | 1 |
children | 0 |
last_payout | 2018-06-06 15:15: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 | 138 |
author_reputation | 135,557,951 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,454,121 |
net_rshares | 0 |
@trogdor thanks for postig this and the video on YouTube, where I got the chance to know EOS. Actually I posted your video here on Steemit, if you have any problem with tha, I´ll take it out, thanks and congratulations.
author | fernando.schmidt |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170603t013809431z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-06-03 01:38:00 |
last_update | 2017-06-03 01:38:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-10 01:38: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 | 219 |
author_reputation | 35,631,658 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,091,196 |
net_rshares | 0 |
Thanks @trogdor! This was very informative! I really think this is the future of blockchain technology and the future in general. PS. Love the name, that cartoon still cracks me up. Keep on burninating the country side.
author | flanny790 |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170908t030304607z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-09-08 03:03:03 |
last_update | 2017-09-08 03:03:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-15 03:03: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 | 221 |
author_reputation | 113,294,079 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,210,612 |
net_rshares | 0 |
This is amazing, thank you for sharing! EOS - a revolution inside blockchain.
author | freedomnation |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t135348679z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 13:53:54 |
last_update | 2017-05-25 13:53:54 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 13:53:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 3,691,951,933,327 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,780,123 |
net_rshares | 56,201,170,567 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 56,201,170,567 | 49% |
Definitely, it all sounds pretty revolutionary to me!
author | trogdor |
---|---|
permlink | re-freedomnation-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t202257431z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 20:22:51 |
last_update | 2017-05-25 20:22:51 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 20:22: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 | 53 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,793,049 |
net_rshares | 0 |
Perhaps you could elaborate a bit regarding smart contracts. Or just point me in the direction of some reading. I really don´t get the concept. This is the paragraph I refer to: "This supply is distributed to three different smart contracts which are selected based on stake-weighted voting. The additional supply may be simply destroyed by locking them away in a smart contract which prevents them from ever being used (eliminating inflation), or they can be distributed to decentralized administration (such as Steem), or centralized administration (such as the Ethereum foundation, EOS foundation, etc...)" .
author | gregario | ||||||
---|---|---|---|---|---|---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-2017624t103969z | ||||||
category | eos | ||||||
json_metadata | {"app":"chainbb/0.2","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-24 13:02:21 | ||||||
last_update | 2017-06-24 13:03:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-01 13:02:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.086 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 612 | ||||||
author_reputation | 2,753,780,591,955 | ||||||
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 5,906,302 | ||||||
net_rshares | 8,817,205,994 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 8,817,205,994 | 0.05% |
Very interesting and informative post so far. Thank you. You mention "gas restrictions" while talking about Ethereum processing speed. What does that mean? I tried to resteem this post, but could not. Do you know why? Is it because the post is not very recent, maybe? PS I see more than 90 replies, but only my vote. Maybe I am responding at the wrong place.
author | gregario | ||||||
---|---|---|---|---|---|---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-2017624t9126908z | ||||||
category | eos | ||||||
json_metadata | {"app":"chainbb/0.2","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-24 12:11:21 | ||||||
last_update | 2017-06-24 12:38:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-01 12:11:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.086 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 363 | ||||||
author_reputation | 2,753,780,591,955 | ||||||
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 5,901,332 | ||||||
net_rshares | 8,814,921,611 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 8,814,921,611 | 0.05% |
"There is also a constitutionally limited 5% annual increase in EOS supply which would be lowered to 0% ". This I like, I can´t help thinking about fractional reserve banking and fiat currencies when cryptocurrencies are discussed.
author | gregario | ||||||
---|---|---|---|---|---|---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-2017624t9545247z | ||||||
category | eos | ||||||
json_metadata | {"app":"chainbb/0.2","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-24 12:54:06 | ||||||
last_update | 2017-06-24 12:54:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-01 12:54:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.086 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 233 | ||||||
author_reputation | 2,753,780,591,955 | ||||||
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 5,905,468 | ||||||
net_rshares | 8,816,935,088 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 8,816,935,088 | 0.05% |
This article is very helpful to me to have a some knowledge about eos. Please make more and ill surely wait for the time that you have new listing. Keep up the good work!
author | gunthermarina080 |
---|---|
permlink | pxpugh |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2019-09-12 11:26:45 |
last_update | 2019-09-12 11:26:45 |
depth | 1 |
children | 0 |
last_payout | 2019-09-19 11:26: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 | 170 |
author_reputation | 823,871,922 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,504,546 |
net_rshares | 0 |
Very interesting. Thanks for sharing! Depending on how this is done, it can potentially disrupt on-demand cloud services, like AWS EC2/Lambda. But there are problems that would have to be solved: 1. Ensure strict isolation of DAPP containers - Access only specific local resources. Ensure someone cannot develop malicious DAPPS intended to harm/scam other people on the network. 2. Setting caps/limits - Allow network participants to statically or dynamically adjust how much of their resources they want utilized. 3. Speed - Running a function on the blockchain must be fast, very fast. Otherwise, the types of operations will be limited to things that are not time-sensitive. Like batch processing work. I'm sure there are much more problems than this, but just a few things that I can think of.
author | henok |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170720t215352429z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-20 21:53:51 |
last_update | 2017-07-20 21:53:51 |
depth | 1 |
children | 0 |
last_payout | 2017-07-27 21:53: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 | 808 |
author_reputation | 18,135,536 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,124,411 |
net_rshares | 1,160,674,348 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
henok | 0 | 1,160,674,348 | 100% |
Desperately waiting to test EOS , once it gets released....I think this will be a game changer for blockchain based technologies with some superior features.
author | hms818 |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t163714924z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:37:12 |
last_update | 2017-05-24 16:37:12 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 16:37:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.210 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 11,503,740,391,093 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,349 |
net_rshares | 157,088,285,435 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 146,471,081,776 | 100% | ||
hms818 | 0 | 2,894,785,973 | 100% | ||
theb0red1 | 0 | 6,425,975,942 | 50% | ||
akrid | 0 | 1,296,441,744 | 100% | ||
fernando.schmidt | 0 | 0 | 100% | ||
martinamartini | 0 | 0 | 100% |
I definitely agree! Thanks for commenting.
author | trogdor |
---|---|
permlink | re-hms818-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t163809160z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:38:09 |
last_update | 2017-05-24 16:38:09 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 16:38: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 | 42 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,383 |
net_rshares | 697,067,842 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jubedube | 0 | 697,067,842 | 100% | ||
fernando.schmidt | 0 | 0 | 100% |
We Covered EOS' ICO. Hope you'll find it helpful - https://coins.best/ico-reviews/eos/
author | ico-reviews |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170724t105009379z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://coins.best/ico-reviews/eos/"],"app":"steemit/0.1"} |
created | 2017-07-24 10:50:15 |
last_update | 2017-07-24 10:50:15 |
depth | 1 |
children | 0 |
last_payout | 2017-07-31 10:50: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 | 86 |
author_reputation | 66,082,291,095 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,519,126 |
net_rshares | 1,160,662,548 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ico-reviews | 0 | 1,160,662,548 | 100% |
i like the idea a lot :) Keep us informed about improvements. Followed :)
author | imperfect-one |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t095646167z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 09:56:45 |
last_update | 2017-05-25 09:56:45 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 09:56:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.105 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 14,794,792,589,844 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,774,318 |
net_rshares | 104,370,552,031 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 104,370,552,031 | 100% |
Thanks, I'm hoping we will start to get more updates as soon as the Consensus conference is over.
author | trogdor |
---|---|
permlink | re-imperfect-one-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t115143554z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 11:51:36 |
last_update | 2017-05-25 11:51:36 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 11: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 | 97 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,776,659 |
net_rshares | 0 |
When is the next major catalyst for EOS? There are a lot of negative conspiracy theories circulating.
author | jbenticer |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170903t232907993z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-09-03 23:29:09 |
last_update | 2017-09-03 23:29:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-10 23:29: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 | 101 |
author_reputation | 426,227,517,338 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,790,769 |
net_rshares | 5,309,725,824 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jbenticer | 0 | 5,309,725,824 | 100% |
author | jonnyrevolution |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t171000676z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 17:10:00 |
last_update | 2017-05-24 17:10:00 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 17:10:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.176 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 6,856,797,960,121 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,745,359 |
net_rshares | 139,250,793,846 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 138,553,726,004 | 100% | ||
jubedube | 0 | 697,067,842 | 100% |
Definitely, I'm hoping that they will start sending some updates after the Consensus conference is over.
author | trogdor |
---|---|
permlink | re-jonnyrevolution-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t171841019z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 17:18:42 |
last_update | 2017-05-24 17:18:42 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 17:18:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,745,632 |
net_rshares | 0 |
Wow, this looks incredibly exciting. Thank you so much for the write-up. I am getting on this newsletter.
author | jubedube |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t194023431z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 19:40:21 |
last_update | 2017-05-24 19:40:21 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 19:40:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.146 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 232,657,159,282 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,750,870 |
net_rshares | 137,125,892,325 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 136,459,131,781 | 100% | ||
jubedube | 0 | 666,760,544 | 100% |
Thanks! I'm hoping that we'll start getting some updates sometime soon.
author | trogdor |
---|---|
permlink | re-jubedube-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t200501832z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 20:05:03 |
last_update | 2017-05-24 20:05:03 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 20:05: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 | 71 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,751,753 |
net_rshares | 606,145,949 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jubedube | 0 | 606,145,949 | 100% |
I stopped here: > Steem also has a higher female-to-male ratio of users than any other blockchain. How could you know that? That is just an assumption (with a lot of *ifs* maybe true but still).
author | jyezie |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170531t210815990z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-31 21:08:15 |
last_update | 2017-05-31 21:08:15 |
depth | 1 |
children | 1 |
last_payout | 2017-06-07 21: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 | 197 |
author_reputation | 10,455,245,950,375 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,008,303 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 0 | 50% |
That's something that Dan said during his presentation. I don't know how he arrived at that result, but at least for the major blockchains, polls have been done in this area. This is from a quick google search which claims less than 2% of bitcoin users are female: https://cointelegraph.com/news/its-a-mans-world-only-176-of-bitcoin-community-are-women I do remember seeing a post a while back that claimed more than 50% of Steemit users are female, not sure. Once again, this is Dan's claim, not mine, but I would guess it's probably true.
author | trogdor |
---|---|
permlink | re-jyezie-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170531t222855438z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://cointelegraph.com/news/its-a-mans-world-only-176-of-bitcoin-community-are-women"],"app":"steemit/0.1"} |
created | 2017-05-31 22:29:03 |
last_update | 2017-05-31 22:29:03 |
depth | 2 |
children | 0 |
last_payout | 2017-06-07 22:29: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 | 541 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,010,524 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 0 | 50% |
I still don't understand what this actually do. Will people running the nodes be actually running the OS?
author | jyezie |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170531t213343728z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-31 21:33:45 |
last_update | 2017-05-31 21:33:45 |
depth | 1 |
children | 8 |
last_payout | 2017-06-07 21:33:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.212 HBD |
curator_payout_value | 0.069 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 10,455,245,950,375 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,009,078 |
net_rshares | 114,870,006,436 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 114,870,006,436 | 100% | ||
emilezonneveld | 0 | 0 | 100% |
So, I'm not an expert, just a guy who is interested and trying to answer the same question as you. Basically, there will be many similarities to Bitshares and Steem, just more general. So, the system will be delegated proof of stake, which means (as far as I know) that only the witnesses are actually running the full EOS blockchain. Then many different users who are interested in specific apps (like Bitshares or Steem) can run significantly reduced code on their computer that interacts with the blockchain, but only with the data from the app they are interested in. That's my naive understanding. I need to learn more.
author | trogdor |
---|---|
permlink | re-jyezie-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170531t223250892z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-31 22:32:57 |
last_update | 2017-05-31 22:32:57 |
depth | 2 |
children | 7 |
last_payout | 2017-06-07 22:32: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 | 624 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,010,626 |
net_rshares | 3,067,909,941 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blubeast | 0 | 2,311,480,058 | 100% | ||
surfyogi | 0 | 0 | 16% | ||
fernando.schmidt | 0 | 756,429,883 | 100% | ||
henok | 0 | 0 | 100% | ||
martinamartini | 0 | 0 | 100% |
They are confusing me by calling it an operating system. For now I will just summarize it as a smarter Ethereum platform. Thanks for your post.
author | jyezie |
---|---|
permlink | re-trogdor-re-jyezie-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170601t075112808z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-01 07:51:12 |
last_update | 2017-06-01 07:51:12 |
depth | 3 |
children | 1 |
last_payout | 2017-06-08 07:51: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 | 144 |
author_reputation | 10,455,245,950,375 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,023,163 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thenix | 0 | 0 | 100% |
I assume STEEM is a more "application specific" blockchain, and EOS will be more Ethereum based and generic, to run many kinds of apps. To me, it's very interesting that Dan wants to work with Ethereum at all. Here is someone that has "rolled their own" blockchain and is now working with Ethereum, so I'm thinking he learned something from Brenden and BAT?
author | surfyogi |
---|---|
permlink | re-trogdor-re-jyezie-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170704t041727527z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-04 04:17:30 |
last_update | 2017-07-04 04:17:30 |
depth | 3 |
children | 4 |
last_payout | 2017-07-11 04:17:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.941 HBD |
curator_payout_value | 1.470 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 357 |
author_reputation | 31,155,045,810,316 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,228,742 |
net_rshares | 1,436,966,584,343 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 762,602,532,667 | 100% | ||
surfyogi | 0 | 674,364,051,676 | 100% | ||
flanny790 | 0 | 0 | 100% |
This sounds like an interesti ng twechnology. If, we are to go by the edges it has compared to Ethereum, then Ethereum better improve on their tech or EOS has a chance to take over. Am looking forward to this.
author | kay001 |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170622t075000797z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-22 07:50:09 |
last_update | 2017-06-22 07:50:09 |
depth | 1 |
children | 0 |
last_payout | 2017-06-29 07:50: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 | 209 |
author_reputation | -58,470,171,352 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,600,673 |
net_rshares | 0 |
how do i sign up for the mailing list?
author | kelvc |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t005716347z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 00:57:30 |
last_update | 2017-05-27 00:57:30 |
depth | 1 |
children | 2 |
last_payout | 2017-06-03 00:57: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 | 38 |
author_reputation | 40,367,975,055 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,838,016 |
net_rshares | 0 |
Hi Kelvin, you can sign up at https://eos.io The sign up is pretty much the only thing on the site.
author | trogdor |
---|---|
permlink | re-kelvc-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t010610471z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://eos.io"],"app":"steemit/0.1"} |
created | 2017-05-27 01:06:12 |
last_update | 2017-05-27 01:06:12 |
depth | 2 |
children | 1 |
last_payout | 2017-06-03 01:06: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 | 99 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,838,201 |
net_rshares | 0 |
whoops! Thanks!
author | kelvc |
---|---|
permlink | re-trogdor-re-kelvc-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t010741297z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 01:07:57 |
last_update | 2017-05-27 01:07:57 |
depth | 3 |
children | 0 |
last_payout | 2017-06-03 01:07: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 | 15 |
author_reputation | 40,367,975,055 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,838,235 |
net_rshares | 0 |
Intriguing article! This is some good information. I'll be reading more of your posts.
author | markpluto |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t071129232z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 07:11:27 |
last_update | 2017-05-25 07:11:27 |
depth | 1 |
children | 0 |
last_payout | 2017-06-01 07:11:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.105 HBD |
curator_payout_value | 0.034 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 147,786,950,782 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,770,617 |
net_rshares | 105,576,016,796 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 104,370,552,031 | 100% | ||
markpluto | 0 | 1,205,464,765 | 100% |
Hey, man! Care if I copy/paste this into my EOS talk video? Of course, linking to this post as well. Side note: Dan said they're throwing together a well-produced version of his talks. Just a heads up on something to look forward to!
author | matt-a |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t035428376z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 03:54:42 |
last_update | 2017-05-27 03:54:42 |
depth | 1 |
children | 3 |
last_payout | 2017-06-03 03:54:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.127 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 240 |
author_reputation | 34,621,295,577,150 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,841,973 |
net_rshares | 116,472,049,079 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 116,472,049,079 | 100% |
Sure thing, go ahead. And thanks for the heads up!
author | trogdor |
---|---|
permlink | re-matt-a-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t135358012z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 13:54:03 |
last_update | 2017-05-27 13:54:03 |
depth | 2 |
children | 2 |
last_payout | 2017-06-03 13:54: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 | 50 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,853,661 |
net_rshares | 0 |
Awesome, thanks! You're welcome, just paying respects and giving credit where it's due. Also, super glad to see someone reppin' my boy Trogdor!!!
author | matt-a |
---|---|
permlink | re-trogdor-re-matt-a-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t161640026z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 16:16:51 |
last_update | 2017-05-27 16:16:51 |
depth | 3 |
children | 0 |
last_payout | 2017-06-03 16:16: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 | 147 |
author_reputation | 34,621,295,577,150 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,857,938 |
net_rshares | 0 |
Aaaaaand, it's up! Thanks again. **EDIT:** It's actually too long to fit in the description so I'm just going to add the TL;DR and link to the full article, is that cool. Thanks again! Following ya.
author | matt-a |
---|---|
permlink | re-trogdor-re-matt-a-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t161954172z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 16:20:06 |
last_update | 2017-05-27 17:39:48 |
depth | 3 |
children | 0 |
last_payout | 2017-06-03 16:20: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 | 203 |
author_reputation | 34,621,295,577,150 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,858,053 |
net_rshares | 0 |
Thank you for sharing this outstanding information! ☆☆☆☆☆😎
author | michaelstobiersk |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t060604146z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 06:06:06 |
last_update | 2017-05-25 06:06:06 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 06:06:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.103 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 28,639,834,562,096 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,769,059 |
net_rshares | 104,370,552,031 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 104,370,552,031 | 100% |
No problem, thanks for checking out the post!
author | trogdor |
---|---|
permlink | re-michaelstobiersk-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t115042754z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 11:50:36 |
last_update | 2017-05-25 11:50:36 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 11:50: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 | 45 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,776,632 |
net_rshares | 0 |
You are working on a very promising project. Thanks for the article! Looking forward to see new posts on SteemIt about EOS.
author | mmikhail |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170704t085549314z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-04 08:55:48 |
last_update | 2017-07-04 08:55:48 |
depth | 1 |
children | 0 |
last_payout | 2017-07-11 08:55: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 | 124 |
author_reputation | 8,718,729,530 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,250,598 |
net_rshares | 236,260,314 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mmikhail | 0 | 236,260,314 | 100% |
Good article. Ill have to check out the OS. Here's my understanding of some of the key points that were written: -Blocksize and Gas restrictions are holding Bitcoin and Ethereum from competing with more mainstream businesses. -Bitshares and Graphine in 2015 helped to achieve 100,000 transactions per second on a single machine and 18,000 transactions on a distributed network. -EOS blockchain operating system helps support 1000s of decentralized apps. -EOS allows you to choose what nodes to run therefore allowing you to choose what applications to support. -EOS tokens allow consumers to hold shares in company, and directly influence ability to share with other parties.
author | moharlevi |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t203208996z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 20:32:15 |
last_update | 2017-05-25 20:32:15 |
depth | 1 |
children | 0 |
last_payout | 2017-06-01 20:32: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 | 682 |
author_reputation | 16,020,903,750 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,793,412 |
net_rshares | 0 |
Thanks @trogdor for this great expanation of EOS. This is the project that i am most excited for right now. Do you know when we will be able to invest, buy EOS tokens?
author | nathanjones |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t175416690z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-05-25 17:54:18 |
last_update | 2017-05-25 17:54:18 |
depth | 1 |
children | 2 |
last_payout | 2017-06-01 17:54:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.039 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 1,260,270,751,640 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,788,047 |
net_rshares | 112,402,341,134 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 112,402,341,134 | 100% |
I haven't heard much about when we'll be able to buy the tokens. I know the roadmap includes testing the code over the summer, and the timescale for development for Dan's projects has been quite fast in the past, i.e. Steem was built and launched in a matter of months.
author | trogdor |
---|---|
permlink | re-nathanjones-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t194911839z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 19:49:03 |
last_update | 2017-05-25 19:49:03 |
depth | 2 |
children | 1 |
last_payout | 2017-06-01 19:49: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 | 269 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,791,809 |
net_rshares | 0 |
Thanks, i will keep am eye out for more info.
author | nathanjones |
---|---|
permlink | re-trogdor-re-nathanjones-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t195848065z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 19:58:51 |
last_update | 2017-05-25 19:58:51 |
depth | 3 |
children | 0 |
last_payout | 2017-06-01 19:58: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 | 45 |
author_reputation | 1,260,270,751,640 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,792,156 |
net_rshares | 0 |
Thanks for the article. Very helpful
author | nationalpark |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170626t201259098z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-26 20:13:00 |
last_update | 2017-06-26 20:13:00 |
depth | 1 |
children | 0 |
last_payout | 2017-07-03 20:13: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 | 36 |
author_reputation | 20,784,116,939,091 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,228,701 |
net_rshares | 0 |
This is a fantastic idea! I've never heard of the project before this post, thank you very much for introducing me to it!
author | niann |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t033619090z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 03:36:45 |
last_update | 2017-05-27 03:36:45 |
depth | 1 |
children | 1 |
last_payout | 2017-06-03 03:36:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.127 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 83,874,595,330 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,841,609 |
net_rshares | 116,472,049,079 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 116,472,049,079 | 100% |
No problem, thanks for reading!
author | trogdor |
---|---|
permlink | re-niann-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t135422990z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-27 13:54:27 |
last_update | 2017-05-27 13:54:27 |
depth | 2 |
children | 0 |
last_payout | 2017-06-03 13:54: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 | 31 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,853,675 |
net_rshares | 1,469,350,304 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
niann | 0 | 1,469,350,304 | 100% |
from where did you got those slides?
author | noisy |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t173709700z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 17:37:09 |
last_update | 2017-05-24 17:37:09 |
depth | 1 |
children | 3 |
last_payout | 2017-05-31 17:37: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 | 36 |
author_reputation | 59,974,373,499,600 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,746,225 |
net_rshares | 697,067,842 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jubedube | 0 | 697,067,842 | 100% |
Drew them with GIMP :)
author | trogdor |
---|---|
permlink | re-noisy-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t175359431z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 17:54:00 |
last_update | 2017-05-24 17:54:00 |
depth | 2 |
children | 2 |
last_payout | 2017-05-31 17:54: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 | 22 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,746,758 |
net_rshares | 697,067,842 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jubedube | 0 | 697,067,842 | 100% |
no way. They are like from presentation :)
author | noisy |
---|---|
permlink | re-trogdor-re-noisy-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t175522449z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 17:55:21 |
last_update | 2017-05-24 17:55:21 |
depth | 3 |
children | 1 |
last_payout | 2017-05-31 17: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 | 42 |
author_reputation | 59,974,373,499,600 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,746,788 |
net_rshares | 666,760,544 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jubedube | 0 | 666,760,544 | 100% |
That looks promising!
author | notimecrypto |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170703t211641390z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-03 21:16:42 |
last_update | 2017-07-03 21:16:42 |
depth | 1 |
children | 0 |
last_payout | 2017-07-10 21:16:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.138 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 21,204,542,647 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,194,629 |
net_rshares | 20,913,982,564 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
notimecrypto | 0 | 7,311,090,040 | 100% | ||
cryptobref | 0 | 13,602,892,524 | 100% |
hi there! great job! may I translate this article to Chinese and post with my steem account?
author | peterchen145 |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t094935393z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 09:49:36 |
last_update | 2017-05-25 09:49:36 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 09:49:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.105 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 8,737,186,524,298 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,774,178 |
net_rshares | 104,370,552,031 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 104,370,552,031 | 100% |
Thanks! Feel free to translate, and thanks for asking :)
author | trogdor |
---|---|
permlink | re-peterchen145-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t115112661z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 11:51:06 |
last_update | 2017-05-25 11:51:06 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 11:51: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 | 56 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,776,645 |
net_rshares | 0 |
Well written. Congratulation for serving this to the community. Upvoted...this surely need tips. The function is coming soon and it will make it easy to tips a post. thks
author | pnc |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t194556313z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 19:45:57 |
last_update | 2017-05-24 19:45:57 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 19:45:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.183 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 31,713,611,208,250 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,751,049 |
net_rshares | 160,175,505,362 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 136,459,131,781 | 100% | ||
catchfire | 0 | 15,310,362,434 | 33% | ||
soushi888 | 0 | 8,406,011,147 | 100% | ||
javiersuarez | 0 | 0 | 100% | ||
martinamartini | 0 | 0 | 100% |
Thanks! I hadn't heard about the tip function yet. I need to spend some time looking into the updates coming up soon.
author | trogdor |
---|---|
permlink | re-pnc-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t200344751z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 20:03:45 |
last_update | 2017-05-24 20:03:45 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 20: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 | 117 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,751,700 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fernando.schmidt | 0 | 0 | 100% |
Very exciting! Anyone remember when BitShares was "ProtoShares"?
author | robertgenito |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170620t082623917z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-20 08:26:24 |
last_update | 2017-06-20 08:26:24 |
depth | 1 |
children | 1 |
last_payout | 2017-06-27 08:26:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.984 HBD |
curator_payout_value | 0.990 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 7,257,911,690,980 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,332,122 |
net_rshares | 216,833,999,530 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 207,136,414,477 | 100% | ||
demions | 0 | 0 | 100% | ||
swisswatcher | 0 | 9,697,585,053 | 6% | ||
willybobob | 0 | 0 | 100% | ||
javiersuarez | 0 | 0 | 100% | ||
mateorite | 0 | 0 | 100% | ||
h4z3 | 0 | 0 | 100% | ||
flanny790 | 0 | 0 | 100% | ||
shortylong | 0 | 0 | 100% | ||
haripal | 0 | 0 | 100% |
It's been a while now :p I think with EOS we might see Bitshares 3.0 built on top of it.
author | trogdor |
---|---|
permlink | re-robertgenito-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170620t130256099z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-20 13:02:57 |
last_update | 2017-06-20 13:02:57 |
depth | 2 |
children | 0 |
last_payout | 2017-06-27 13:02: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 | 88 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,348,386 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptogoi | 0 | 0 | 100% |
This sounds really interesting. I'm not sure I understand it all yet, but I will surely keep an eye on this and read into it a bit more. Thanks for the in depth explanation.
author | rocking-dave |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170528t084101334z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-28 08:41:03 |
last_update | 2017-05-28 08:41:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-04 08:41: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 | 173 |
author_reputation | 4,146,063,643,264 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,881,200 |
net_rshares | 0 |
nicely written. and adding the video presentation for ease of access for other readers: https://www.pscp.tv/w/1YpJknevAnEGj
author | rok-sivante |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t163745197z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://www.pscp.tv/w/1YpJknevAnEGj"],"app":"steemit/0.1"} |
created | 2017-05-24 16:37:45 |
last_update | 2017-05-24 19:22:57 |
depth | 1 |
children | 2 |
last_payout | 2017-05-31 16:37:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.198 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 664,045,451,891,191 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,365 |
net_rshares | 148,750,256,502 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 142,512,403,890 | 100% | ||
superfreek | 0 | 2,944,737,497 | 100% | ||
javiersuarez | 0 | 0 | 100% | ||
cassidyandfranks | 0 | 1,269,298,232 | 100% | ||
akrid | 0 | 1,296,441,744 | 100% | ||
jubedube | 0 | 727,375,139 | 100% |
Great, thanks for adding the video! Fun fact about Brock Pierce: he once starred in the Mighty Ducks :)
author | trogdor |
---|---|
permlink | re-rok-sivante-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t164041440z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:40:42 |
last_update | 2017-05-24 16:40:42 |
depth | 2 |
children | 1 |
last_payout | 2017-05-31 16:40: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 | 103 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,461 |
net_rshares | 5,556,188,706 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemuwe | 0 | 3,589,822,632 | 100% | ||
cassidyandfranks | 0 | 1,269,298,232 | 100% | ||
jubedube | 0 | 697,067,842 | 100% | ||
martinamartini | 0 | 0 | 100% |
Oh, a nice movie!
author | martinamartini |
---|---|
permlink | re-trogdor-re-rok-sivante-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20171214t213615146z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-12-14 21:36:15 |
last_update | 2017-12-14 21:36:15 |
depth | 3 |
children | 0 |
last_payout | 2017-12-21 21:36: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 | 17 |
author_reputation | 1,812,997,708,099 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,543,967 |
net_rshares | 0 |
Thank you for this effort.
author | rubenalexander |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t211941926z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 21:19:42 |
last_update | 2017-05-24 21:19:42 |
depth | 1 |
children | 1 |
last_payout | 2017-05-31 21:19:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 104,241,284,386,244 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,754,323 |
net_rshares | 124,419,661,193 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 124,419,661,193 | 100% |
No problem, thanks for commenting!
author | trogdor |
---|---|
permlink | re-rubenalexander-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t234310659z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 23:43:12 |
last_update | 2017-05-24 23:43:12 |
depth | 2 |
children | 0 |
last_payout | 2017-05-31 23:43:12 |
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 | 34 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,758,701 |
net_rshares | 22,179,383,023 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rubenalexander | 0 | 22,179,383,023 | 100% |
I have signed up for this mailing list! I love the scalability factor of EOS! Do you think this becomes bigger than ETH?
author | sevinwilson |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t164534018z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:45:33 |
last_update | 2017-05-24 16:45:33 |
depth | 1 |
children | 5 |
last_payout | 2017-05-31 16:45:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.196 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 30,294,228,295,664 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,610 |
net_rshares | 148,938,379,832 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 142,512,403,890 | 100% | ||
theb0red1 | 0 | 6,425,975,942 | 50% | ||
martinamartini | 0 | 0 | 100% |
Thanks for commenting! It's hard to say about ultimate potential, but it sounds like in terms of sheer network capacity, EOS should be able to handle orders-of-magnitude more transactions than the Ethereum network. I think that probably app developers will also come to see it as a much more efficient platform for building apps on, since they can focus on just the business logic and let EOS handle the crypto.
author | trogdor |
---|---|
permlink | re-sevinwilson-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t165034546z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:50:36 |
last_update | 2017-05-24 16:50:36 |
depth | 2 |
children | 4 |
last_payout | 2017-05-31 16:50: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 | 411 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,746 |
net_rshares | 14,297,178,434 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
theb0red1 | 0 | 6,425,975,942 | 50% | ||
sevinwilson | 0 | 7,174,134,650 | 100% | ||
jubedube | 0 | 697,067,842 | 100% | ||
fernando.schmidt | 0 | 0 | 100% |
I`m new to this, but it seems better than Ethereum.
author | fernando.schmidt |
---|---|
permlink | re-trogdor-re-sevinwilson-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170603t014331801z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-03 01:43:24 |
last_update | 2017-06-03 01:43:24 |
depth | 3 |
children | 0 |
last_payout | 2017-06-10 01:43: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 | 51 |
author_reputation | 35,631,658 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,091,339 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
robertgenito | 0 | 0 | 49% | ||
martinamartini | 0 | 0 | 100% |
It continues to get better in the blockchain world! It makes sense that developers would rather not have to focus on the crypto side!
author | sevinwilson |
---|---|
permlink | re-trogdor-re-sevinwilson-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t165335721z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 16:53:36 |
last_update | 2017-05-24 16:53:36 |
depth | 3 |
children | 2 |
last_payout | 2017-05-31 16:53:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.189 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 30,294,228,295,664 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,744,844 |
net_rshares | 142,512,403,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 142,512,403,890 | 100% | ||
robertgenito | 0 | 0 | 12% | ||
fernando.schmidt | 0 | 0 | 100% |
The constitution element is really interesting. Haven't been this interested in a project for a while.
author | solar |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t185354903z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 18:54:03 |
last_update | 2017-05-24 18:54:03 |
depth | 1 |
children | 4 |
last_payout | 2017-05-31 18:54:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.204 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 1,511,386,357,565 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,749,049 |
net_rshares | 163,467,611,736 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ppitonak | 0 | 2,744,862,643 | 100% | ||
trogdor | 0 | 144,486,139,533 | 100% | ||
solar | 0 | 15,509,234,421 | 100% | ||
javiersuarez | 0 | 0 | 100% | ||
jubedube | 0 | 727,375,139 | 100% |
I definitely agree. I'm going to be following this one closely.
author | trogdor |
---|---|
permlink | re-solar-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170524t190250010z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-24 19:02:42 |
last_update | 2017-05-24 19:02:42 |
depth | 2 |
children | 3 |
last_payout | 2017-05-31 19:02:42 |
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 | 63 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,749,440 |
net_rshares | 17,037,705,371 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
solar | 0 | 15,198,155,639 | 100% | ||
doqstrader | 0 | 1,839,549,732 | 100% |
@trogdor Thank You 4 the time & work You put into creating this post !! UpVoted & Following... please consider following me. Thanks again !!
author | sacred-agent |
---|---|
permlink | re-trogdor-re-solar-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170527t010343155z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-05-27 01:03:45 |
last_update | 2017-05-27 01:03:45 |
depth | 3 |
children | 2 |
last_payout | 2017-06-03 01:03:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.143 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | 4,833,164,215,661 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,838,149 |
net_rshares | 104,422,699,073 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 104,422,699,073 | 100% |
Thanks a lot!
author | steem360 |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t153533447z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 15:35:39 |
last_update | 2017-05-25 15:35:39 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 15:35:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.038 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 54,344,674,413 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,783,608 |
net_rshares | 112,402,341,134 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 112,402,341,134 | 100% |
No problem, thanks for reading!
author | trogdor |
---|---|
permlink | re-steem360-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t194759370z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 19:47:51 |
last_update | 2017-05-25 19:47:51 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 19:47: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 | 31 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,791,756 |
net_rshares | 0 |
Hello @trogdor & thank you for this very solid intro to EOS! Your post has been featured in the latest issue of <a href="https://steemit.com/steem/@steemint/steemint-004-the-steem-intelligence-journal-special-eos-edition">STEEMINT - The STEEM Intelligence Journal</a>
author | steemint |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t045213573z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"links":["https://steemit.com/steem/@steemint/steemint-004-the-steem-intelligence-journal-special-eos-edition"],"app":"steemit/0.1"} |
created | 2017-05-25 04:52:15 |
last_update | 2017-05-25 04:52:15 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 04:52:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.284 HBD |
curator_payout_value | 0.046 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 267 |
author_reputation | 1,185,807,592,882 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,767,305 |
net_rshares | 240,112,015,853 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 104,370,552,031 | 100% | ||
kurtbeil | 0 | 135,741,463,822 | 100% | ||
blubeast | 0 | 0 | 100% | ||
kylemacmac | 0 | 0 | 100% | ||
soushi888 | 0 | 0 | 100% | ||
genti | 0 | 0 | 100% | ||
fernando.schmidt | 0 | 0 | 100% | ||
flanny790 | 0 | 0 | 100% | ||
martinamartini | 0 | 0 | 100% |
Thanks! and thanks also for the shout out, I'll check out the post.
author | trogdor |
---|---|
permlink | re-steemint-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t114833653z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 11:48:27 |
last_update | 2017-05-25 11:48:27 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 11:48:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.137 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,776,579 |
net_rshares | 131,014,001,978 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kurtbeil | 0 | 127,267,223,989 | 100% | ||
steemint | 0 | 1,907,228,257 | 100% | ||
doqstrader | 0 | 1,839,549,732 | 100% | ||
martinamartini | 0 | 0 | 100% |
Excellent summary, overview and recap of an important section in this evolving crypto ecosphere Dr. Trogdor. I'm glad Princeton allows you to be let loose into the Steemworld ;-) Looking forward to many more of your contributions. Just hit the follow button ;-)
author | steemuwe |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t150703789z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 15:07:15 |
last_update | 2017-05-25 15:07:15 |
depth | 1 |
children | 1 |
last_payout | 2017-06-01 15:07:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.112 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 261 |
author_reputation | 1,872,066,472,934 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,782,651 |
net_rshares | 108,385,554,009 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 108,385,554,009 | 100% |
Thanks! It's amazing how much Steeming you can do when you're on vacation :p
author | trogdor |
---|---|
permlink | re-steemuwe-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170525t162904532z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-25 16:28:57 |
last_update | 2017-05-25 16:28:57 |
depth | 2 |
children | 0 |
last_payout | 2017-06-01 16:28: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 | 76 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,785,285 |
net_rshares | 3,589,822,632 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemuwe | 0 | 3,589,822,632 | 100% |
Thank you. I have been very helpful in studying EOS
author | susueng |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170606t024900307z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-06 02:48:57 |
last_update | 2017-06-06 02:48:57 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 02:48: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 | 51 |
author_reputation | 2,550,737,615,366 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,247,684 |
net_rshares | 0 |
Thank you for sharing @trogdor!
author | teamsteem |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170529t235636620z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-05-29 23:56:15 |
last_update | 2017-05-29 23:56:15 |
depth | 1 |
children | 1 |
last_payout | 2017-06-05 23:56:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.212 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 284,804,541,406,803 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,939,879 |
net_rshares | 132,713,893,411 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 132,713,893,411 | 100% | ||
omarbitcoin | 0 | 0 | 100% | ||
kylemacmac | 0 | 0 | 100% | ||
martinamartini | 0 | 0 | 100% |
Thanks for reading, it's my pleasure!
author | trogdor |
---|---|
permlink | re-teamsteem-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20170530t001809800z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-30 00:18:15 |
last_update | 2017-05-30 00:18:15 |
depth | 2 |
children | 0 |
last_payout | 2017-06-06 00:18: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 | 37 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,940,315 |
net_rshares | 0 |
Thank you so much for writing this all down, I watched the video of Dan's presentation last night and had a hard time hearing everything he said. Having read all this, I'm even more excited about this project, it really sounds amazing!
author | theb0red1 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-2017525t201120839z | ||||||
category | eos | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-05-26 03:11:21 | ||||||
last_update | 2017-05-26 03:11:21 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-06-02 03:11:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.098 HBD | ||||||
curator_payout_value | 0.037 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 238 | ||||||
author_reputation | 65,302,406,341,562 | ||||||
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 3,804,519 | ||||||
net_rshares | 108,414,169,960 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trogdor | 0 | 108,414,169,960 | 100% |
No problem! Thanks for reading!
author | trogdor |
---|---|
permlink | re-theb0red1-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-2017525t201120839z-20170526t093324784z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-05-26 09:33:30 |
last_update | 2017-05-26 09:33:30 |
depth | 2 |
children | 0 |
last_payout | 2017-06-02 09:33: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 | 31 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,812,637 |
net_rshares | 6,705,396,049 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
theb0red1 | 0 | 6,705,396,049 | 50% |
Awesome material! Thanks for sharing
author | vmf |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20180104t003906337z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-01-04 00:39:06 |
last_update | 2018-01-04 00:39:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-11 00:39: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 | 36 |
author_reputation | 1,110,072,859 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,904,165 |
net_rshares | 0 |
@trogdor , or can anyone answer me this. If I have bought my EOS on an exchange, need I only send it to My Ether Wallet to stake my tokens on the EOS network and enjoy all of the benefits?
author | wadeboat |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20171224t012756346z |
category | eos |
json_metadata | {"tags":["eos"],"users":["trogdor"],"app":"steemit/0.1"} |
created | 2017-12-24 01:27:57 |
last_update | 2017-12-24 01:27:57 |
depth | 1 |
children | 1 |
last_payout | 2017-12-31 01:27: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 | 189 |
author_reputation | 4,384,708,242 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,942,691 |
net_rshares | 0 |
Hi, honestly I'm not that sure. What exchange did you use? Also, do the EOS have their own set of keys, or are theu just ethereum keys? I don't really know.
author | trogdor |
---|---|
permlink | re-wadeboat-re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20171224t015346377z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-12-24 01:53:51 |
last_update | 2017-12-24 01:53:51 |
depth | 2 |
children | 0 |
last_payout | 2017-12-31 01:53: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 | 156 |
author_reputation | 22,905,182,177,434 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,945,206 |
net_rshares | 0 |
Very insightful! I have been following EOS and other crypto currencies recently. Looking forward to the growth and how things are developing with this one in the future.
author | whatspp |
---|---|
permlink | re-trogdor-introduction-to-eos-the-epic-blockchain-operating-system-20171219t035436690z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-12-19 03:54:36 |
last_update | 2017-12-19 03:54:36 |
depth | 1 |
children | 0 |
last_payout | 2017-12-26 03:54: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 | 169 |
author_reputation | 2,692,013,595 |
root_title | "Introduction to EOS: the Epic (blockchain) Operating System" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,122,442 |
net_rshares | 0 |