Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does LND Hub support multiple wallets? #437

Open
basharov opened this issue May 13, 2022 · 2 comments
Open

How does LND Hub support multiple wallets? #437

basharov opened this issue May 13, 2022 · 2 comments

Comments

@basharov
Copy link

So, to run a wallet, I need to run, e.g. lnd instance. This instance will manage a single wallet for me.
Ok, now when I open BlueWallet, I see that I can create multiple lightning wallets and when I create them, everything keeps working.

My question - does LND Hub start an lnd instance for each lightning wallet or does it use some remote lnd instances that are hosted somewhere? Then, if I have a hundred of wallets, will they be managed by 100 lnd instances? Where do they run?

Or may be there is a single lnd instance but switching between different wallets by stopping and starting with the next wallet?

@xraid
Copy link
Contributor

xraid commented May 15, 2022

LNDHub sits in front of one LND.

LNDHub is a accounts ledger that uses the connected LND and its channels enabling the accounts presence in the LN.

@xraid
Copy link
Contributor

xraid commented May 15, 2022

In BlueWallet when creating a Lighning wallet-account(card), that card's settings can point to diffrent LNDHub endpoints thus other LND instances

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants