Merry Bitcoin Christmas! Ho ho ho 🎄 ✨
This PR updates -netinfo
to:
- use the getpeerinfo
connection_type
field (and no longer use getpeerinforelaytxes
for block-relay detection) - display manual peers count, if any, in the outbound row
- display the block relay counts in the outbound row only
- display high-bandwidth BIP152 compact block relay peers (
hb
column, to.
and from*
) - add support for displaying I2P network peers, if any are present
Testing and review welcome! How to test:
- to run the full live dashboard (on Linux):
$ watch --interval 1 --no-title ./src/bitcoin-cli -netinfo 4
- to run the full dashboard:
$ ./src/bitcoin-cli -netinfo 4
- to see the help:
$ ./src/bitcoin-cli -netinfo help
- to see the help summary:
$ ./src/bitcoin-cli -help | grep -A4 netinfo