How can I get a list of all the masternode public keys? I know I can get a list of the ip addresses with darkcoind masternode list. Is there a similar command to get the keys? Or is there a roundabout way I can do this?
darkcoind masternode list pubkeyHow can I get a list of all the masternode public keys? I know I can get a list of the ip addresses with darkcoind masternode list. Is there a similar command to get the keys? Or is there a roundabout way I can do this?
darkcoind masternode list pubkey
Well... that was easy. Thanks.
Not sure what are you asking about... that ^^^ is where help message is defined and that https://github.com/darkcoin/darkcoi...61f673483dc62e5c0a95/src/rpcdarksend.cpp#L569 is where actual functionality is.I'm slowly making my way through the codebase. Found this https://github.com/darkcoin/darkcoi...61f673483dc62e5c0a95/src/rpcdarksend.cpp#L540
Is there another location where the arguments are defined?