ticker-cfg.yaml 805 B

123456789101112131415161718192021222324252627282930
  1. # Indentation must be consistent! Do not mix leading tabs and spaces.
  2. # See the curl manpage for supported --proxy parameters
  3. # For a direct connection, leave the right-hand side blank
  4. proxy: http://vpn-gw:8118
  5. # Override the default cache directory (~/.cache/mmgen-node-tools)
  6. cachedir:
  7. # Asset labels are arbitrary strings. Use as many or few as you wish.
  8. # Invoke ‘mmnode-ticker --list-ids’ for a full list of supported asset IDs.
  9. assets:
  10. coin1:
  11. - btc-bitcoin
  12. - eth-ethereum
  13. - xmr-monero
  14. coin2:
  15. - ada-cardano
  16. - bnb-binance-coin
  17. commodity:
  18. - xau-gold-spot-token
  19. - xag-silver-spot-token
  20. - xbr-brent-crude-oil-spot
  21. fiat:
  22. - gbp-pound-sterling-token
  23. - eur-euro-token
  24. index:
  25. - dj30-dow-jones-30-token
  26. - spx-sp-500
  27. - ndx-nasdaq-100-token