Bitcoin-cli getnetworkinfo returns a list of human readable localservicesnames. Where can one find more info about them?
Asked
Active
Viewed 79 times
1
-
1Hmm, the wiki lacks some of them. Updating it and will post an answer :) – Antoine Poinsot Dec 14 '20 at 19:56
1 Answers
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