Is there any way to block bitcoin-knots node as my peer?
While I was doing IBD using Bitcoin-core I currently have 10 peers connected to my node and when I bitcoin-cli getpeerinfo
, one of my peer was:
...
"timeoffset": 0,
"pingtime": 21.047328,
"minping": 0.555562,
"version": 70016,
"subver": "/Satoshi:28.1.0/Knots:20250305/",
"inbound": false,
"bip152_hb_to": false,
"bip152_hb_from": false,
...
Which obviously means someone is running bitcoin-knots node and I don't want to be connected to someone who runs a bitcoin client where only one dev is working and pushing directly to the main branch without any community review.
Is there any way to disconnect the peer other than the disconnectnode
rpc.
from Recent Questions - Bitcoin Stack Exchange https://ift.tt/MJj1FoZ
via IFTTT