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
Try to use sendwithmetadatafrom and asset instead of native currency Error: value too small
Why use multi chain instead of a blockchain or a normal Internal Database
What side chains or version of MC to use for data storage
What is the purpose for assetref and when should it be used instead of asset name?
what is the best way to store user confidential info in blockchain instead traditional databases ?
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
What to use instead of "accounts" ?
+1
vote
There are a lot of rpc-clients that use "accounts" in coin daemon. What should developers use instead with a modern multichaind ? Or is it better to revert back to v1 (is it compartible with native-assets) ?
related to an answer for:
How I could create users or accounts in Node?
asked
Jan 30, 2018
by
albabosh
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
You should use different addresses to represent different user accounts, instead of the "accounts" mechanism in Bitcoin Core, which never worked well.
answered
Jan 30, 2018
by
MultiChain
Please
log in
or
register
to add a comment.
...