-
Notifications
You must be signed in to change notification settings - Fork 23
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
FEATURE: Seed initial balance #114
Comments
It seems to me like this could also be a useful feature for a migration path from LndHub to lndhub.go. |
Good idea. thanks for raising this topic and indeed this would making it easier to write a migration script. Right now every |
How does that work when sending between accounts on the same node? Shouldn't that already have a different association? |
From an admin dashboard perhaps |
Indeed; Bluewallet can send transactions between accounts on the same host without creating invoice -- LNDHub intercepts them and just updates internal (well, Redis) state |
you can do that here, too. If it is an internal transaction from one lndhub account to another one there is still an invoice involved. |
Given a local node N with a balance of X million sats, a user may wish to create LNDHub.go / Alby / BlueWallet accounts for themself (daily spending) and for friends or family members constructed from some portion of the existing balance, rather than accepting in additional funds from outside sources (Strike, Cash App, Boltz, etc.).
A very useful feature would be to seed an initial balance at wallet (account) creation time. I haven't yet quite internalized the data model, but this looks like it may require a simulated invoice?
The text was updated successfully, but these errors were encountered: