Latest Bitcoin script News

Infinite
Editorial 2 April 2022

Infinite and unbounded

Turing completeness does not require an infinite tape, and it was not an infinite tape that Turing mentioned in his paper; it was an unbounded system.

BSV as a virtual machine
Tech 17 September 2021

BSV as a virtual machine

Jerry Chan explores some more technical aspects behind Bitcoin BSV, and the lessor known under-the-hood components that are more of an interest to students of computer science.

Bitcoin
Tech 13 August 2021

BSV as a Turing machine

A common feature of computer languages which generally make them Turing complete is the ability for the language to allow for structured control flow of a program, either through loops or jumps.

Floating point in sCrypt
Tech 26 July 2021

Floating point in sCrypt

sCrypt does not support floating point natively, mainly due to the high overhead of implementing it using integral arithmetic in Bitcoin Script. However, there are many use cases where fractional numbers are indispensable.