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
Sporadically receiving connection error when doing JSON RPC requests
Failed to issue JSON-RPC request. C#
System.InvalidOperationException: Failed to issue JSON-RPC request.
Multiple JSON-RPC users
What is the Architecture of Multichain?
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
About JSON-RPC
+2
votes
Hi,
Just want to find out that is the JSON-RPC call api in multichain is compitable with the bitcoin core?
Thank You
multichain
json-rpc
bitcoin-core
asked
Oct 5, 2016
by
Sian20R
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Yes, MultiChain's API is backwards compatible with Bitcoin Core, but adds a lot of additional functionality on top. But the exception is the "accounts" mechanism, which is to be deprecated in bitcoin anyway. This is all explained in depth on the API docs page:
http://www.multichain.com/developers/json-rpc-api/
answered
Oct 6, 2016
by
MultiChain
Please
log in
or
register
to add a comment.
...