After successfully updating, I noticed the Lightning Terminal app was not running. I tried to reinstall it, and could launch it, but my account was gone.
When trying t recover it, and getting some support from fellow plebs, we noticed the pool directory was not available.
Any advice would be appreciated
Thanks!
Extra details can be found in the Plebnet Node Runners group
Another screenshot where I haven’t been able to find the pool directory.
Update:
Found a .pool directory under the following path. Not sure where to head from here?
SOLUTION TO RECOVER THE ACCOUNT
-
(optional) to see what is the container ID for pool aka lightninglabs/lightning-terminal
docker ps
-
to open the pool container
docker exec -it 340a5b0839f1 /bin/bash
-
to RECOVER the account
pool --tlscertpath “/data/.lit/tls.cert” --rpcserver localhost:8443 --macaroonpath “/data/.pool/mainnet/pool.macaroon” accounts recover
-
verify account is recovered in Terminal pool app
1 Like