I am trying to clone a wallet from computer A to computer B, while maintaining the ability to use json-rpc to access the blockchain via localhost on either.
Steps:
1. I trivially copy AppData/Roaming/MultiChain/mychain off computer A to computer B via an arbitrary file transfer.
2. However, after doing so, computer B is only capable of using multichain-cli to access the blockchain, while computer A can use multichain-cli and json-rpc.
Is there a reason that json-rpc cannot work when the chain directory is duplicated as described? If so, what is the proper methodology for cloning a wallet from one computer to another, while still maintaining json-rpc functionality? NOTE: This is a permissioned blockchain, and it would be preferable not to have to go through the steps of setting up a new wallet, and then using dumpwallet/importwallet to bring the address online.
Thanks!
**Double spend concerns are irrelevant, this is mostly for understanding's sake.