Can the Bitcoin script make a Google search?

2

2

This very interesting CCN Money article states

a script uses a data input such as a regular Google search to monitor real-world events that would automatically trigger disbursements or other actions

This part of the article suggests that the Bitcoin script could monitor external events, such as the result of a Google search, to trigger transfers. Can the Bitcoin script really do that?

Randomblue

Posted 2014-01-21T16:54:53.960

Reputation: 753

Answers

2

Bitcoin scripts are intentionally very limited, and can only access data inherent to the transaction (not even the blockchain it is in), in order to guarantee consistency (a script's validity cannot change over time).

However, there do exist ways to integrate external state into Bitcoin, through the use of oracles. See this wiki page for more information about those.

Pieter Wuille

Posted 2014-01-21T16:54:53.960

Reputation: 54 032