Could someone who likes this article share what they liked about it? I'm getting the idea that it's either 1. A fun proof of principle project 2. entertains more "compute" ideas on blockchains, kinda like Ethereum
Turing Machines on Bitcoin
11–20 of 80 posts
Re: Turing Machines on Bitcoin
#12This is the perfect representative of blockchain technology because it’s a convoluted way to do something that is better done with existing technologies without using a blockchain.
I'm glad I hit the reload button before writing my comment, I was going to say the exact same thing. EDIT: Okay blockchain zealots, downvote and flag my comment all you want, but if for once one of you could actually show a project that uses a blockchain (other than so-called "cryptocurrencies" which are essentially used as a speculation asset) and which cannot be implemented better and more efficiently with other te…
Re: Turing Machines on Bitcoin
#13This is about Bitcoin SV (BSV), not Bitcoin (BTC)
The solution presented in the article uses the bitcoin protocol. BSV is just one implementation of that. It could also work on BCH if some default limits were lifted, and (theoretically, not economically) possible on BTC.
Can you list what those default limits are, and how big the needed changes are?
Re: Turing Machines on Bitcoin
#14This is the perfect representative of blockchain technology because it’s a convoluted way to do something that is better done with existing technologies without using a blockchain.
I'm glad I hit the reload button before writing my comment, I was going to say the exact same thing. EDIT: Okay blockchain zealots, downvote and flag my comment all you want, but if for once one of you could actually show a project that uses a blockchain (other than so-called "cryptocurrencies" which are essentially used as a speculation asset) and which cannot be implemented better and more efficiently with other te…
Re: Turing Machines on Bitcoin
#15This is the perfect representative of blockchain technology because it’s a convoluted way to do something that is better done with existing technologies without using a blockchain.
Until you want do something completely distributed that requires trust. The runtime isn't great, but then again, what runtime is better that meets those requirements? ACH is far slower than many blockchain solutions, for example.
And then a trustless system helps... how exactly?
Oh, it doesn't, because you'll have to recreate all the trust institutions of the non-blockchain world. And, look, all blockchain "solutions" are busy doing exactly that.
Re: Turing Machines on Bitcoin
#16This is about Bitcoin SV (BSV), not Bitcoin (BTC)
The solution presented in the article uses the bitcoin protocol. BSV is just one implementation of that. It could also work on BCH if some default limits were lifted, and (theoretically, not economically) possible on BTC.
Re: Turing Machines on Bitcoin
#17Re: Turing Machines on Bitcoin
#18Re: Turing Machines on Bitcoin
#19Earlier quoted context omitted.
The solution presented in the article uses the bitcoin protocol. BSV is just one implementation of that. It could also work on BCH if some default limits were lifted, and (theoretically, not economically) possible on BTC.
BSV and Bitcoin (BTC) are incompatible protocols, so this is just a straight out lie. Sure, it can be added to BTC as long as there's a use case and concencus for it, but so far there isn't.
Both implementations have a large intersection. Dogecoin, Litecoin and Dash also use the bitcoin protocol and should also work.
> Sure, it can be added to BTC
The presented solution does not require a protocol change. BSV is essentially the original bitcoin protocol (with few small exception); nothing was added to the protocol to implement the turing machine. BTC has some of the scripting opcodes disabled but they can either be implemented using other opcodes (no change) or they could be reenabled as a new SegWit deployment (requires change). However, the issue you'll run into in practice is that the reference implementation (Bitcoin Core) has very small limits set and discourages scripting. You'll have to find a miner that mines the custom scripting transactions. And, well, fees are another issue.
Re: Turing Machines on Bitcoin
#201: The claim is "It is straightforward to adapt the Turing machine contract above to implement any other Turing machines, by simply changing the states, the symbols and transition function. Thus, any Turing machine can be simulated on Bitcoin, conclusively proving Bitcoin is Turing-Complete by definition. QED."