Is it possible to have the same wallet active in two nodes?

+2 votes
Hello!

For example, if I have 4 multichain nodes.  Can two of them have the same wallet on them?  
 

On my node #1 I have a wallet with over 500 addresses, I would like to bring that wallet over to node #2 while ensuring the wallet stays active and usable on node #1.  So my wallet will be active at the same time on node #1 and node #2.  

Is this possible?

Thanks
asked Oct 4, 2017 by jward01

1 Answer

0 votes
Yes, take a look at the dumpwallet and importwallet APIs. But please note that you should not send transactions from two different nodes and from the same address simultaneously, because this will lead to double-spend clashes.
answered Oct 4, 2017 by MultiChain
...