what is the type of built-in wallet deterministic wallet or nondeterministic wallet ?

+1 vote
also I need to know if there is any way to make addresses globally identified in each node once the creation rather than identified in only the node where I create it and import address one by one in each node ?
asked Apr 16, 2018 by mina
Note the spelling correction in the answer below – we hid your follow-on question but feel free to ask it again if it's still relevant.

1 Answer

0 votes
 
Best answer

You can consider each address in a wallet to be generated independently and randomly, so definitely not deterministic (also not in the HD wallet sense).

The creation of a new address is not itself an event on the chain, but you can certainly use a stream to publish a new address whenever it is created, and have other nodes subscribe to that stream and auto-import those new addresses using a walletnotify script.

answered Apr 17, 2018 by MultiChain
selected Apr 22, 2018 by mina
...