-
Notifications
You must be signed in to change notification settings - Fork 48
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
Unable to startup: account alraedy exists #372
Comments
Discussed offline. Connected |
guggero
added a commit
that referenced
this issue
Jun 14, 2022
Fixes #372. This commit fixes the issue that if the lnd node the trader client is connected to was also restored from seed, it is starting at account key derivation index 0. So when recovering accounts we need to make sure we re-derive the right number of keys from the wallet in order to allow properly creating new accounts with the recovered node.
guggero
added a commit
that referenced
this issue
Jun 14, 2022
Fixes #372. This commit fixes the issue that if the lnd node the trader client is connected to was also restored from seed, it is starting at account key derivation index 0. So when recovering accounts we need to make sure we re-derive the right number of keys from the wallet in order to allow properly creating new accounts with the recovered node.
1 task
guggero
added a commit
that referenced
this issue
Jun 15, 2022
Fixes #372. This commit fixes the issue that if the lnd node the trader client is connected to was also restored from seed, it is starting at account key derivation index 0. So when recovering accounts we need to make sure we re-derive the right number of keys from the wallet in order to allow properly creating new accounts with the recovered node.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have recently recovered a Pool account and was attempting to fund it.
I think I attempted to fund it once (
pool account new
), but had no balance in my Lightning node, so I added coins to my node and attempting the funding process again,pool account new
.It gave me an error saying that a funding event was already in progress. Which I then looked at using CLI
I thought it was weird, so I stopped pool, and restarted and then this error started to occur, preventing me from starting the daemon.
rpc error: code = Unknown desc = account alraedy exists
Expected behavior
Actual behavior
The daemon does not start up
To reproduce
System information
Standalone
0.5.6-alpha commit=v0.5.6-alpha
self-compiled
x86 linux
ubuntu 20.04
The text was updated successfully, but these errors were encountered: