Author Topic: Where are the feeds  (Read 3659 times)

0 Members and 1 Guest are viewing this topic.

Offline Riverhead

I realise feeds for standbys are pointless for calculations sake as they'll be ignored. They may come in handy for 'choosing' from the standby delegates though. The more information the better. :)

Agreed. I vote for a few standbys and this is a factor. Basically, "How ready to go are they if they are needed right now".

Offline ozvic

  • Jr. Member
  • **
  • Posts: 44
    • View Profile
  • BitShares: trev
Standby delegates can't publish feeds, correct?
*confirmed*

Thanks, I originally thought it was only for wallet_publish_feeds, but now I realise it's for wallet_publish_price_feed as well.

I realise feeds for standbys are pointless for calculations sake as they'll be ignored. They may come in handy for 'choosing' from the standby delegates though. The more information the better. :)

Offline Riverhead

As a delegate, do you have to publish individual price feeds, or can you say publish the values of 10 bitassets and only pay one fee?
What is the fee that delegates have to pay to publish said price feed?
Cheers


You can publish any number of feeds as one transaction. Currently it is .1BTSX or about a third of a penny.


Code: [Select]

wallet_publish_feeds <delegate_account> <symbol_to_price_map>                                         publishes a set of feeds for BitAssets, only active delegates may do this
publishes a set of feeds for BitAssets, only active delegates may do this


Parameters:
  delegate_account (account_name, required): the delegate to publish the price under
  symbol_to_price_map (price_map, required): maps the BitAsset symbol to the price per BTSX




Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Standby delegates can't publish feeds, correct?
*confirmed*

Offline cryptillionaire

  • Full Member
  • ***
  • Posts: 153
    • View Profile
As a delegate, do you have to publish individual price feeds, or can you say publish the values of 10 bitassets and only pay one fee?
What is the fee that delegates have to pay to publish said price feed?
Cheers

Offline ozvic

  • Jr. Member
  • **
  • Posts: 44
    • View Profile
  • BitShares: trev
Here we are ... I checked the first 150 delegates for vaild (not older than
24h) feeds:

Standby delegates can't publish feeds, correct? Or am I doing something wrong?

Offline Riverhead

Are we cleared to open bitGLD?

Offline bytemaster

some more stats:
http://pastebin.com/raw.php?i=rR6bQV9X (all feeds)
http://pastebin.com/raw.php?i=hZTimBxA  (only valid feeds)

excerpt:
Code: [Select]
+-----------------------------+-----+----------+---------------------------------+
| delegate                    | top | numFeeds | asset                           |
+-----------------------------+-----+----------+---------------------------------+
| cny.bts500                  | 1   | 3        | BTC,  0.00007235 (med  -0.575%) |
|                             |     |          | CNY,  0.19046000 (med  +1.473%) |
|                             |     |          | USD,  0.03103319 (med  +1.416%) |
| bts.coin                    | 2   | 0        |                                 |
| delegate.bitsuperlab        | 3   | 3        | BTC,  0.00007130 (med  -2.018%) |
|                             |     |          | CNY,  0.18700000 (med  -0.370%) |
|                             |     |          | USD,  0.03050000 (med  -0.327%) |
| google.helloworld           | 4   | 0        |                                 |
| bimin.coin                  | 5   | 0        |                                 | |

the percentage is calculated as

( ( FEED_PRICE - MEDIANALLFEEDS ) / MEDIANALLFEEDS ) * 100

We might need to work a little more on the feed scripts!
looks better now

//edit: just figured out that the percentages also consider prices that are older than 24h .. gonna update
//edit2: updates

python3 script is over here: https://github.com/xeroc/pytshares/blob/master/publishedfeedsstats.py

We need this on the bitsharesblocks block explorer.... that then tracks the update frequency of the feeds.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
some more stats:
http://pastebin.com/raw.php?i=rR6bQV9X (all feeds)
http://pastebin.com/raw.php?i=hZTimBxA  (only valid feeds)

excerpt:
Code: [Select]
+-----------------------------+-----+----------+---------------------------------+
| delegate                    | top | numFeeds | asset                           |
+-----------------------------+-----+----------+---------------------------------+
| cny.bts500                  | 1   | 3        | BTC,  0.00007235 (med  -0.575%) |
|                             |     |          | CNY,  0.19046000 (med  +1.473%) |
|                             |     |          | USD,  0.03103319 (med  +1.416%) |
| bts.coin                    | 2   | 0        |                                 |
| delegate.bitsuperlab        | 3   | 3        | BTC,  0.00007130 (med  -2.018%) |
|                             |     |          | CNY,  0.18700000 (med  -0.370%) |
|                             |     |          | USD,  0.03050000 (med  -0.327%) |
| google.helloworld           | 4   | 0        |                                 |
| bimin.coin                  | 5   | 0        |                                 | |

the percentage is calculated as

( ( FEED_PRICE - MEDIANALLFEEDS ) / MEDIANALLFEEDS ) * 100

We might need to work a little more on the feed scripts!
looks better now

//edit: just figured out that the percentages also consider prices that are older than 24h .. gonna update
//edit2: updates

python3 script is over here: https://github.com/xeroc/pytshares/blob/master/publishedfeedsstats.py
« Last Edit: September 25, 2014, 12:49:34 pm by xeroc »

Offline Markus

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
ah .. I see .. I thought the delay closed with the release of 0.4.16 .. gonna change my publish policy right away

Isn't 0.4.17 coming out in a few hours?
Github says at block 578900 which is about 20 hours away.

Offline Mysto

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
ah .. I see .. I thought the delay closed with the release of 0.4.16 .. gonna change my publish policy right away

Isn't 0.4.17 coming out in a few hours?

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
ah .. I see .. I thought the delay closed with the release of 0.4.16 .. gonna change my publish policy right away

Offline bytemaster

BM asked us to hold off a week or so before opening new markets. Is that request expired? It was about a week ago...

Feeds for USD and BTC and CNY should continue...

I would hold on others until 0.4.17
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline Riverhead

BM asked us to hold off a week or so before opening new markets. Is that request expired? It was about a week ago...

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc