Oli
Oli
I'm not really familiar with Umbrel. But I assume that there is just one kind of seed. So if Lightning Terminal is running again, I assume you don't see your...
This would be useful, yes. But just to clarify: the selected loop amount is _before_ the sweep transaction. There will be chain fees that are deducted before the amount lands...
With https://github.com/lightninglabs/lightning-terminal/pull/226 this is now exposed in the response of the `GetInfo` call in Pool. Reassigning since it now needs to be shown in the UI as well to fully...
Umbrel runs LiT in "remote" mode. So you need to use a different port and need to use the correct tls.cert and pool.macaroon. See here: https://github.com/lightninglabs/lightning-terminal/blob/master/doc/config-lnd-remote.md#example-pool-command You might need to...
So your command needs to look something like this: ``` pool --tlscertpath=/data/.lit/tls.cert --rpcserver=localhost:8443 --macaroonpath=/data/.pool/mainnet/pool.macaroon accounts close --trader_key XXX sat_per_vbyte 1 --addr YYY ``` > Why is 'Close' button on LiT...
Before you can hit 'close' you need to enter a chain fee rate to close with. Only then the button activates and brings you to a summary page. There you...
Closing the issue assuming that the account recovery fixed the issue for you. Feel free to reopen if that's not the case, @konaboy123.
Can you try following the steps described in this comment please? https://github.com/lightninglabs/lightning-terminal/issues/372#issuecomment-1136042794
Yes! The latest release of LiT already allows you to specify "Admin" or "Read-only" when creating an LNC session. More fine-grained control will follow.
It looks like your `lnd` node isn't fully synced to the network yet and isn't fully started up. Wait for the node to sync (you might need to mine a...