bitcoinknots / bitcoin

Bitcoin Knots enhanced Bitcoin node/wallet software
MIT License
200 stars 60 forks source link

Unexpected peers in the list #44

Open ghost opened 2 years ago

ghost commented 2 years ago

I observed that some peers with localhost address and random port appear in peers section (bitcoin-qt) intermittently. I have only bitcoin-qt running and nothing else that would use local node.

Config:

signet=1
txindex=1

image

Peers that I could see in last few minutes:

127.0.0.1:60819
127.0.0.1:60932

Is this related to https://github.com/bitcoin/bitcoin/issues/21747 in any way?