Sorry posted in the wrong forum, this must be the correct one.
Hello, as a home lab hobbyist I was digging around my network and noticed the bitcoin-core node I run has a lot of peers from the same /64 IPv6 netblock.
These connections all have different subversion values, which confuses me.
I uploaded to gemini the output from getpeerinfo and they flagged a few things, 1) all these connections were inbound 2) these connections have sent very little data to me, but I've sent them a lot (no inv or tx or any data really).
Anyone got any advise?
You can simply ban them, there is no reason to overthink it. I think you should watch this thread as we have recently discussed a particular group of peers that are misbehaving in a parasitic way, and users were sharing with me various methods through which they can be identified and banned.
https://bitcointalk.org/index.php?topic=5585202In your case, you can simply ban every peer that you see from that netblock. It won't affect you negatively in any way. It may be that someone is running a lot of sybil nodes for Bitcoin Knots or for some other shady purpose.
Here is the command that you are looking for:
https://bitcoincore.org/en/doc/31.0.0/rpc/network/setban/, and you can find other command at this link.