How to store wallet.dat file of a node on some other server instead of the node's server?

+1 vote
Want to store wallet.dat file on some other server instead of having it on the default node's server.
asked Dec 10, 2018 by gimmick

1 Answer

0 votes

You cannot keep the wallet.dat file itself elsewhere, so instead I would recommend applying the "external private keys" pattern in this case. Detailed explanation here:

https://www.multichain.com/developers/external-key-management/

answered Dec 11, 2018 by MultiChain
...