difference between Account /addess/wallet ?

+2 votes
What is the difference between account/address/wallet.

We are developing web gui for atomic transaction using multichain and nodejs.

I have created 3 nodes and i want to create accounts for 10 users.How should i do that?
asked Mar 1, 2016 by Neil P

1 Answer

0 votes

We recommend not using the accounts mechanism inherited from Bitcoin Core at all. Instead, use multiple addresses per node, and then use the per-address APIs such as getaddressbalances, sendassetfrom, preparelockunspentfrom.

answered Mar 1, 2016 by MultiChain
...