lightninglabs / lightning-dev-site

Lightning Network Daemon Developer Site
25 stars 40 forks source link

Cannot run lnd in light client mode #7

Closed t4sk closed 6 years ago

t4sk commented 6 years ago

I am going through the installation but cannot get lnd to run on neutrino.

How can I get this to work?

As the instruction says, this is the command I executed:

lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --neutrino.active --neutrino.connect=faucet.lightning.community

Here is my log:

lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --neutrino.active --neutrino.connect=faucet.lightning.community

2017-10-19 18:57:21.280 [WRN] LTND: open /home/t4sk/.lnd/lnd.conf: no such file or directory
2017-10-19 18:57:21.280 [INF] LTND: Version 0.3.0-alpha
2017-10-19 18:57:21.282 [INF] CHDB: Checking for schema update: latest_version=0, db_version=0
2017-10-19 18:57:21.288 [INF] LTND: Primary chain is set to: bitcoin
unable to create chain control: unable to create neutrino: address faucet.lightning.community: missing port in address
unable to create neutrino: address faucet.lightning.community: missing port in address
aakselrod commented 6 years ago

This should be fixed by running the latest version of lnd, which includes the fix in https://github.com/lightninglabs/neutrino/commit/089998e42fb4da553d727399f6c16f697951064e.