kyuupichan / electrumx

Alternative implementation of spesmilo/electrum-server
Other
721 stars 733 forks source link

Server appear multiple times in `peers` RPC command #727

Closed cculianu closed 5 years ago

cculianu commented 5 years ago
$ ./electrumx_rpc -p 9000 peers
Host                           Status   TCP   SSL Server             Min  Max  Pruning   Last Good    Last Try Tries              Source IP Address
testnet.imaginary.cash         good   50001 50002 ElectronX 1.8.11   1.2  1.4                  03s         13s     0                peer 70.36.125.75
bch0.kister.net                good   51001 51002 ElectronX 1.9.4    1.2  1.4                  03s         13s     0                peer 100.11.124.171
blackie.c3-soft.com            good   60001 60002 ElectrumX 1.9.4    1.2 1.4.1                  04s         13s     0                peer 95.76.228.22
blackie.c3-soft.com            good   60001 60002 ElectrumX 1.9.4    1.2 1.4.1                  05s         13s     0                peer 95.76.228.22

This happens with latest ElectrumX off git master.

@jkister is seeing this behavior too.

Note my server (and jkister's) is also listed in coins.py -- is that why? If I take it out of coins.py it stops happening.

kyuupichan commented 5 years ago

I've seen this for a while (probably a year) and never looked into it; it's harmless

cculianu commented 5 years ago

Fair enough, thanks.