create account

Thoughts on an Ethereum Classic Roadmap by charleshosk

View this thread on: hive.blogpeakd.comecency.com
· @charleshosk · (edited)
$1,355.68
Thoughts on an Ethereum Classic Roadmap
<html>
<p>I've spent the last few weeks considering some ideas about where Ethereum Classic should go given the resources available and the size of the community. It seems that we have a good base of miners- particularly in China. There are quite a few passionate members who have the ability to write code. Exchanges seem happy to list ETC as an asset. Wallet support will likely come over time as ETC proves resilient to outside attackers.</p>
<p>Thus the fundamentals of ETC look solid, outside of the threat of a few- potentially phantom- cabals of evil whales with malicious ETC or hash power. Yet such things are typically ephemeral and cabals usually fade when the cost of attacks outweigh any benefits. Hence, we as a community now need to solidify around a path forward.&nbsp;</p>
<p>This post will make a few suggestions to kickstart the conversation. My goal isn't to mandate, but rather ask what if as a thought experiment and see where it takes us. Some items will definitely need a considerable amount of fleshing out whereas others can easily be accomplished. Therefore, please do comment and go into as much detail as you'd like. I'd love to see better ideas presented.&nbsp;</p>
<p><strong>The Consensus Epoch&nbsp;</strong></p>
<p>As we've heard more than once, Ethereum has a bomb to force a consensus change. Preliminary research on Casper seems cautiously promising, but regardless of its success, the end result is the same- the miners get fired. This constituency has proved valuable and dedicated to the ecosystem since the beginning. It would be a shame for them to suddenly lose their jobs.&nbsp;</p>
<p>Rather, I'd love to see a gradual transition towards a hybrid scheme with two purposes. First, I'd love to see a useful proof of work algorithm with a strong connection to the DApp model in general (and yes that also means getting rid of the difficulty bomb). &nbsp;Second, I'd love to see ether holders be able to use their stake to make meaningful decisions about the future of the platform.&nbsp;</p>
<p>There is a formalized blending proposed by several <a href="https://eprint.iacr.org/2014/765.pdf">VCU researchers</a> that I believe can be used as a foundation towards this effort. With respect to usefulness of the PoW side, proposals like <a href="https://cs.umd.edu/~amiller/permacoin.pdf">Permacoin</a> and <a href="https://eprint.iacr.org/2015/528.pdf">Spacemint</a> have merit as they start a conversation about decentralized storage in the context of consensus (Elaine Shi has also extended it a bit with <a href="http://elaineshi.com/docs/por.pdf">dynamic proof of retrievability</a>). DApps should grow in complexity and storage requirements thus to promote the construction of a decentralized database concurrently with the security of the network is a novel solution.</p>
<p>IOHK is preparing to publish a paper inspired by Permacoin called Rollerchains that could be a nice stepping stone for the system. Somewhat ironically, we are also preparing to publish a provably secure proof of stake algorithm next week. I suppose this demonstrates our agnosticism towards consensus algorithms.</p>
<p>There are some improvements beyond changing the PoW mechanism to consider. First, the outsourceability of mining puzzles allows for pools and cloud hashing farms to form leading to federation of the overall mining power to a handful of actors. Andrew Miller has <a href="https://cs.umd.edu/~amiller/nonoutsourceable_full.pdf">done some amazing work</a> to resolve this issue while still allowing investments in mining to be a reasonable business model.&nbsp;</p>
<p>Two other items that require improvements are Ghost and validation times. Ghost changes the blockchain structure to a looser directed acyclic graph structure. Recent <a href="https://bitslog.wordpress.com/2016/04/28/uncle-mining-an-ethereum-consensus-protocol-flaw/">cryptanalysis</a> has shown that Ghost has some issues. Second, smart contracts will grow in complexity, interaction and size. Their validation is not as trivial as a bitcoin transaction. It would be nice to reduce the validation time.&nbsp;</p>
<p>With respect to Ghost, the same authors are currently working on a replacement called Spectre, which has tremendous merit. I think there is a potential for a modified form to be installed into Ethereum Classic.&nbsp;</p>
<p>As for validation time, research like <a href="http://fc16.ifca.ai/bitcoin/papers/KLS16.pdf">proof of proof of work</a> and on SNARKs seems to present a nice direction to get contract validation into a sublinear complexity class. There is also an open question about how much should be on the main chain and how much could be offloaded to a private <a href="https://en.wikipedia.org/wiki/Secure_multi-party_computation">SMC group</a> &nbsp;(see [<a href="https://www.youtube.com/watch?v=NOtsxHoIcWQ">1</a>] [<a href="https://www.youtube.com/watch?v=MMC_k8gkmhA">2</a>] for an excellent tutorial on SMC in general) and validated with a proof of correctness (See <a href="http://enigma.media.mit.edu/enigma_full.pdf">Enigma</a> and <a href="https://eprint.iacr.org/2015/675.pdf">HAWK</a>).&nbsp;</p>
<p>Now with respect to the proof of stake side of things, there are many options to arrange a system that permits meaningful voting of stakeholders on topics that concern governance, a treasury mechanic and adding a second layer of protection against unwanted or malicious forks. In the next section, I'll discuss the first two and the last is covered in the VCU paper mentioned above quite well.&nbsp;</p>
<p>As a parting thought on this topic, I do not believe it is wise to attempt to resolve the scalability problems alongside implementing a new consensus algorithm. I think scalability needs to be resolved organically using evolving cryptographic techniques, proliferation of overlay protocols and market mechanics.&nbsp;</p>
<p><strong>The Governance and Monetary Epoch</strong> &nbsp;&nbsp;</p>
<p>The most significant problem with Ethereum is non-technical. The split of the communities was a result of bad governance. One can argue that the fork was the best option given a menu of bad choices. One can argue it was legally necessary. However, one cannot argue that the fork did not fracture the community. ETC is a sizeable and surprisingly well capitalized minority.</p>
<p>We have two interconnected problems on the horizon for ETC. As the dust settles from the fork, ETC needs to make decisions about its direction and roadmap and at the same time it has to pay for them. The Ethereum Foundation has made it <a href="https://cointelegraph.com/news/vitalik-buterin-wont-support-etc-if-it-takes-over-eth">abundantly clear they won't support ETC</a> and a subset of the ETC community recently <a href="https://ethereumclassic.github.io/assets/ETC_Declaration_of_Independence.pdf">declared independence</a> Succinctly, the marriage is over and daddy and mommy are moving to different states.</p>
<p>Hence, ETC needs some form of decision making apparatus and funding mechanism that is sustainable. I would also add that this system must prevent a cult of personality from forming and not be governed by a sole centralized entity or else what's the point of secession ?&nbsp; &nbsp;</p>
<p>The good news is that decades of innovation have created a nice pipeline of ideas that could provide a tremendous amount of growth, data for experiments and resilience to corruption. There are three I'll mention.&nbsp;</p>
<p>First, Dash has introduced a treasury model. Briefly, each block's coinbase award is split into three pools (45,45,10) with 45 percent going to miners, 45 percent going to a pool called masternodes and 10 percent to a treasury pool. Anyone can propose a funding request to the treasury for a small fee and voting is settled monthly. Masternodes vote on proposals and if there are ten percent more yes votes than no votes, the request passes.&nbsp;</p>
<p>Anyone with at least 1000 dash can become a masternode and there are currently more than 4,000 active nodes in the network. <a href="https://www.dashcentral.org/">This website</a> provides proposal and node information. As an example, <a href="https://www.dashcentral.org/p/core-team">this proposal</a> is to pay the core developers of the system. Another cute proposal that passed was to add tipping support to the <a href="https://www.dashcentral.org/p/slack-tipbot-com-eng">dash slack</a>. I received my first dash a few days ago as tip when I recently joined their slack. &nbsp;&nbsp;&nbsp;</p>
<p>There needs to be a proper game theoretic and infosec analysis of the dash model, but I think the idea has merit in principle. Furthermore, it seems to be a novel solution to the tragedy of the commons problem all open source protocols suffer from. IOHK will study the Dash model and publish a whitepaper on our findings. My hope is that it can be improved and modified for Ethereum classic to solidify funding for DApp, core development and academic research.&nbsp;</p>
<p>Second, there needs to be a mechanism to evolve the ETC protocol outside of the meta effort of hard and soft forks. Arthur Breitman's <a href="https://www.youtube.com/watch?v=3mgaDpuMSc0">Tezos</a> system based on Peter Suber's <a href="https://en.wikipedia.org/wiki/Nomic">Nomic</a> provides a potential solution. The basic idea is to view a cryptocurrency as a combination of three distinct modules: consensus, network and transaction.&nbsp;</p>
<p>The Tezos model provides a mechanism to formalize these modules and then for stakeholders to propose a new configuration. The hypothesis is that all meaningful configurations can be represented this way (a completeness assumption). Second, that the system if properly parameterized at instantiation will evolve into ever more competitive states (a productive evolutionary assumption).&nbsp;</p>
<p>Arthur has stated that he plans to release some Ocaml code covering part or the whole of the model at <a href="http://www.thestrangeloop.com/2016/tezos-decentralized-cryptographic-governance-through-self-amendments.html">Strange Loop</a> in September and we look forward to studying the system for viability. The general concept seems sound and it provides an extremely nice mechanism for upgrading protocols in an organized and methodical process.</p>
<p>Finally, there is the idea of DAO Democracy proposed by Ralph Merkle. Merkle recently drafted a well written <a href="http://merkle.com/papers/DAOdemocracyDraft.pdf">whitepaper</a> and discussed it on <a href="https://www.youtube.com/watch?v=dvzpvXLbpv4">epicenter bitcoin.</a> &nbsp;The basic idea is inspired by <a href="https://mason.gmu.edu/~rhanson/futarchy.html">futarchy</a> in that we should separate values from beliefs and then create an incentivized system to get the most knowledgeable stakeholders to predict the future without them having a direct role in its execution.&nbsp;</p>
<p>The particular mechanics of how to achieve this end involve using prediction markets and other mechanisms, but my elaboration wouldn't add more over the whitepaper and interview. I will just add that Merkle's idea seems to shine brightest in composition with the Tezos concept.</p>
<p>Instead of a direct or delegated stakeholder voting process for modifications of the protocol, one could use the ballots with the highest predicted utility to the protocol to evolve the ledger. Constraints would have to be installed to protect the original social contract (think the ten commandments of the system). The model would also require some training wheels starting with the prediction market mechanics being just a reference instead of a mandate.</p>
<p>With respect to monetary policy, Ethereum was never originally designed to be a good store of value. It was represented, and the economics were proposed, as a computational fuel source. The pivot to proof of stake will change the monetary policy to make it more attractive from an inflationary perspective; however, ETC needs to decide it's own path.&nbsp;</p>
<p>If we stay on a mining model, then I propose a decay mechanism similar in spirit to Bitcoin's system with an asymptote at some amount X. It would be nice to do a comprehensive literature review to see if any whitepapers have been written on this model and if there is something more friendly to miners than sudden halfings of coinbase awards. It would also be nice to consult the miners in the ETC community to see what policy they would prefer, and if a Dash style treasury is something that they would support.&nbsp;</p>
<p><strong>Code is Law Epoch</strong></p>
<p>If your philosophy is that code is law and you have to accept the consequences of its execution, then you should probably have some strong guarantees of correctness. The topic of code validation is extremely rich and filled with many meaningful techniques and tools. Probably the most elegant text on the topic comes from Benjamin Pierce via his book <a href="https://www.cis.upenn.edu/~bcpierce/sf/current/index.html">Software Foundations</a>.&nbsp;</p>
<p>Regardless of the richness of the topic, it's not a simple proposition to resolve the correctness issue. There are really three levels to the problem: the smart contract, the compiler and the VM. On the smart contract level, we need to have a functional DSL with a direct line to proofs. There was a recent paper using <a href="http://publications.lib.chalmers.se/records/fulltext/234939/234939.pdf">Idris</a> for this purpose and the work done with <a href="https://isabelle.in.tum.de/haskabelle.html">Haskabelle</a> is very promising. It would also be nice to have a meta-language to specify the intent of the contract. The <a href="https://en.wikipedia.org/wiki/Prolog">prolog</a> community may have some answers in this respect.&nbsp;</p>
<p>Smart contracts compile to run on the VM. Errors or artifacts reducing the security or correctness are a defect of the compiler and shouldn't be present given the intent of the paradigm. Therefore it seems prudent to have a fairly meticulous analysis of the quality of the compiler. The <a href="http://compcert.inria.fr/">CompCert project</a> at Inria is an example of such an effort for C. It would be an order of magnitude simpler to do this for a functional DSL.</p>
<p>Last, the nature of the EVM is beyond the scope of my knowledge and I'm certain there are wonderful theories to produce spectacular guarantees, but I can't offer much advice. The best I can suggest is to chain the evolution of the EVM to work being done by the broader VM community such as this <a href="http://dalila.sip.ucm.es/safe/papers/prole08.pdf">paper</a>. It may be prudent to move the EVM to run on something better understood and supported like the JVM. This transition would also permit more linguistic freedom for developers. &nbsp;</p>
<p>In summary, paradigms carry a cost. Code is law carries the high burden of correctness. This requirement at the very least admits the need for better pedagogy and a reference library of certified smart contracts for developers to use akin to a crypto library for us mere mortals. At most, it will require a serious look at best practices coming from research groups focusing on mission critical software and heavy investments to implement these practices.&nbsp;</p>
<p><strong>A Conversation&nbsp;</strong></p>
<p>If you've gotten this far, then I have to thank you for reading. This article is a suggestion intended to start a conversation for the community to carry on. I'd love to see better and more formed ideas. I'd also love to see these ideas turn into a cohesive roadmap that is realistic, understandable and accounts for the sins of the past.</p>
<p>In any event, I'll be part of the roadmap discussion and I look forward to helping implementing it. &nbsp;</p>
<p><br></p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 205 others
👎  
properties (23)
authorcharleshosk
permlinkthoughts-on-an-ethereum-classic-roadmap
categoryethereum
json_metadata{"tags":["ethereum","dash","tezos","dao","roadmap"],"links":["https://eprint.iacr.org/2014/765.pdf","https://cs.umd.edu/~amiller/permacoin.pdf","https://eprint.iacr.org/2015/528.pdf","http://elaineshi.com/docs/por.pdf","https://cs.umd.edu/~amiller/nonoutsourceable_full.pdf","https://bitslog.wordpress.com/2016/04/28/uncle-mining-an-ethereum-consensus-protocol-flaw/","http://fc16.ifca.ai/bitcoin/papers/KLS16.pdf","https://en.wikipedia.org/wiki/Secure_multi-party_computation","https://www.youtube.com/watch?v=NOtsxHoIcWQ","https://www.youtube.com/watch?v=MMC_k8gkmhA","http://enigma.media.mit.edu/enigma_full.pdf","https://eprint.iacr.org/2015/675.pdf","https://cointelegraph.com/news/vitalik-buterin-wont-support-etc-if-it-takes-over-eth","https://ethereumclassic.github.io/assets/ETC_Declaration_of_Independence.pdf","https://www.dashcentral.org/","https://www.dashcentral.org/p/core-team","https://www.dashcentral.org/p/slack-tipbot-com-eng","https://www.youtube.com/watch?v=3mgaDpuMSc0","https://en.wikipedia.org/wiki/Nomic","http://www.thestrangeloop.com/2016/tezos-decentralized-cryptographic-governance-through-self-amendments.html","http://merkle.com/papers/DAOdemocracyDraft.pdf","https://www.youtube.com/watch?v=dvzpvXLbpv4","https://mason.gmu.edu/~rhanson/futarchy.html","https://www.cis.upenn.edu/~bcpierce/sf/current/index.html","http://publications.lib.chalmers.se/records/fulltext/234939/234939.pdf","https://isabelle.in.tum.de/haskabelle.html","https://en.wikipedia.org/wiki/Prolog","http://compcert.inria.fr/","http://dalila.sip.ucm.es/safe/papers/prole08.pdf"]}
created2016-08-18 00:12:51
last_update2016-08-18 01:10:03
depth0
children56
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value1,216.965 HBD
curator_payout_value138.712 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15,809
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,262
net_rshares99,427,950,394,946
author_curate_reward""
vote details (270)
@alanstruna · (edited)
$0.03
I agree with a previous comment, the #1 problem that we should be aiming to solve is to allow users to create smart contracts in a safe and secure manner that benefits the community with the support of a balanced governance model. Talking with some of the community, it seems clear that POW/POS might be best, but that doesnt necessarily mean that we have to use the Dash model.  POW=scaling issue even though I personally believe in scaling slowly, POS=we lose a lot of the community and potential backing of ETC from loss of miners. Someone also made a point that ETC should just sit back and wait for ETH to solve POS sharding problem and then somehow take over community support of ETH because we are the more conservative chain, but I personally dont think this will work because we will just be ETH 2.0 always just a step behind ETH and their development. It is also becoming more clear that their are some significant problem with ETH as a whole. Besides the difficulty bomb, as stated earlier in the #1 goal I think should be around security and this may take some time to figure out. This may lead to future changes in the EVM code base, your talk about scorex in the last interview was very informative and I think it has potential because its simple, easier to manage, and fast to test. Just some thoughts.
👍  ,
properties (23)
authoralanstruna
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t040033787z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 04:00:30
last_update2016-08-18 04:02:51
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,317
author_reputation1,463,469,187
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id865,065
net_rshares65,543,035,780
author_curate_reward""
vote details (2)
@alexskinner ·
good
properties (22)
authoralexskinner
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t130148155z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 13:01:51
last_update2016-08-18 13:01:51
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation663,342,275,446
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id870,121
net_rshares0
@andre-ager ·
I do not have a lot of tech knowledge . I agree with The Etc position and find it funny so many Etherium holders seem to have hurt feelings over it. To me it shows the beauty of the con census  reality. Etc will succeed or fail based on these beginning decisions.  I like the new vericoin model where they have created a pow reserve( varium) that backs up the post vericoin
properties (22)
authorandre-ager
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t111853920z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 11:18:54
last_update2016-08-18 11:18:54
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length373
author_reputation9,189,464,432,315
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id868,955
net_rshares0
@arvydas ·
ETC just started and it is great to see roadmap and influential persons around. ETC needs leader who will get trust to the project. But at the moment things seems optimistic to me. I was not holding ETH when hard frok was done but I bought some ETC on Poloniex. Price doesn't matters for now. It is long term hold.
properties (22)
authorarvydas
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t161018934z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 16:10:24
last_update2016-08-18 16:10:24
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length314
author_reputation317,396,369,125
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id873,003
net_rshares0
@arvydas ·
https://pbs.twimg.com/media/CqKb52fWYAAGbhI.jpg:large
properties (22)
authorarvydas
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t201156215z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["https://pbs.twimg.com/media/CqKb52fWYAAGbhI.jpg:large"]}
created2016-08-18 20:12:03
last_update2016-08-18 20:12:03
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation317,396,369,125
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id876,944
net_rshares0
@blockchainbilly ·
Im a big fan of yours Charlie...  And Im sure you're gonna do the right thing.  Im glad its you at the helm of ETC.  And Im going long ....
👍  ,
properties (23)
authorblockchainbilly
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t041619816z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 04:16:27
last_update2016-08-18 04:16:27
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation808,834,406,582
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id865,253
net_rshares83,358,668,361
author_curate_reward""
vote details (2)
@carlgetalada ·
@charleshosk
With your really impressive thought process, deep technical knowledge, & obvious wide experience, would you be open to re-consider to lead ETC community? 
I doubt ETC's sustainability without a capable leader, & do-er. 

By the way, any prevention plan for DAO hacker pending withdrawal? It would be for ETC's good if such malicious act is resolved. 

I'm not technically knowledgeable yet to contribute. I do agree, & feel that issues you discussed made practical sense for me.
properties (22)
authorcarlgetalada
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t032417999z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["charleshosk"]}
created2016-08-18 03:24:18
last_update2016-08-18 03:24:18
depth1
children4
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length491
author_reputation18,789,905,958
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id864,648
net_rshares0
@charleshosk ·
I have no desire to be a leader of ETC and I think any such attempt by anybody would be counterproductive. Let's lead ourselves and build something new and novel that doesn't require a foundation.
👍  
properties (23)
authorcharleshosk
permlinkre-carlgetalada-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t152333932z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-19 15:23:33
last_update2016-08-19 15:23:33
depth2
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id890,438
net_rshares281,923,514
author_curate_reward""
vote details (1)
@carlgetalada ·
I see. At least you are there for ETC community.  Wishing it to find some directions sooner, and faster. Thanks for sharing your thoughts.
properties (22)
authorcarlgetalada
permlinkre-charleshosk-re-carlgetalada-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t231844851z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-19 23:18:45
last_update2016-08-19 23:18:45
depth3
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation18,789,905,958
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id897,647
net_rshares0
@juansgalt ·
i think you missed the cult of personality problem.

We don't need leaders. we need conversations.
👍  
properties (23)
authorjuansgalt
permlinkre-carlgetalada-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t030653143z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-19 03:06:54
last_update2016-08-19 03:06:54
depth2
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation5,491,568,781,465
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id882,509
net_rshares72,508,656,892
author_curate_reward""
vote details (1)
@carlgetalada ·
No offense, maybe I am missing something, & yes I do not understand really "cult of personality problem". Nobody is perfect after all. That's why some governance rule, ethics, or protocol is still needed.
I am confused how something would move or be accomplished with conversations. I may have just associate leaders with actions which can lead to some accomplishments.
properties (22)
authorcarlgetalada
permlinkre-juansgalt-re-carlgetalada-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t231515677z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-19 23:15:15
last_update2016-08-19 23:15:15
depth3
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length369
author_reputation18,789,905,958
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id897,599
net_rshares0
@cheetah ·
$0.02
Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.
Here is similar content:
http://express-helpline.com/selectprice_stripe1.php
👍  , ,
👎  
properties (23)
authorcheetah
permlinkre-thoughts-on-an-ethereum-classic-roadmap-20160818t001338
categoryethereum
json_metadata""
created2016-08-18 00:13:45
last_update2016-08-18 00:13:45
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation942,693,160,055,713
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,273
net_rshares43,791,924,952
author_curate_reward""
vote details (4)
@coininstant ·
From a users perspective ETC needs a nice lite client added to the roadmap. Users need to be able to jump right in quickly.  Bitcoin (scarcity), Steemit (social media), and Bitshares, (Decentralized trading) are three examples of what works, ETC needs to morph the three into the best platform.
👍  
properties (23)
authorcoininstant
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t175511723z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 17:55:12
last_update2016-08-18 17:55:12
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length294
author_reputation87,630,635,718,074
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id874,593
net_rshares19,950,203,422
author_curate_reward""
vote details (1)
@dennygalindo ·
$0.04
I think the etc split was the right move. The chain shouldn't be forked to fix a bad investment. Going forward the dash model seems  to offer a nice way to fund the miners a foundation and daps. Perhaps the dash model 45 -45- 10 alone would be enough to differentiate from Eth.
 1) Lower cost 
2) more funding for daps 
3) no do overs  
seems to be sufficient differntiating features for a crypto coin.  Good luck!
👍  , , ,
properties (23)
authordennygalindo
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t022839483z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 02:28:39
last_update2016-08-18 02:28:39
depth1
children3
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length414
author_reputation6,552,498,469,686
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id864,069
net_rshares74,462,187,914
author_curate_reward""
vote details (4)
@canalytic ·
So what happens with the hacker funds?  Seems like he could setup thousands of Masternodes and govern all of the budget money.
properties (22)
authorcanalytic
permlinkre-dennygalindo-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t104530821z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 10:45:30
last_update2016-08-18 10:45:30
depth2
children2
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation21,368,504,247
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id868,592
net_rshares0
@dennygalindo ·
You think he still has them? I would have sold them immediately.
properties (22)
authordennygalindo
permlinkre-canalytic-re-dennygalindo-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t121120081z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 12:11:18
last_update2016-08-18 12:11:18
depth3
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation6,552,498,469,686
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id869,495
net_rshares0
@eiaine · (edited)
$0.04
This post covers several different layers: Consensus, Governance, and Foundational (EVM and code execution) layer. Do you think these three layers should be tackled at the same time, or do we need to get one figured out before the other?

Also, those best-suited for making governance decisions may not be as qualified to make technology decisions. What do you think of separation of duties? Does it require some overruling sovereign entity?

My own opinion: Dash, Futarchy, and Tezos are fairly complex governance mechanisms, relative to what we have now. They could be built as overlays and therefore be separate from the underlying technology. ETC as it stands could support multiple "governments" and communities while operating on a single network/blockchain.
👍  ,
properties (23)
authoreiaine
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t010342732z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:03:42
last_update2016-08-18 01:10:06
depth1
children2
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length764
author_reputation1,428,546,916
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,970
net_rshares77,685,378,506
author_curate_reward""
vote details (2)
@charleshosk ·
These are really good points and I'll address them in order. First, with respect to the complexity of each item, I agree entirely and they need to be rolled out in stages if at all. Each will require a game theoretic analysis to better understand incentives for participation. 

Second, with respect for governance decisions, in the short term some form of delegation to domain experts would be a good model, but it invites centralization of power. The Futarchy movement is an attempt to extract knowledge out of the domain experts without giving them direct power. There is some evidence of it working in practice thanks to Robin Hanson's work; however, it's never been tried with blockchains much less an open source protocol. 

Tezos is the wild card. We only know what has been proposed in the whitepaper and Arthur seems to have some good ideas, but I haven't seen the actual protocol and code. We'll have to wait to September to get a better sense of what's possible. 

I think we ought to tackle the problems in a staged process with the resolution of the replay attack and consensus model first. Then move on to governance and then move on to gradual improvements to the EVM. Some things are extensions and do not require modification of the core protocol such as a functional DSL. 

I like your idea of multiple governments and some of the ideas from the Tendermint community via Cosmos have some pull in this direction. The monetary policy does present some complication however. Love to hear more thoughts.
👍  ,
properties (23)
authorcharleshosk
permlinkre-eiaine-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t012050369z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:20:51
last_update2016-08-18 01:20:51
depth2
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,517
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,189
net_rshares382,251,212
author_curate_reward""
vote details (2)
@eiaine ·
Has futarchy actually shown evidence of working? My understanding of Hanson's research is that his studies were largely conducted on groups of econ students. Correct me if I'm wrong.

If we restrict "governance" to the goal of making it easier to create secure smart contracts (as playerdeus suggested), I don't think the decision-making process needs to be so complicated. I much prefer a simple time-tested system, such as having representatives with separated domains of expertise. Complex decision-making systems will lead to attempts to game the system.

As far as monetary policy and multiple governments, I'm just putting out ideas, so feel free to ignore them. Maybe each government/organization would issue their own currency, such as DAO tokens or Augur tokens. Then it's up to their individual organizers to determine monetary policy. ETC would just be a commodity that reflects different exchange rates in different token-currencies.
👍  
properties (23)
authoreiaine
permlinkre-charleshosk-re-eiaine-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t045809069z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 04:58:09
last_update2016-08-18 04:58:09
depth3
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length945
author_reputation1,428,546,916
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id865,657
net_rshares13,687,376,878
author_curate_reward""
vote details (1)
@eric-boucher ·
$0.05
Lot of thinking into this discussion and great thoughts to the benefit of advancement of this already incredible product.  Thank you, namaste   :)
👍  , ,
properties (23)
authoreric-boucher
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t010211357z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:02:12
last_update2016-08-18 01:02:12
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length146
author_reputation68,503,601,066,539
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,956
net_rshares95,905,064,669
author_curate_reward""
vote details (3)
@gregor ·
Thank you for this post. I enjoyed reading it a lot from the technical perspective. However, my piece of advice would be to rebrand under a different name. This would be the most proactive thing to do for the crypto space and for ETC.  Until this happens ETC won't get rid of it's bad image and it will always be in ETH's shadow. What crypto needs is mass adoption and good luck with explaining ETC-ETH to a mainstream user. It hurts everybody. The only legitimacy ETC has atm is that it was listed on exchanges and this was done purely out of Polo's greed.

On a different note, @charleshosk, I don't really understand your motives and find your communication confusing. You say your interests are purely academical. If that would be the only factor in the story, you could have forked Ethereum long ago. Moreover, you stated yourself that you didn't leave Ethereum in best way. I can imagine that if I was in your shoes, I'd be emotionally involved at least. At the same time, you're saying you don't want to lead the project - sounds like you don't want the responsibility even though you are actually the most vocal developer for ETC, keeping it alive and pushing the most forward. For these reasons, for an outsider like me, it seems that ETC is for you a good opportunity to "hit" back EF, to promote your name and your company. Until ETC I didn't know for example for IOHK. All this actually gives me the impression of a masterpiece trolling. Please, understand this as proactive criticism. I do believe you're one of top blockchain experts and for this I regard IOHK as one of the top blockchain companies. This is also the reason why I left this comment, as I think your actions can get misunderstood quickly. Especially in the crypto scene.:) Moreover, this could quite easily change with ETC rebranding - then only it can become it's own cryptocurrency. People speak about Ethereum as Bitcoin 2.0. Why don't then make with all these propositions Ethereum 2.0 blockchain which steps out of the shadow of ETH. This situation currently just hurts everybody.
properties (22)
authorgregor
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t213926397z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["charleshosk"]}
created2016-08-18 21:39:27
last_update2016-08-18 21:39:27
depth1
children2
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,065
author_reputation0
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id878,263
net_rshares0
@charleshosk ·
Fair enough, I cannot be intellectually honest and say I'm not emotionally invested in ETC. It was the original social contract I signed up for in the first place. This contract has been abandoned for better or worse and I really don't want to see it die. 

This said, there is a strong business case to work on ETC. We have an opportunity to work with a live and valuable cryptocurrency and solid community. We also have  chance to AB test a different DApp model from the Foundations if the community wants to move in that direction. A Dash style treasury would mean that ETC could be a paying client for IOHK's work long term, which again is a great business proposition. 

All this said, it's nice to just be thinking about ethereum's challenges again. I loved the original ideas and the potential and it was a shame I've been excluded for so long from participating in any meaningful capacity.
👍  
properties (23)
authorcharleshosk
permlinkre-gregor-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t152821368z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-19 15:28:21
last_update2016-08-19 15:28:21
depth2
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length897
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id890,513
net_rshares335,684,822
author_curate_reward""
vote details (1)
@gregor ·
Thanks for the clarification! Also, what do you think about a name change? The reason why I'm asking this - even though it might seem unimportant in perspective of other challenges - because I've first hand experienced difficulties in communication with people who are not following the crypto space closely. They want to buy some and are ultra confused which one to get, what is the difference, etc. Then when I start explaining the difference, they get lost when hearing things like hard fork, immutability, etc and scared when they hear hack. The response I got (from more people) is, that they'll wait. In this regard, I feel that the whole crypto space would benefit as it would remove one obstacle to wider adoption. Personally, I don't care about names but do believe a new name would make ETC stand better on its own.  Still, having experience in brand development, I do think that it would help to differentiate it and build a stronger story.
properties (22)
authorgregor
permlinkre-charleshosk-re-gregor-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t165227605z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-19 16:52:27
last_update2016-08-19 16:52:27
depth3
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length951
author_reputation0
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id891,927
net_rshares0
@hexborg ·
Unless we are trying to enrich ourselves just by holding ETC, there's no good reason not to have perpetual inflation in my opinion. That would have the nice side effect of reducing the stake of the hacker, the  EF & co.
properties (22)
authorhexborg
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t195259514z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 19:53:00
last_update2016-08-18 19:53:00
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation17,199,423
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id876,640
net_rshares0
@jlufer ·
Gracias por compartir este material, me gusta lo que has publicado. Si deseas podes visitar mi blogg, votar,seguir o comentar con tus amigos.
properties (22)
authorjlufer
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t153521313z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 15:35:27
last_update2016-08-18 15:35:27
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation1,391,439,051,704,160
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id872,409
net_rshares0
@juansgalt ·
Fantastic article. Thank you very much for a very good read and interesting summary of critical ideas.
properties (22)
authorjuansgalt
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t030605310z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-19 03:06:06
last_update2016-08-19 03:06:06
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation5,491,568,781,465
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id882,498
net_rshares0
@linkback-bot-v0 ·
<div>  <p>  This post has been linked to from another place on Steem.  </p>  <ul>        <li>      <a href="https://steemit.com/ethereum/@cryptotrends/resources-ethereum-classic-evolves-at-a-rapid-pace"> [Resources] Ethereum Classic Evolves at a Rapid Pace </a>      by      <a href="https://steemit.com/@cryptotrends">  @cryptotrends </a>     </li>        <li>      <a href="https://steemit.com/money/@santiagomaicon/ethereum-classic-community-navigates-a-distinct-path-to-the-future"> Ethereum Classic Community Navigates a Distinct Path to the Future </a>      by      <a href="https://steemit.com/@santiagomaicon">  @santiagomaicon </a>     </li>        <li>      <a href="https://steemit.com/ethereum/@aajajim/the-hardfork-drama-is-an-opportunity-for-ethereum-classic-to-fixe-technical-challenges"> The HardFork drama is an opportunity for Ethereum Classic to fixe technical challenges </a>      by      <a href="https://steemit.com/@aajajim">  @aajajim </a>     </li>      </ul>  <p> Learn more about  <a href="https://steemit.com/steem/@ontofractal/steem-linkback-bot-v0-3-released">    linkback bot v0.3</a>   </p>   <p>Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise.   Built by @ontofractal</p></div>
properties (22)
authorlinkback-bot-v0
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-linkbacks
categoryethereum
json_metadata{}
created2016-09-10 22:47:09
last_update2016-09-10 22:47:09
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,253
author_reputation1,915,954,976,722
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,201,711
net_rshares0
@masterofswag69 ·
**"the fundamentals of ETC look solid"**
http://static2.fjcdn.com/thumbnails/comments/Quot+s+cuse+me+love+i+d+tell+her+to+go+herself+quot+_369da0e1fc33ff620d97e721132872d6.jpg
👍  ,
👎  
properties (23)
authormasterofswag69
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160819t010346024z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["http://static2.fjcdn.com/thumbnails/comments/Quot+s+cuse+me+love+i+d+tell+her+to+go+herself+quot+_369da0e1fc33ff620d97e721132872d6.jpg"]}
created2016-08-19 01:03:51
last_update2016-08-19 01:03:51
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length175
author_reputation35,065,873
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id881,071
net_rshares-852,442
author_curate_reward""
vote details (3)
@mayhemfreak ·
The question that we will never know the answer to is, how would the world have reacted to a no bailout? For crypto to  be accepted by the  majority of the world, and thus survive, hard decisions need to be made in critical times. Was the single bail out the correct decision, I think so yes! At least for the survival of Ethereum. Will Ethereum survive another big bail out, I don't think so. Can there be a truly autonomous system? Only time will tell. ETH may be a time bomb with the consensus change, but think of it differently: How much electricity is used by all the POW machines from all the POW coins? It surely can't be sustainable for the future! We had the industrial revolution already that wasted much of natural resources. Lets not repeat that again! My opinion is that the crypto world is watching ETH, and when they manage to pull off the POW to POS change all other coins should learn from it as less electricity use will only help in the survival of Crypto for the future.
properties (22)
authormayhemfreak
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t135258008z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 13:52:57
last_update2016-08-18 13:52:57
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length991
author_reputation249,966,835,898
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id870,880
net_rshares0
@moonjelly ·
$0.03
Hmm about the mining issue, I think miners will mine whatever it's most profitable depending on the hardware they own.
👍  
properties (23)
authormoonjelly
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t001552171z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 00:15:51
last_update2016-08-18 00:15:51
depth1
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation1,910,689,046,400
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,300
net_rshares65,304,083,294
author_curate_reward""
vote details (1)
@charleshosk ·
There is good empirical evidence of this with etc itself. This said, many miners have offered to donate profits to DApp development. I think we have more common interest than self-interest alone would suggest.
properties (22)
authorcharleshosk
permlinkre-moonjelly-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t005158604z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 00:51:57
last_update2016-08-18 00:51:57
depth2
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,803
net_rshares0
@naquoya ·
Thanks for your article. I'm still trying to understand the issue of ETH/ETC split, so still lots to learn. However I have a question, probably just a simple question, but from my studies I still can't find a solution - how does one store their ETC? For people that are new to to the scene since the fork, are there actually any wallets available? Thanks.
properties (22)
authornaquoya
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t015852583z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:58:48
last_update2016-08-18 01:58:48
depth1
children3
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length355
author_reputation49,473,351,596,458
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,652
net_rshares0
@carlgetalada ·
For now, as far I know, ETC wallets are in the exchanges like poloniex and bittrex.
👍  
properties (23)
authorcarlgetalada
permlinkre-naquoya-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t031304006z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 03:13:03
last_update2016-08-18 03:13:03
depth2
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation18,789,905,958
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id864,527
net_rshares58,864,203
author_curate_reward""
vote details (1)
@naquoya ·
Ok, thanks for that. This is the conclusion I had come to, but wasn't sure if I was missing something.
properties (22)
authornaquoya
permlinkre-carlgetalada-re-naquoya-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t045017287z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 04:50:12
last_update2016-08-18 04:50:12
depth3
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation49,473,351,596,458
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id865,578
net_rshares0
@eiaine ·
You can use Mist, or a web wallet like classicetherwallet.com
👍  
properties (23)
authoreiaine
permlinkre-naquoya-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t064818337z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 06:48:18
last_update2016-08-18 06:48:18
depth2
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation1,428,546,916
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id866,628
net_rshares54,247,403
author_curate_reward""
vote details (1)
@non-judgemental ·
I hold ETC, therefore I support it only because I do not support any bail-ins or bail-outs  that took place after the DAO attack.  I'm dissaponted in Ethereum Foundation. I truly beleive the mistake was understood and will never happen again.
properties (22)
authornon-judgemental
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t095443422z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 09:55:33
last_update2016-08-18 09:55:33
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length242
author_reputation16,261,261,524
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id868,180
net_rshares0
@notyomomma ·
$0.03
I like the idea of the hybrid model, and keeping mining part of the process while enabling a fair and transparent governance model.  The section on code as law is sobering, and I look forward to seeing the direction we take as a community on this front.  Earning trust will be essential.

This is an opportunity to create a roadmap based on the community's combination of experience and cutting edge knowledge -- which confirms and enhances trust in the unsullied blockchain.  

Thank you for the kick-start and being willing to take the brunt of the abuse for stepping up.
👍  , ,
properties (23)
authornotyomomma
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t004820121z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 00:48:18
last_update2016-08-18 00:48:18
depth1
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length573
author_reputation9,706,917,659
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,755
net_rshares65,691,531,069
author_curate_reward""
vote details (3)
@charleshosk ·
The good news is that we aren't in this process alone. There are a lot of potential allies if we are willing to be open and work with people. The community needs to stay positive and move methodically.
👍  ,
properties (23)
authorcharleshosk
permlinkre-notyomomma-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t005111165z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 00:51:09
last_update2016-08-18 00:51:09
depth2
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,793
net_rshares19,797,975,449
author_curate_reward""
vote details (2)
@playerdeus ·
Anything that is not about making it easier to create secure smart contracts isn't worth considering. And by the sounds of it, any real change to prevent another DAO like collapse is a long way off, plus I'd prefer solutions at the VM, the more layers of separation the more likely there is a bug or exploit between. It's like having javascript in one website protect your username and password from javascript on another website, and security falling into the hands of every web developer, but thankfully a web browser prevents that from being necessary.
👍  ,
properties (23)
authorplayerdeus
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t012850301z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:28:48
last_update2016-08-18 01:28:48
depth1
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length555
author_reputation131,902,064,702
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,283
net_rshares14,019,806,663
author_curate_reward""
vote details (2)
@charleshosk ·
I agree, which is why we at the very least need a standard library that is proven secure
👍  
properties (23)
authorcharleshosk
permlinkre-playerdeus-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t013157719z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:31:57
last_update2016-08-18 01:31:57
depth2
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,318
net_rshares13,964,556,050
author_curate_reward""
vote details (1)
@randyclemens ·
Update on ETC you may want to check out @jjepic & @newhampshire :)
properties (22)
authorrandyclemens
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t103401372z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["jjepic","newhampshire"]}
created2016-08-18 10:34:00
last_update2016-08-18 10:34:00
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation12,025,835,317,574
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id868,478
net_rshares0
@reality ·
I think ETC's biggest move it can do is to show some actual development successes, get some form of structure going, decide fairly early on if it intends to remain a PoW chain, and begin to embrace coming into its own. 

As a miner, i will be willing to sit aside a percentage of of my keep to help fund development, foundation, structure, whatever it may be because i feel that will in turn reap its reward and make mining more profitable.  If every miner can be willing to sit aside, say a additional 1% on top of the pool fee that will help tremendously and add up pretty quickly.  

As i said on my reddit post, i do firmly believe in "Code is Law", i do not however believe that the law of code is a excuse to pardon criminals nor a invitation to criminal elements.  I don't and still do not believe the fork was needed to correct the DAO fiasco. Just like the rogue white hat funds were frozen, i believe the same could of been done for the DAO hacker and can still be done. Then the funds can be returned to its rightful owners through the proper channels and authorities.  We did not need to interfere with the law of code to accomplish a correction.  Law of man and law of code can respect each other. Just because "Code is Law" dont make it ok to steal millions of dollars! 

But  yeah man, direction, goals, action, accomplishments. ETC needs it.
properties (22)
authorreality
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t044545479z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 04:45:48
last_update2016-08-18 04:45:48
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,357
author_reputation7,424,712
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id865,531
net_rshares0
@seberino ·
$0.03
The biggest thought on my mind is how to avoid the sort of controversy that leads to splits.  The ETH/ETC split may have been avoided if there wasn't such a deadline looming.  With all the good stuff proposed here let's make sure every change is discussed thoroughly and carefully so there is as close to 99% or 100% buy in if possible with each technical based fork.
👍  
properties (23)
authorseberino
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t010102787z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:01:03
last_update2016-08-18 01:01:03
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length367
author_reputation1,020,376,301
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,943
net_rshares65,304,083,294
author_curate_reward""
vote details (1)
@seberino ·
Oh and I forgot to say nice article.  If you like free errata....I think "succession" should be "secession"?
properties (22)
authorseberino
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t010224842z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:02:24
last_update2016-08-18 01:02:24
depth1
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation1,020,376,301
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,959
net_rshares0
@charleshosk ·
Thanks fixed.
properties (22)
authorcharleshosk
permlinkre-seberino-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t011020359z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:10:21
last_update2016-08-18 01:10:21
depth2
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,058
net_rshares0
@shootetxd ·
ETC just got a good potential in ETHF errors!

ETC have a solid concept and a many expert devs!
New blockexplorer, and nice wallets!
Fill ur pockets guys!
properties (22)
authorshootetxd
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t154941294z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 15:49:42
last_update2016-08-18 15:49:42
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation18,321,827,912
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id872,649
net_rshares0
@sressler ·
$0.39
I'm not technically astute enough to weigh the details but the whole creation of ETC effectively as an accidental side effect of the DAO hack, just smells very bad. I totally agree that the prime issue is non-technical...the community is fractured and consensus is a human problem not a technical one (just like the bitcoin block size issue). The crypto-currency and blockchain worlds are complicated enough the DAO hack and the resulting ETC creation are not good things.  Of course the whole issue of the immutability of the chain is a real issue and I suspect is the philosophy behind sticking with the old-chain (classic).  It's certainly a mess and I tend to think that ETC should just go away.
👍  , , , , , , , ,
👎  , ,
properties (23)
authorsressler
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t003847959z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 00:38:48
last_update2016-08-18 00:38:48
depth1
children5
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.307 HBD
curator_payout_value0.081 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length699
author_reputation33,637,169,873
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,619
net_rshares637,056,973,347
author_curate_reward""
vote details (12)
@charleshosk ·
Would you be happy if ETC diverged and became it's own currency and movement?
👍  ,
properties (23)
authorcharleshosk
permlinkre-sressler-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t004036220z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 00:40:36
last_update2016-08-18 00:40:36
depth2
children3
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,647
net_rshares121,123,272
author_curate_reward""
vote details (2)
@fldammy ·
$0.37
As a ETH guppy swimming over in the nanopool, I would appreciate if ETC would do just that.  I may or may not agree that a hardfork was the best option, but majority of leadership went in that direction.  As such, I am grabbing a couple extra filled canteens and mount up for a long ride in the desert.   To me, the exploiter(s) had two goals, to either kill Ethereum or to cripple it.  Had this been about money, the exploiter(s) would have gone for much smaller amount and leached as long as they could while Ethereum coin was soaring in value.  Instead they went with a brazen amount that would be noticeable and grab headlines to spook people/money away from Ethereum while creating chaos within the Ethereum community.   I understand people are standing on their principals with ETC, it's a big world and room enough for everyone.  Be as that may, ETC is the splinter from the main herd and the main herd is not coming back to merge back in with the splinter group.  ETC continuance is hurting ETH, IMO and as such is assisting the exploiter(s)' primary goal.   Yes this is an awful mess, but please, please, stop the bleeding.  Sew up the wounds and lets move forward to our separate destinies.
👍  , , , , ,
properties (23)
authorfldammy
permlinkre-charleshosk-re-sressler-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t073928446z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 07:39:27
last_update2016-08-18 07:39:27
depth3
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.282 HBD
curator_payout_value0.092 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,200
author_reputation20,910,619,783
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id867,059
net_rshares614,752,191,905
author_curate_reward""
vote details (6)
@sressler ·
$1.10
Very unclear, if it's underlying tech is the same as ETH then why bother, if it diverges into something unique then fine sure. Although I think its very existence diminishes the appeal of ETH and confuses people who would have to be clear about what's the difference between the two. Soooo unless there is a clear difference then I'd prefer it goes away. If it evolves into something truly different and unique make up a new name.
👍  , , , , ,
👎  
properties (23)
authorsressler
permlinkre-charleshosk-re-sressler-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t013143731z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:31:42
last_update2016-08-18 01:31:42
depth3
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.830 HBD
curator_payout_value0.273 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length430
author_reputation33,637,169,873
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id863,315
net_rshares1,514,963,425,755
author_curate_reward""
vote details (7)
@hexborg ·
>I'm not technically astute enough to weigh the details but the whole creation of ETC effectively as an accidental side effect of the DAO hack

You are mistaking a **bailout hardfork** with the event that originated it. We can say ETC is just a side effect of dinosaurs being extinct, how far do you want to go?

> just smells very bad

I would say the same about the conflict of interest displayed by the EF, and don't get me started on the whole ordeal with RHG *aka* EF.

>  totally agree that the prime issue is non-technical...the community is fractured and consensus is a human problem not a technical one (just like the bitcoin block size issue).

That's why the machine code has to be impartial. Otherwise I have a new coin for you: The Votecoin. The Votecoin (TV) is composed of a single central server where people can log in and vote on the state of the blockchain. How awesome is that? We can have consensus without wasting electricity on number-crunching.

>The crypto-currency and blockchain worlds are complicated enough the DAO hack and the resulting ETC creation are not good things.

No doubt the DAO hack was bad, but the silver lining is that we got to see we shouldn't trust a central authority with as much power as we've given the EF. On whose point of view ETC creation was not a good thing?

> Of course the whole issue of the immutability of the chain is a real issue and I suspect is the philosophy behind sticking with the old-chain (classic).

No doubt, Sherlock. That was the whole point...

>It's certainly a mess and I tend to think that ETC should just go away.

I tend to think you shouldn't be here.
👍  
properties (23)
authorhexborg
permlinkre-sressler-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t200618784z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 20:06:18
last_update2016-08-18 20:06:18
depth2
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,634
author_reputation17,199,423
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id876,852
net_rshares54,211,415
author_curate_reward""
vote details (1)
@team101 ·
$0.03
Interesting.  I'm reading and learning more about this system everyday.  Thank you for the article.
👍  
👎  
properties (23)
authorteam101
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t005723931z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 00:58:15
last_update2016-08-18 00:58:15
depth1
children1
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation12,700,047,182,916
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,897
net_rshares59,393,909,652
author_curate_reward""
vote details (2)
@charleshosk ·
Let me know if you have any questions.
properties (22)
authorcharleshosk
permlinkre-team101-re-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t005959282z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-18 01:00:00
last_update2016-08-18 01:00:00
depth2
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation19,199,524,494,804
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id862,920
net_rshares0
@xzars1 ·
Cool post! Here's a roadmap for Steemit: https://steemit.com/steemit/@xzars1/steemit-roadmap-and-the-near-future
properties (22)
authorxzars1
permlinkre-charleshosk-thoughts-on-an-ethereum-classic-roadmap-20160818t213518665z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/steemit/@xzars1/steemit-roadmap-and-the-near-future"]}
created2016-08-18 21:35:18
last_update2016-08-18 21:35:18
depth1
children0
last_payout2016-09-18 03:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation-459,912,856,461
root_title"Thoughts on an Ethereum Classic Roadmap"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id878,200
net_rshares0