Live data from Hacker News

Ethereum is a next-generation cryptocurrency platform

ethereum.org

21–30 of 68 posts

Re: Ethereum is a next-generation cryptocurrency platform

#21
post #2

I like that it is mildly inflationary over the long term, as opposed to deflationary.

Yes, the built-in deflation seems to be Bitcoin's biggest question mark.

Other the hand, Bitcoin doesn't have to replace the complete currency system to become a useful medium for transactions.

So, a low-level of inflation can still be maintained via fiat currency.

(We obviously need a certain amount of inflation to encourage people to invest vs. hoarding their money.)

Re: Ethereum is a next-generation cryptocurrency platform

#23
post #9

If the devs are reading--the quotes scroll too quickly to comfortably read, especially with no way to control them or go back. Otherwise this is a gorgeously designed site.

Also, I would do away with clichés like "the only limit is your imagination" et similia as well as all the techno-babble. Keep it simple, don't overdo it.

And fix the typo "advanced trasaction" too...

Re: Ethereum is a next-generation cryptocurrency platform

#24

No, no a thousand times no... you are building weird machines[1] into the design of the money system. [1] https://www.usenix.org/system/files/login/articles/105516-Br...

Agreed. Bitcoin already has a built in transaction scripting language that is deliberately not Turing complete. Most of the issues actually stem in terms from timing and synchronizing with external variables...not the limitations of the scripting language. For example, for a while it was believed you could make cross-chain contracts secure (without a trusted third party) but, afaik, nobody managed to work out the subtle race conditions.

Re: Ethereum is a next-generation cryptocurrency platform

#25
post #15

First we had cryptocurrencies, now we have generic cryptocurrency platforms. How long until we see cryptocurrency platform platforms?

Technical term is "Factory". :^)

Well, it depends on context. In Java, they're factories. The more general term seems to be "platform". For the world of cryptocurrencies, I'd propose "mint".

Re: Ethereum is a next-generation cryptocurrency platform

#26
Am I the only one that finds the resemblance with SteamOS page disturbing? I thought halfway that there will be controller shown.

My opinion is that we need some better generation currencies that are extremely hard to scale for mining before doing advanced stuff with them.

Re: Ethereum is a next-generation cryptocurrency platform

#28

Am I the only one that finds the resemblance with SteamOS page disturbing? I thought halfway that there will be controller shown. My opinion is that we need some better generation currencies that are extremely hard to scale for mining before doing advanced stuff with them.

Ethereum is designed to be extremely hard to scale for mining. It does not use Bitcoin mining. Go read about it.

Re: Ethereum is a next-generation cryptocurrency platform

#29
post #3

Another Bitcoin crypto-clone. Why does this need crowdfunding? Is the traditional mining and conversion to other cryptocurrencies not enough of a financial reward?

Crowdfunding = developers will be instead drinking beer at local pub instead of coding their ass off. Best way to make sure that no results.

I'm sure some crowdfunded projects have ended up being mis-managed but that isn't a very fair statement to leverage against these guys (if you don't know them).

Re: Ethereum is a next-generation cryptocurrency platform

#30

Earlier quoted context omitted.

It seems there's a nice economical limit on script execution. If the contract during its executing consumes more resources (ops + memory) than fees attached to it, the it's simply considered invalid. That computation is done after the money is locked and the fee is attached, so if you do while(1){}, you are basically donating to a miner. I haven't finished reading everything yet, so I maybe totally incorrect. But I d…

I am less worried about while(1){} and more about viruses (either in-system or breaking out of it via exploits) roaming the blockchain semi-autonomously stealing or spying.

Ether scripts are not operating in unrestricted environment. They are turing-complete, but their environment and available memory are very restricted. A bug in the implementation may lead to denial-of-service attacks (just like similar bugs in Bitcoin), but it does not mean there will be ether viruses spreading through the network. At worst, it could be a global DoS issue that can be quickly fixed and the entire history reversed right before the problematic transaction.
Post reply on HN