Author

Topic: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts - page 243. (Read 821107 times)

full member
Activity: 252
Merit: 100
Don't know, but I must say that ETC has managed to remain standing despite the hard dumps in recent times.
member
Activity: 107
Merit: 10
BTC USD trading platform will be on-line ETC! Is this true?

http://btc12.com/thread-349.htm
hero member
Activity: 546
Merit: 500


Wow ..great news for ETC

ETC is currently around 15 times lower price than ETH

I hope we reach parity soon

Chinese whales are looking to buy huge amounts maybe

GO GO ETC
member
Activity: 69
Merit: 10
legendary
Activity: 2912
Merit: 1060
The only thing dying is ethf
hero member
Activity: 588
Merit: 503
Free Julian Assange
where is the ETC immutability? hardforked?  Huh Tongue

member
Activity: 69
Merit: 10
Great interview with Charles featuring discussion about ETC and blockchain in general.

CryptoHolics Ep.01 : https://www.youtube.com/watch?v=OLsMIf3sUnc

sr. member
Activity: 517
Merit: 257
CryptoTalk.Org - Get Paid for every Post!
This is a great time to buy or mine ETC. I can remember looking back at ETHf before the fork when it was at $0.87 and thinking "Look at that bloated piece of crap, price is inflated way over what it should be."

Well...
legendary
Activity: 1241
Merit: 1005
..like bright metal on a sullen ground.
Hi everyone,

Just wanted to let you know that now that we have completed the last protocol update, focus has shifted towards other things like development and monetary policy. There is a lot of discussion going on currently in Slack and it would be great if you can join the conversation. I'll post an excerpt from one of the conversations below to spark some discussion possibly.

https://docs.google.com/document/d/1jVM3iN1ClVrDjZ4AcJRAQyn24B1NN6Y5_X5IpLrT9Ss/edit?usp=sharing

Are there any other better hybrid models other than using POW & POS?

Well, it's still based on POW/POS, but how about Theymos' 3-way Hybrid idea (or a variation thereof):

https://bitcointalksearch.org/topic/m.16610019
hero member
Activity: 658
Merit: 503
ETC will probably be revived if ETH hardforks to PoS or before
member
Activity: 122
Merit: 16
silent die???

Absolutely! ETC is dying a slow agonizing death. R.I.P.
legendary
Activity: 1078
Merit: 1000
more anonymity for better fungibility and a limited suply would be more important then switching to pos. at the moment. we are fine with pow. and time isnt ready for pos. enduser phones and pc and tablets arent ready.

for now the coin needs to gain market cap and stabelice trust.
 
limit amount of coins.( investors will like this)

no hf every month. Hf are only done if it pass the rules implemented in code.(exchanges will apriciate that also its a way to make techinqual updates easier)

a new coded wallet. (good for devs and will show them what is hidden in the eth code like the diff bomb for example)

funds for devs.  (% of fees?)

just puting this thought our for dicussion



legendary
Activity: 1862
Merit: 1505
ETC now at $0.87... and I'm predicting that it's the very right time to either mine or buy it.
copper member
Activity: 416
Merit: 105
silent die???
hero member
Activity: 1876
Merit: 512
The price is dropping agreed, the speculators too have let, it is time to see fundamentals drive the price up, I was told there are alot of  work being done underground, it now we can proof we care about this project. FUD will not help
newbie
Activity: 14
Merit: 0
https://medium.com/@yobanjo/ethereum-wont-scale-like-you-ve-been-told-cae445bef539#.r9ft3bdpe


Quote
Ethereum won’t scale like you’ve been told.
If you followed the Ethereum project over the last few years you might be familiar with the great amount of hype that comes with its community and founders. No matter if it’s app developers that claim to have a “Uber killer” or a presentation about “Decentralized Commercial Banking”… big claims are made as only the sky seems to be the limit.

Ethereum founder Vitalik Buterin gave a presentation called “The Mauve Revolution” where he talks about “tens of thousands of transactions per second” for Ethereum. If we dive some further into these claims it all comes down to the following:

Founder of Ethereum Vitalik Buterin claims he has found the ultimate solution to the problem of scalability haunting cryptocurrency networks. That will be made possible with lightning networks and sharding.

The current Bitcoin blockchain is limited to around 7 transactions per second and that number is around 15 for Ethereum. When talking about Ethereum, “transactions” aren’t the only thing that counts. Ethereum is a “decentralized computer” that runs contacts and transactions are only a small part of that. But even when we look at transactions only… the “tens of thousands of transactions per second” don’t add up. This is due to some limitation of “lightning networks”. Great that we have off-blockchain transactions but every coin in a “channel” will end up on the blockchain after all. Let’s say ALICE wants to give some Ether to BOB for a game. Why would they use a lightning network? It would only lock the Ether in some off-blockchain channel where Bob can’t do anything with it except for paying someone else. The same goes for the whole idea of a “decentralized computer” where you need Ether (gas) to run code. So all coins need to end up on the blockchain anyway. But even if we assume that 95% of all transactions take place off-blockchain? Would it match the “tens of thousands of transactions per second” for the system as a whole? The answer is no, let’s see why:

10.000 x 0.05 (5%) = 500 Tps which still take place on the blockchain.

And as we learned from Vitalik himself the current Ethereum implementation is only capable of doing 15 of them. So even with a very popular lightning network the Ethereum ecosystem goes up in smoke quite fast if the transaction volume goes up.

Time to look at the second part of the solution called “Sharding”. This idea comes close to a “multi-core” implementation on regular computer chips. Only in this case we work with a combination of several blockchains (sidechains) and EVMs (Ethereum Virtual Machines). In this article the following claim is made:

After the initial basic sharding (which will result in the implementation of Ethereum 2.0) Ethereum 3.0 will be developed — a blockchain system that will be capable of infinite sharding.

This one goes to eleven? Wrong! This one will have “infinite sharding”! That’s right: with enough EVM’s and sidechains Ethereum is capable of doing almost everything. Although this claim is again far from truth. Vitalik talks about a “main chain” to interact with several sidechains. Think of it like a Merkle tree-structure where the hashes of the lower blocks end up in the highest chain. This is completely different from your average Intel chip where calculations do happen in parallel. This is where the speed-improvement comes from. So can’t we run the EVMs in parallel then? No, this is extremely hard to sync as each sidechain has it’s own miners. 1 chain might have a valid block in 4 seconds while the other one takes up to 65 seconds. Just like the current network with only 1 blockchain:

Time delays will prevent Ethereum from infinite sharding.

And even if we could add 100 sidechains in parallel with a guaranteed blocktime we’re still in trouble with the 10K transactions per second. It means we have 100 Tps per chain (assuming even distribution). That’s far more than the 15 Tps which are possible at Ethereum’s current implementation. And notice that I’m talking about transactions here, not about calculations.

......................
.........
....
.....



legendary
Activity: 910
Merit: 1000
Hi everyone,

Just wanted to let you know that now that we have completed the last protocol update, focus has shifted towards other things like development and monetary policy. There is a lot of discussion going on currently in Slack and it would be great if you can join the conversation. I'll post an excerpt from one of the conversations below to spark some discussion possibly.

https://docs.google.com/document/d/1jVM3iN1ClVrDjZ4AcJRAQyn24B1NN6Y5_X5IpLrT9Ss/edit?usp=sharing

Great news
Well i think ethereum classic begining has comunity except on slack and other forum, there is forum ethereumclassic.org, unfortunately members of forum are still small amount and still seldom users who make updating on there, personality i have made account on there.
sr. member
Activity: 444
Merit: 250
Hi everyone,

Just wanted to let you know that now that we have completed the last protocol update, focus has shifted towards other things like development and monetary policy. There is a lot of discussion going on currently in Slack and it would be great if you can join the conversation. I'll post an excerpt from one of the conversations below to spark some discussion possibly.

https://docs.google.com/document/d/1jVM3iN1ClVrDjZ4AcJRAQyn24B1NN6Y5_X5IpLrT9Ss/edit?usp=sharing

Are there any other better hybrid models other than using POW & POS?
member
Activity: 69
Merit: 10
Hi everyone,

Just wanted to let you know that now that we have completed the last protocol update, focus has shifted towards other things like development and monetary policy. There is a lot of discussion going on currently in Slack and it would be great if you can join the conversation. I'll post an excerpt from one of the conversations below to spark some discussion possibly.

https://docs.google.com/document/d/1jVM3iN1ClVrDjZ4AcJRAQyn24B1NN6Y5_X5IpLrT9Ss/edit?usp=sharing
newbie
Activity: 1
Merit: 0
https://soundcloud.com/cryptoholics/cryptoholics-ep01
https://www.youtube.com/watch?v=OLsMIf3sUnc

Bill Cassidy Interviews Charles Hoskinson.

Charles gives a brief history about how he got started in the industry. Bill asks him questions about Ethereum, The DAO and the history there which ultimately lead to the creation of Ethereum Classic.

They then go into Governance and Treasury Models, more specifically about DASH's Decentralized Governance by Blockchain. Charles gives his input about some of the faults the system may have.

Charles Gives his take on ZeroCoin technology and tells a story about a sushi dinner with ZCash founder Zooko Wilcox. They finish it off with discussion about the future of cryptocurrencies and what may happen within the next 5-10 years.

Join us at http://www.cryptochat.io to discuss today's episode
Jump to: