Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Please Provide Example of 4 steps of "To use an approval" of transaction-filter github code: To use an approval"
Connect to a node using raw JSON-RPC in Java
Which code can i write to connect the node.js to multichain blockchain running in a docker ?
AWS Cloud9: Multichain Error: Couldn't connect to the seed node (Please help)
Can you please provide me an example of "To use an approval" steps:
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
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
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
Issue while connecting with node using java client
Please
log in
or
register
to add a comment.
...