ticker-cfg.yaml 992 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. # proxy2: http://gw2:8118
  6. ### Override the default cache directory (~/.cache/mmgen-node-tools):
  7. cachedir:
  8. ### Additional asset columns:
  9. # add_columns:
  10. # - cnhusd=x # Yuan
  11. # - 6j=f # Yen futures
  12. ### Asset rows
  13. ### Asset labels are arbitrary strings. Use as many or few as you wish.
  14. ### Invoke ‘mmnode-ticker --list-ids’ for a full list of supported asset IDs.
  15. assets:
  16. coin1:
  17. - btc-bitcoin
  18. - eth-ethereum
  19. - xmr-monero
  20. coin2:
  21. - ada-cardano
  22. - bnb-binance-coin
  23. commodity:
  24. - gc=f # gold futures
  25. - si=f # silver futures
  26. - bz=f # Brent futures
  27. fiat:
  28. - gbpusd=x # Pound Sterling
  29. - eurusd=x # Euro
  30. - chfusd=x # Swiss Franc
  31. index:
  32. - ^dji # Dow Jones Industrials
  33. - ^ixic # Nasdaq 100
  34. - ^gspc # S&P 500