Background
lnd would not start after upgrading to 0.14.0-beta.
The last part of the output of journalctl -u lnd:
lnd[21138]: 2021-11-18 21:05:12.001 [INF] CHRE: LightningWallet opened
lnd[21138]: 2021-11-18 21:05:12.006 [INF] SRVR: Proxying all network traffic via Tor (stream_isolation=true)! NOTE: Ensure the backend node is proxying over Tor as well
lnd[21138]: 2021-11-18 21:05:12.007 [INF] TORC: Starting tor controller
lnd[21138]: 2021-11-18 21:05:12.009 [ERR] LTND: Shutting down because error in main method: unable to create server: invalid feature set SetInit: missing feature dependency: 23
lnd[21138]: 2021-11-18 21:05:12.009 [INF] TORC: Stopping tor controller
lnd[21138]: 2021-11-18 21:05:12.010 [ERR] TORC: DEL_ONION got error: invalid arguments: unexpected code
lnd[21138]: 2021-11-18 21:05:12.010 [ERR] LTND: error stopping tor controller: invalid arguments: unexpected code
lnd[21138]: 2021-11-18 21:05:12.027 [INF] LTND: Shutdown complete
lnd[21138]: unable to create server: invalid feature set SetInit: missing feature dependency: 23
Your environment
- version of
lnd: 0.14.0-beta
- Linux 5.10.63-v7l+ armv7l GNU/Linux
- bitcoind v22.0
- go1.16.7
- Tor version 0.3.5.15
Steps to reproduce
- checkout v0.14.0-beta
- make install tags="autopilotrpc signrpc walletrpc chainrpc invoicesrpc routerrpc watchtowerrpc monitoring"
- have
protocol.no-anchors=true in lnd.conf
(note: after disabling the protocol.no-anchors=true-line in my lnd.conf, lnd did start-up)
Expected behaviour
lnd should start
Actual behaviour
lnd not starting up with log lines as pasted above
Background
lnd would not start after upgrading to 0.14.0-beta.
The last part of the output of
journalctl -u lnd:Your environment
lnd: 0.14.0-betaSteps to reproduce
protocol.no-anchors=truein lnd.conf(note: after disabling the
protocol.no-anchors=true-line in my lnd.conf, lnd did start-up)Expected behaviour
lnd should start
Actual behaviour
lnd not starting up with log lines as pasted above