Steem Price Feed https://github.com/doctorlai/pricefeed
146
Steem Witness Price Publish Tool https://github.com/doctorlai/pricefeed
docker pull justyy/pricefeed:latest
Edit config.yaml, see https://github.com/DoctorLai/pricefeed/blob/master/config.sample.yaml
rpc_nodes:
- https://api.steemit.com
- https://api.justyy.com
- https://api2.justyy.com
- https://api3.justyy.com
feed_steem_account: ${FEED_STEEM_ACCOUNT:-justyy}
feed_steem_active_key: ${FEED_STEEM_ACTIVE_KEY:-}
exchanges:
- poloniex
- binance
- slowapi
interval: 15
request_timeout: 20000
feed_publish_fail_retry: 5
price_feed_max_retry: 5
retry_interval: 10
peg_multi: 1
docker run -itd \
--name pricefeed \
-v $(pwd)/config.yaml:/app/config.yaml:ro \
justyy/pricefeed:latest
Content type
Image
Digest
sha256:39026558f…
Size
58.3 MB
Last updated
3 months ago
docker pull justyy/pricefeed