Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX
by
oblox
on 27/01/2015, 21:10:34 UTC
What do I need to type in mac masternode wallet just to see my own masternode IPs and not the whole list? I wanna check if they are active but don't wanna search them out of 2000 nodes. Thanks.

No way that I know of. I copy all the IPs into a text doc and do a search for my IP

Use the daemon and from the terminal do:

Code: (terminal)
darkcoind masternode list | grep 'myIPaddress'



He was asking about the Mac Qt, Prop...

Could always do all of them from the remote masternode using:

./darkcoind masternode list | grep -e IPADDRESS -e IPADDRESS2 -e IPADDRESS
would be easy to add such behaviour to the client tbh. got to think about that.

Perhaps in an extra nodelist.conf file with the IPs that are referenced in the client. Then again, if you are using start-many, the IPs are already listed in the masternode.conf file. Just wanted to keep it open for those that aren't using start-many.