Is it possible to have multiple wallets?

+2 votes
asked Mar 10, 2016 by SlobodanMargetic

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?
...