Lightning Terminal 0.7 working, but lncli shows lnd 0.14.3
See original GitHub issueExpected behavior
“lncli getifo” to return same version as “litd --lnd.version”
Actual behavior
Upgraded lightning terminal to the latest version 0.7.0-alpha which includes lnd v0.15.0, but various tools show my lnd version as v0.14.3 “litd --lnd.version” returns litd version 0.15.0-beta commit=lightning-terminal-v0.7.0-alpha
but “lncli getinfo” returns ` { “version”: “0.14.3-beta commit=v0.14.3-beta”, . . . }
lightning terminal ui shows 0.14.3 too
To reproduce Upgraded from lnd according to the lit guide
System information
Hardware platform: Raspberry Pi 4 8GB
Operating system: Raspberry Pi OS Lite (64-bit)
Version: Debian GNU/Linux 11 (bullseye)
running lightning terminal as standalone as part of the raspibolt guide
using lnd pool and loop
using latest lit version 0.7.0
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Releases · lightningnetwork/lnd - GitHub
This release fixes some bugs related to taproot output used with the remote signer features, add some additional validation checks before using addresses,...
Read more >Get Started - Builder's Guide
The Lightning Network and its specification are rapidly evolving, and so is LND. Use this guide to install LND from the binaries, source...
Read more >Bitcoin Project Release Tracker
This release fixes a series of bugs related to fee estimation with taproot outputs/inputs, a bug fix to ensure new channels are always...
Read more >CVE - Search Results - MITRE
Lightning Network Daemon (lnd) is an implementation of a lightning bitcoin overlay network node. All lnd nodes before version `v0.15.4` are vulnerable to...
Read more >Installation
Developer resources and documentation for the Lightning Network Daemon. ... Installing btcd; Starting btcd; Running lnd using the btcd backend.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @ellemouton,
I guess I didn’t realize I was running LND in remote mode…
Thank you very much for your help, upgrading LND, and restarting fixed the issue.
if you are following the raspibolt guide to the T then I assume you are running in remote mode.
In this case, you need to actually updated your LND binary.
When you run
litd --lnd.version
it is returning the version of LND that Lit is compiled with. So if you ran in integrated mode, it would run with that version of LND. At the point of runninglitd --lnd.version
, litd does not know the version of LND that you will connect it to if the LND node is remote.