$ ethermintd query bank balances --chain-id=ethermint_9000-1
I get
Error: decoding bech32 failed: invalid index of 1
Usage:
ethermintd query bank balances [address] [flags]
Flags:
--count-total count total number of records in all balances to query for
--denom string The specific balance denomination to query for
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for balances
--limit uint pagination limit of all balances to query for (default 100)
--offset uint pagination offset of all balances to query for
-o, --output string Output format (text|json) (default "text")
--page uint pagination page of all balances to query for. This sets offset to a multiple of limit (default 1)
--page-key string pagination page-key of all balances to query for
--reverse results are sorted in descending order
Global Flags:
-b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync")
--chain-id string The network chain ID
--fees string Fees to pay along with transaction; eg: 10aphoton
--from string Name or address of private key with which to sign
--gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1)
--gas-prices string Gas prices to determine the transaction fee (e.g. 10aphoton)
--home string directory for config and data (default "/Users/emmanuelodeke/.ethermintd")
--keyring-backend string Select keyring's backend (default "os")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
--node string <host>:<port> to tendermint rpc interface for this chain (default "tcp://localhost:26657")
--trace print out full stack trace on errors
of which that print out contains both an error message and then the usage/help message, which is distracting, unnecessary and occupies lots of space on a regular terminal.
Following the instructions at https://ethermint.dev/quickstart/interact_node.html, if I just do
I get
of which that print out contains both an error message and then the usage/help message, which is distracting, unnecessary and occupies lots of space on a regular terminal.