LoginSignup
7
6

More than 5 years have passed since last update.

Smart Oraclesとはなにか?

Last updated at Posted at 2014-11-06

スマート・オラクル(Smart Oracles) とは何か?の説明です。
Ripple Labs の コーディアス(Codius)を念頭に置いています。

ざっくりな要約

例えば、ビットコインの外部の情報を使ってスマートコントラクトをしたい場合、その信頼できる情報を提供するサーバ(Oracle)をプログラミングできるようにしたサーバ
* Contract Host/Smart Oracles: Smart Contractを実行するホスト。プログラミングできるOracle

前提知識

以下のことを大雑把にでも知っていること

Smart Oracles とは何かの説明

Codius

  • スマートコントラクト、私達の実装ではCodiusは、スマートコントラクトを動かす簡単で強力なシステムです。
  • スマートオラクルは、現実世界に関する情報を提供するオラクルのアイディアをサンドボックスでコードを環境として融合しました。
  • スマート・オラクルは、外部世界の情報を提供し、契約者間で合意したコードを実行する、信頼できる、またはやや信頼できるエンティティです。

用語

  • Single (Trusted) Host Model
  • Multiple (Untrusted) Host Model

Bit-thereum (Gavin Andresenのアイディア)

大雑把に言うと、一つのホストじゃなくて、M-of-N multisig でやるのはどう?って話

Bitcoin上に"Bit-thereum"を作れるか?という話

The answer is "yes," if we're willing to replace "verified by the entire network" with "verified by a set of semi-trusted 'oracles'."
ethereum doesn't have some magic solution to the "data outside the blockchain" issue: as their whitepaper says, "a trusted source is still needed to provide the price ticker."  And there is already at least one startup working on a solution to the "data outside the Bitcoin blockchain" problem (Reality Keys).
Moving from one trusted source to M-of-N semi-trusted sources would be an improvement.
1. Whoever is involved in the contract gives the contract code to each of the N oracles and gets back N public keys.
2. The oracles would store the contract code and the private key, and should be willing to give out the public key to anybody who knows the contract code.
3. Anybody can then add funds to the contract by sending bitcoins into the M-of-N multisig made up of the public keys. And maybe associate some data with the escrowed funds by hashing it and include a prune-able OP_RETURN output with the hash.

Bit-thereum

Radio (Let's talk Bitcoin)

Beyond Bitcoin - 20 - Codius | Lets Talk Bitcoin

日本語情報

技術情報

翻訳

記事

ふわっとしかわかりません。

検索用語

  • ビットコイン, bitcoin
  • リップル, Ripple
  • Codius, コーディアス
  • 暗号通貨
  • スマートコントラクト, smart contract
  • Contract Host
  • Smart Oracle
  • Ethereum, Eris, Counterparty, Orisi,
7
6
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6