[pool] rpc error: code = Unknown desc = error performing recovery: could not recover account xxxxxx: error during authentication, before sending subscribe: server sent unexpected error
If I repeat the procedure the error changes to:
[pool] rpc error: code = Unknown desc = error performing recovery: could not recover account 03c374a82b9c4871420cd8826cace952ec29e14b019282b19fb909428de7c9e2e4: account xxxx is already subscribed, cannot recover
I am afraid of loosing my funds!
Do anybody know how to complete the recovery, or who can help me?
Thanks a lot.
Just to confirm, are these funds in your lightning wallet or specifically in the pool account?
Unfortunately I’m not too familiar with the Pool recovery process, so it may instead be worth raising this as an issue with the LND team: Issues · lightningnetwork/lnd · GitHub
Did you ever get this figured out? Having the same issue atm.
pool --rpcserver=localhost:8443 --tlscertpath=/data/.lit/tls.cert --macaroonpath=/data/.pool/mainnet/pool.macaroon accounts recover
[pool] rpc error: code = Unknown desc = error performing recovery: could not recover account 029b...7b22: account 029b...7b22 is already subscribed, cannot recover
And when trying to see accounts, I don’t even see anything.
pool --rpcserver=localhost:8443 --tlscertpath=/data/.lit/tls.cert --macaroonpath=/data/.pool/mainnet/pool.macaroon accounts list
{
"accounts": []
}
So I’m curious how it is finding the account it lists when you try to recover (in my case the 029b...7b22 account number (what is that?). I don’t know what my trader_key or anything would be to try to recover funds later.
When a pool expires, do the funds automatically get sent back to my address, or do I have to do/know something to recover them (like the trader_key)?