akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

not seeing my neighbours list #41

Closed vanbak closed 6 years ago

vanbak commented 6 years ago

hi, and thanks again for the great app!

i had a node and iota-pm running for months with no issue.

today i pumped up my vps and just finished setting up the full node and the iota-pm..

everything seems to be working fine, apart from the fact, that i don't see my neighbours in the iota peer manager - i only see the node status. does this have something to do with adding additional features for authentication and/or view-only mode? or can i assume that it is an error on my end...

vanbak commented 6 years ago

issue is solved... the problem was in the update of the iota.ini. the new default is to have the neighbours hidden. change the following line

REMOTE_LIMIT_API="removeNeighbors, addNeighbors, interruptAttachingToTangle, attachToTangle, getNeighbors"

with

REMOTE_LIMIT_API="removeNeighbors, addNeighbors, interruptAttachingToTangle, attachToTangle"

and it will show the neighbours again... keep in mind they will be visible to everyone.