Display cryptocurrency and other asset prices in convenient tabular format,
with optional display of your portfolio. Output is highly configurable.
Usage information:
$ mmnode-ticker --help
6 lines
277 B
YAML
6 lines
277 B
YAML
# List each asset and amount in your portfolio here.
|
|
# Amounts should be strings rather than floating-point values.
|
|
# Invoke `mmnode-ticker --list-ids` for a full list of supported asset IDs.
|
|
btc-bitcoin: '1.23456789'
|
|
eth-ethereum: '2.3456789012'
|
|
xmr-monero: '4.5678901234'
|