question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update lnd.conf syntax in the README

See original GitHub issue

The README currently specifies the following configuration for the lnd.conf file.

[Application Options]
httpslisten=0.0.0.0:8000
uipassword=Pa55w0rd
lnd.debuglevel=debug

[Bitcoin]
lnd.bitcoin.active
lnd.bitcoin.testnet
lnd.bitcoin.node=neutrino

[Neutrino]
lnd.neutrino.addpeer=btcd-testnet.lightning.computer
lnd.neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json

[Loop]
loop.loopoutmaxparts=5

[Faraday]
faraday.min_monitored=48h

The lines lnd.bitcoin.active and lnd.bitcoin.testnet are not valid. They must contain =1 to specify a true value. These values can be ommitted on the command line, bu not in the config file.

The README should be updated with the correct values.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
isuldorcommented, Sep 7, 2020

Perhaps litd should have its own configfile? It’s structured quite differently from lnd.conf at this point. At least that way it’s clear to new users that a whole new config needs to be worked up.

1reaction
jamaljsrcommented, Sep 6, 2020

It appears that the [Bitcoin] header is the culprit in causing the conf file to fail to load. I’ll get this fixed in the README asap. Thank for the additional info.

Read more comments on GitHub >

github_iconTop Results From Across the Web

lnd.conf - Builder's Guide
lnd.conf. The LND configuration file can be edited to customize your Lightning Network node. The LND configuration file is found in your LND...
Read more >
lnd.conf example - Lightning Node Management
lnd.conf example. Based on:.
Read more >
[GUIDE] Installing charge-lnd (in a docker) to automate your ...
I had a syntax error in the config file. Once I fixed that it worked again. satsophone September 26, 2021, 2:16am #46.
Read more >
Lightning Network FAQ - BTCPay Server
Which macaroon needs to be provided for external nodes? LND connection issues after an update; How to change my LND Node alias? How...
Read more >
Setup LNbits on a VPS, connected to your Lightning Network ...
Update your packages: apt-get update and apt-get upgrade; Install Docker: apt-get install ... your current LND Node configuration is listening on port 9735, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found