1

Bitcoin-cli getnetworkinfo returns a list of human readable localservicesnames. Where can one find more info about them?

1 Answers1

2

You can find a list of the assigned (through the BIP process) service flags in the wiki protocol documentation.

The service flags supported by the reference client are defined in src/protocol.h .

Antoine Poinsot
  • 5,881
  • 2
  • 11
  • 28