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
What is the best way to create a local wallet/node similar to Bitcoin Core using Multichain
Is it correct create a new stream for every new user in the application to save his details
What is the command to know the number of nodes in the multichain blockchain?
Is lock time implemented? If yes, what is the easiest way to create a transaction to use it in multichain?
multichaind command unknown from Node 2. What is the problem?
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 is the command to create new wallet?
+4
votes
Hi ,
My understanding is wallet is an entity (Like account) which can hold multiple addresses, my use case needs multiple addresses under each wallet.
How can i create wallets? I didn't find any command to do that.
Thanks,
Mudassir Syed
asked
Jul 26, 2017
by
Syed
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
MultiChain currently has a single built-in wallet, which holds all the addresses of interest, and does not yet enable the creation of multiple wallets. That's why you can't find a command to create a new wallet.
answered
Jul 27, 2017
by
MultiChain
Can you use getnewaddress and/or createkeypairs to simulate ?
Yes, so long as you don't mind all addresses being accessed via a single set of API credentials.
So long as I create a new address and assign it only connect permissions then use that address as the node's api creds; then even if the sys was comprimised attackers would only be able to grab the key to an address with limited permissions on the blockchain yes?
Yes, if a node only has connect permissions then someone breaking into that node can only see the blockchain's transactions and nothing more. But an address is not related to a node's API credentials.
Please
log in
or
register
to add a comment.
...