Any crypto or finance asset may be specified.
Examples:
# Display percentage changes in relation to Bitcoin:
$ mmnode-ticker --widest --pchg-unit=btc
# In relation to Gold:
$ mmnode-ticker --widest --pchg-unit=gc=f
# In relation to Euros:
$ mmnode-ticker --widest --pchg-unit=eurusd=x
# In relation to the Nasdaq Index:
$ mmnode-ticker --widest --pchg-unit=^ixic
14 lines
178 B
YAML
14 lines
178 B
YAML
sort: d
|
|
pchg_unit: btc
|
|
|
|
assets:
|
|
coin1:
|
|
- btc-bitcoin
|
|
- ltc-litecoin
|
|
- eth-ethereum
|
|
- xmr-monero
|
|
- bad-badcoin
|
|
commodity:
|
|
- gc=f
|
|
- si=f
|
|
- bz=f
|