You are viewing a single comment's thread from:
RE: Witness Update #1 - 27/07/2017
The price feed error happens randomly, it's a bug https://github.com/svk31/steemjs-lib/issues/8
If you're using the dockerized feed, you can work around that by setting a crontab to restart it every 12 hours for example (my feed is set every 6 hours, 1 hour was too fast):
crontab -e
then add this at the end:
0 */12 * * * docker restart steemfeed
(assuming your container is named steemfeed)
I didn't know it was a bug! Thanks for informing me about this :)
Another tool you could use is Conductor by @furion, it has a price feed feature. I made a docker for it.
Oooh! "New" witness toy! 😀😀 Thanks!