Active connection using Java API

+1 vote
Team,

Before executing MultichainCommand Java API, i want to check whether the Node is active or not. Can you please suggest is there any way we can check the Node status active or not using Java API.
asked Sep 2, 2018 by RAMANUJA

1 Answer

0 votes

Try sending a getinfo command and see if you get back a legitimate response.

answered Sep 3, 2018 by MultiChain
...