Please provide a sample java code to connect to a node?

0 votes
I am trying to connect through a node using java code but getting unable to connect error each time. It will be highly appreciable if someone can provide me sample working code in java to connect to a node.
asked Oct 25, 2015 by Abhi

1 Answer

0 votes
Any Java library designed for Bitcoin Core (or bitcoind as it used to be called) should work fine with MultiChain, as a starting point. See this page for some discussion:

http://bitcoin.stackexchange.com/questions/7529/how-to-communicate-between-java-and-bitcoind

Once you have it working you may need to add to it to support MultiChain's additional APIs.
answered Oct 25, 2015 by MultiChain
...