Is it possible to run multiple wallets with one daemon? Without starting the daemon with command line arguements. Like, really call rpc commans with wallet parameter.
yes, as long as you use a --datadir flag, you can run multiple instances from various data directories.
But it's not possible to run one instance and make an rpc call with the --datadir parameter?
At the end, I would like to have several private keys with an address each. I get the key, lookup the address and then use the address.