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 it possible to have the same wallet active in two nodes?
is it possible that there are N wallet in a Multichain node ?
Using multiple addresses as wallets
How to generate many wallets in the same Multichain node
is it possible to catch the trafic in multichian if i dont dont have the onnect permission
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 it possible to have multiple wallets?
+2
votes
wallets
asked
Mar 10, 2016
by
SlobodanMargetic
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
You can have many addresses in one wallet, and can control the address used for every operation. So this is effectively the same as having multiple wallets in one node.
answered
Mar 10, 2016
by
MultiChain
So if I add an asset to a node, does this asset automatically get assigned an adress in the wallet or does another wallet get created (assuming I did not use createrawtransaction )?
I was following the debug.log after inserting a single asset into a new blockchain and i noticed the following lines:
2016-03-09 14:04:28 AddToWallet a099b120c6fb9934b896d69339b049b38a8abf4c0e957b20c70a27a51cac7715 new; Time: 0.035799
2016-03-09 14:05:40 AddToWallet 1635ef9a0a2077a97815c4c6907c7bb55b6f0158e65a35dd2bb4c4272cd2db25 new; Time: 0.040325
2016-03-09 14:05:40 AddToWallet 1635ef9a0a2077a97815c4c6907c7bb55b6f0158e65a35dd2bb4c4272cd2db25 ; Time: 0.000004
2016-03-09 14:05:49 AddToWallet 1635ef9a0a2077a97815c4c6907c7bb55b6f0158e65a35dd2bb4c4272cd2db25 update; Time: 0.010039
Can you please explain what is happening here since we only added one asset?
Please
log in
or
register
to add a comment.
...