7 ms·
I don't think so, because Bitcoin Script is not Turing complete.
by mymosh 11y ago
I don't think so, because Bitcoin Script is not Turing complete.
- cdetrio 11y agoI've heard both arguments: (1) bitcoin script has no loops and so isnt turing complete; but (2) no loops is not a real limitation because the logic just be unrolled ahead of time and packed into a transaction. Ethereum script is said to only be quasi-turing complete because although it has loops, execution is metered by gas fees (functionally equivalent to bitcoin tx size).