I have a bunch of RPi nodes that I want to communicate with Multichain. Since it's not possible to compile multichain for RPi, I will have to offload the wallets to a remote machine and set up the RPi's to communicate via the RPC - not an issue.
One thing I am wondering though is if it is possible to still store the private keys on the RPi, essentially turning the remote wallets into thin wallets and signing the transactions locally, so the remote wallets do not need the private keys.