Bitcoin: Re-thinking `bitcoin-cli -getinfo`

Created on 30 Oct 2019  ·  3Comments  ·  Source: bitcoin/bitcoin

Now that getinfo is no longer part of the RPC API, and client-side implementation is not subject to API stability, it's possible to start thinking about making it more user friendly.

I've made a start in #17302 by adding some status fields.

Some other potential ideas:

  • Remove noise: fields that users are unlikely to want to query often protocolversion, walletversion, keypoololdest (these three were done in #17650)
  • Multiwallet: List balance per wallet
  • List all proxies, at least if they're different from the IPv4 one
  • Alternative, more human-friendly, format besides JSON? Colors, progress bars :smile:?
Feature Utillolibs good first issue

Most helpful comment

We also need more emojis, obviously

All 3 comments

We also need more emojis, obviously

Hi @laanwj @MarcoFalke ,
This change removes the noisy unwanted fields listed under your first potential idea. If there is anything I should add or change please let me know.

Adding point 2 (Multiwallet: List balance per wallet). Proposals here if anyone would like to weigh in.

Was this page helpful?
0 / 5 - 0 ratings