Previous discussion https://news.ycombinator.com/item?id=9987142 Give me any ethereum use-case & I'll tell you how to do it with bitcoin. Is it advantageous if a DSL is turing complete? It is not that bitcoin 'cannot have' a turing complete script but that it is unsafe & there is no need to do so. Turing completeness can be applied on an upper abstraction. There is nothing that ethereum can do that bitcoin cannot! Th…
> Give me any ethereum use-case & I'll tell you how to do it with bitcoin. Is this your opinion because you truly believe it or because you have a horse in the bitcoin race? I'm not saying that Ethereum is superior to bitcoin but at least from a brief look over it, it seems to make quite a bit of sense. Whereas my experience with bitcoin is that it's an incredibly hacky and questionable system that primarily survives…
Ethereum: Rise of the World Computer
61–70 of 243 posts
Re: Ethereum: Rise of the World Computer
#62And I just killed my thread doing 1M hashes a sec, because I found out that 6MHash/sec = 5 Eth/month on average.
I'll spend my time learning other things, mainly because this is inaccessible to me.
Re: Ethereum: Rise of the World Computer
#63Previous discussion https://news.ycombinator.com/item?id=9987142 Give me any ethereum use-case & I'll tell you how to do it with bitcoin. Is it advantageous if a DSL is turing complete? It is not that bitcoin 'cannot have' a turing complete script but that it is unsafe & there is no need to do so. Turing completeness can be applied on an upper abstraction. There is nothing that ethereum can do that bitcoin cannot! Th…
> SatoshiDice is a dapp that was built using bitcoin. But SatoshiDice was not trustless; it was only provably-fair. By sending your dice bet to satoshidice, you were trusting them to actually pay you if you won instead of just keeping your money (though you didn't have to trust that they were using a fair die). An on-chain dice contract is completely different, because there's no central operator that you have to tru…
Re: Ethereum: Rise of the World Computer
#64Earlier quoted context omitted.
It was a pump'n'dump. Lots and lots of people on the Reddit bitcoin-related subs reported PM spam about Ethereum, for instance.
Pump and dump the way you phrased it, seems to auggest the entire thing is a pump and dump scheme. Either way, the price fluctuates woldly as people try to do this scheme, but the company raised $15m and appears to be actively developing the tech. So whether it works(it appears promising) or not, they seem to be svidly trying
The fundraiser, of course, was a pre-mined altcoin.
Re: Ethereum: Rise of the World Computer
#65Earlier quoted context omitted.
> Give me any ethereum use-case & I'll tell you how to do it with bitcoin. Is this your opinion because you truly believe it or because you have a horse in the bitcoin race? I'm not saying that Ethereum is superior to bitcoin but at least from a brief look over it, it seems to make quite a bit of sense. Whereas my experience with bitcoin is that it's an incredibly hacky and questionable system that primarily survives…
Yep ethereum has been out for what 6 months and look at all of development on top of it already. BTC has tons of VC money and I see nothing interesting beyond a few regulated exchanges. But oh ya we are all suppose to believe BTC can do all of this but apparently nobody really knows how. It's really just a bunch of people that think BTC is special because it was first, but it lost it's first mover advantage. https://…
I have previously answered a few use cases here [https://news.ycombinator.com/item?id=10846788]
Re: Ethereum: Rise of the World Computer
#66Is there a "Hello World" version of a DAC? What is the simplest contract I can make? And do I need a 3rd party oracle to confirm anything?
contract Hello { string greeting; function setName(string name) { greeting="Hello "+name; } }
The solidity compiler will automatically produce a "getter" function to retrieve the greeting.
Re: Ethereum: Rise of the World Computer
#67Unfortunately, I'm trying to obtain a small amount of ethereum currency to experiment with this.. And I just killed my thread doing 1M hashes a sec, because I found out that 6MHash/sec = 5 Eth/month on average. I'll spend my time learning other things, mainly because this is inaccessible to me.
Re: Ethereum: Rise of the World Computer
#68Is there a "Hello World" version of a DAC? What is the simplest contract I can make? And do I need a 3rd party oracle to confirm anything?
Running it is about as far as I got with my investigations.
Re: Ethereum: Rise of the World Computer
#69Crypto has come a long way since Ethereum was first conceived and what was impossible only a few months ago is now 100% practical. Today there are A LOT of new techniques that allow us to largely implement decentralized autonomous applications on any blockchain (no matter how limited) - a fact I feel often gets missed out in all of the Ethereum hype. If you have a lot a techniques like zero-knowledge proofs, homomorp…
Sure, bitcoin script can in theory compute any computable problem (as can any turing machine). But it doesn't have native access to the data it needs, so pretty much any input you'd want to use needs to be put there by a trusted "oracle" (through a clever encoding into UTXO logic). For example, bitcoin script can't compare the amount of coins sent to two different bitcoin addresses, so you'd need to use oracles to do that [1]. In ethereum script it is trivial to do it on-chain (no oracles needed), since it was designed from the ground up for such use-cases (i.e. "smart contracts").
1. http://bitcoin.stackexchange.com/questions/36229/bitcoin-scr...
Re: Ethereum: Rise of the World Computer
#70Earlier quoted context omitted.
Yep ethereum has been out for what 6 months and look at all of development on top of it already. BTC has tons of VC money and I see nothing interesting beyond a few regulated exchanges. But oh ya we are all suppose to believe BTC can do all of this but apparently nobody really knows how. It's really just a bunch of people that think BTC is special because it was first, but it lost it's first mover advantage. https://…
Please give me an ethereum use case & I'll try to tell you how you can do it with bitcoin. I have previously answered a few use cases here [ https://news.ycombinator.com/item?id=10846788 ]