Hi!
The api allows for exporting (dumping) both privatekeys individually, or the entire wallet, for importing elsewhere. That's great, except to use either, I have to bootstrap a new node with
multichaind chainname@host:port
which will then result in a new keypair being generated, which then needs connect permission to receive final params. Overwriting the generated wallet.dat with exported one, does nothing. It simply keeps asking to allow for the newly generated pub key to be granted permissions.
Is there no way to introduce a new node with existing keypair, exported from existing physical device, without first having to connect to the chain with a newly generated one?