second server with same(persistent) waller address

+1 vote
Hi

In this tutorial: https://www.multicchain.com/getting-started/ we have this command: multichaind chain1@[ip-address]:[port]
If I restart the sencond server several times and execute the previous command, a new wallet address is always generated.

Is it possible to start the second server and always use the same address?
That is, I don't want the second server to keep generating new wallet addresses on each connection, is it possible for the second server to always use the same wallet address?

thanks
asked Jan 21, 2022 by Monteiro

1 Answer

0 votes

The second server should not generate a new address every time it is started up – why do you think it is doing this? You can use listaddresses to see the full set of addresses in its wallet.

answered Jan 22, 2022 by MultiChain
...