monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
8.98k stars 3.11k forks source link

monero-wallet-rpc feature request: support multiple "wallets" #5643

Open lessless opened 5 years ago

lessless commented 5 years ago

It will be cool if monero-wallet-rpc would be able to scan incoming blocks for transactions for multiple wallets. Reason being is that very I/O heavy to run a monero-wallet-rpc instance per each wallet.

RPC API would allow to perform either bulk queries or select a specific wallet, kinda similar to what we have now.

TX notifications would be a bit more difficult to customize, since they are configured statically in config file. My take is that they can inform about all managed wallets.

moneromooo-monero commented 5 years ago

If you mean account, it does. If you mean top level wallets, it does (not concurrently, but load/save).

lessless commented 5 years ago

@moneromooo-monero my bad - I forgot that we have multiple accounts now. This is about top-level wallets.

P.S. I updated title to a more precise version.