BitShares Forum

Main => General Discussion => Topic started by: clayop on November 11, 2014, 05:13:57 pm

Title: Cannot publish price feed
Post by: clayop on November 11, 2014, 05:13:57 pm
I attempted to publish price feed with my delegate, but got this message.

Code: [Select]
mywallet (unlocked) >>> wallet_publish_price_feed delegate-clayop 0.0185 USD
10 assert_exception: Assert Exception
my->_blockchain->is_active_delegate( current_account->id ):
    {}
    th_a  wallet.cpp:1811 publish_price

    {"account_to_publish_under":"delegate-clayop","amount_per_xts":0.018499999999999999,"amount_asset_symbol":"USD","sign":true}
    th_a  wallet.cpp:1865 publish_price

    {}
    th_a  common_api_client.cpp:2035 wallet_publish_price_feed

    {"command":"wallet_publish_price_feed"}
    th_a  cli.cpp:556 execute_command

The delegate is running on 0.4.24-RC2 but blockchain info does not show its version name. (why?)
Title: Re: Cannot publish price feed
Post by: bytemaster on November 11, 2014, 05:15:28 pm
Is the delegate in the top 101?
Title: Re: Cannot publish price feed
Post by: clayop on November 11, 2014, 05:33:49 pm
Is the delegate in the top 101?

Nope. Far below top 101.
Title: Re: Cannot publish price feed
Post by: svk on November 11, 2014, 05:44:11 pm
Is the delegate in the top 101?

Nope. Far below top 101.

You can only publish feeds if you're in the top 101, that's why it's failing.
Title: Re: Cannot publish price feed
Post by: clayop on November 11, 2014, 05:47:48 pm
Is the delegate in the top 101?

Nope. Far below top 101.

You can only publish feeds if you're in the top 101, that's why it's failing.

Thanks for the answer :)
Title: Re: Cannot publish price feed
Post by: Markus on November 11, 2014, 09:59:44 pm
What if we allowed marginal delegates (maybe rank 102-120) to publish feeds? These feeds would be disregarded for the median. But that way those delegates could prove their reliability to attract votes.