how to run multi sample bitcoin-qt for one block data dir with different wallets?
I expect you can’t concurrently run two instances of bitcoin-qt using the same block-data directory.
This would be because both would be trying to update the same block files and get in each others way. The data likely would be corrupted if this were not prevented by file-level locking etc.
Instead, I suspect the RPC API allows you to switch between two or more wallets using a single instance of bitcoin-qt (or bitcoind) using the loadwallet command.










