Connection not established

+2 votes

This are not nodes in the peerlist ... they seem to be some old nodes that do not exist anymore (I suppose because of dynamic ip). When using -debug=net they show up.

If I try to remove them with addnode, obviuosly it doesnt work, because they are not there.

./multichain-cli testnet1 addnode "12.123.250.15:4566" remove
{"method":"addnode","params":["12.123.250.15:4566","remove"],"id":1,"chain_name":"testnet1"}

error code: -24
error message:
Error: Node has not been added.

In the debug.log i see these old IP's .. how do I remove them? were are they stored?

2018-09-14 21:36:43 net: Trying to connect to 12.123.250.15:4566
2018-09-14 21:36:43 net: trying connection 12.123.250.15:4566 lastseen=3032.3hrs
2018-09-14 21:36:48 net: connection to 12.123.250.15:4566 timeout
2018-09-14 21:36:48 net: Connection not established

 

 

 

asked Sep 14, 2018 by Fer

1 Answer

0 votes
OK, thanks for the follow-up question. What I wrote earlier wasn't correct in this case. The node will just be forgotten automatically after enough time of it not working. Is there a reason why you need it explicitly removed immediately?
answered Sep 17, 2018 by MultiChain
debug net - last seen nodes - remove
...