How I could create users or accounts in Node?

+1 vote

How  I could create accounts or users in nodes? Because I try but it show error: 

error code: -26
error message:
Accounts are not supported with scalable wallet - if you need accounts, run multichaind -walletdbversion=1 -rescan, but the wallet will perform worse

Then I follow the instruction but it does not work. So I hope someone could help me.

Thanks.

 

 

asked Mar 8, 2017 by daco

1 Answer

0 votes

You should use getnewaddress to create a new address in a node, where each address can refer to a different account. The "accounts" system was a broken feature we inherited from Bitcoin Core, that is deprecated in the MultiChain wallet.

answered Mar 8, 2017 by MultiChain
...