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
is there any tutorial available for creating a database?
Is there any other way for creating two nodes on the same machine?
Is the MultiChain JSON-RPC API can be used for any other asset apart from Bitcoin?
Is there any open source wallet available for multichain?
can we connect the multichain to mysql database or store the data in mysql??
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
Is there any need for other database like mysql when working in multichain?
+2
votes
asked
Oct 30, 2019
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
0
votes
By itself, multichain don't need any database aside, it create its own db made of blocks.
If you need to implement module that you create that use mysql then it would be something else.
answered
Oct 30, 2019
by
Inzider
In my project I have an additional mysql dB in order to decoupling personal data with the ones shared all over the nodes
Please
log in
or
register
to add a comment.
0
votes
MultiChain uses an internal embedded database for all of its own purposes, so you only need an external database if your applications wants to do something more.
answered
Oct 31, 2019
by
MultiChain
Please
log in
or
register
to add a comment.
...