RE: Bitshares achievement: 1 Millionth Bitshares transaction!

You are viewing a single comment's thread from:

Bitshares achievement: 1 Millionth Bitshares transaction!

in bitshares •  7 years ago 

why not set your pricefeed script to susbscribe to block updates and publish feed on that callback ....assuming acceptable latency you should have inclusion on every block

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I was thinking about that last night, possible!

Though, this would require constant connection to a full node & my script currently only switches nodes when it encounters failures - I'd need to use a latency monitoring script to subscribe within acceptable latency ranges. Good idea though!

Check litepresence's work on node monitoring tools: https://github.com/litepresence/extinction-event

Thanks, that's on the agenda :D