ticker-cfg.yaml 833 B

12345678910111213141516171819202122232425262728293031
  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 rows
  8. ### Asset labels are arbitrary strings. Use as many or few as you wish.
  9. ### Invoke ‘mmnode-ticker --list-ids’ for a full list of supported asset IDs.
  10. assets:
  11. coin1:
  12. - btc-bitcoin
  13. - eth-ethereum
  14. - xmr-monero
  15. coin2:
  16. - ada-cardano
  17. - bnb-binance-coin
  18. commodity:
  19. - xau-gold-spot-token
  20. - xag-silver-spot-token
  21. - xbr-brent-crude-oil-spot
  22. fiat:
  23. - gbp-pound-sterling-token
  24. - eur-euro-token
  25. index:
  26. - dj30-dow-jones-30-token
  27. - spx-sp-500
  28. - ndx-nasdaq-100-token