Sign inSign up

justyy/pricefeed

By justyy

Updated 3 months ago

Steem Price Feed https://github.com/doctorlai/pricefeed

Image
Networking
Security
1

146

justyy/pricefeed repository overview

Steem Witness Price Publish Tool https://github.com/doctorlai/pricefeed

Step 1
docker pull justyy/pricefeed:latest

Step 2

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

Step 3

docker run -itd \
    --name pricefeed \
    -v $(pwd)/config.yaml:/app/config.yaml:ro \
    justyy/pricefeed:latest

Tag summary

Content type

Image

Digest

sha256:39026558f

Size

58.3 MB

Last updated

3 months ago

docker pull justyy/pricefeed