]> Git Repo - VerusCoin.git/commitdiff
Update doc
authorjl777 <[email protected]>
Sun, 2 Sep 2018 18:11:03 +0000 (07:11 -1100)
committerjl777 <[email protected]>
Sun, 2 Sep 2018 18:11:03 +0000 (07:11 -1100)
src/cc/oracles.cpp
src/cc/prices.cpp

index 5c07582c0dc07ac04c2b7f4fc3e3caa5c869f496..b0ac46cf236744624017a48a7880be2af4bc5ade 100644 (file)
  create:
  vins.*: normal inputs
  vout.0: txfee tag to oracle normal address
- vout.1: opreturn with name and description and format for data
+ vout.1: change, if any
+ vout.n-1: opreturn with name and description and format for data
  
  register:
  vins.*: normal inputs
  vout.0: txfee tag to normal marker address
- vout.1: opreturn with createtxid, pubkey and price per data point
+ vout.1: change, if any
+ vout.n-1: opreturn with createtxid, pubkey and price per data point
  
  subscribe:
  vins.*: normal inputs
  vout.0: subscription fee to publishers CC address
- vout.1: opreturn with createtxid, registered provider's pubkey, amount
+ vout.1: change, if any
+ vout.n-1: opreturn with createtxid, registered provider's pubkey, amount
  
  data:
  vin.0: normal input
  vin.1+: subscription vout.0
  vout.0: change to publishers CC address
  vout.1: payment for dataprovider
- vout.2: opreturn with data in proper format
+ vout.2: change, if any
+ vout.n-1: opreturn with data in proper format
  
 */
 
index f865e45b153e0827b6cdb380e9ec6bf1269a544a..9b11aaa456bc40bc6ddc12d67bdefc1dea9e7bf3 100644 (file)
@@ -18,7 +18,7 @@
 /*
  Prices CC would best build on top of the oracles CC, ie. to combine payments for multiple oracles and to calculate a 51% protected price feed.
  
- CC locked funds can be used for automated trading
+ CC locked funds can be used for automated trading -> creating valid price
  
 */
 
This page took 0.029059 seconds and 4 git commands to generate.