Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: mattbellme on November 03, 2018, 08:49:21 AM



Title: lnd segmentation error
Post by: mattbellme on November 03, 2018, 08:49:21 AM
setting up a raspberry pi when I do

lnd --version
 I get "segmentation error"

Can anyone help?


Title: Re: lnd segmentation error
Post by: Rath_ on November 03, 2018, 11:02:16 AM
Which tutorial did you follow? Some time ago, I helped another user (https://bitcointalk.org/index.php?topic=5043234.msg46474356#msg46474356) with setting up LND on the Raspberry Pi. He followed this tutorial (https://github.com/Stadicus/guides/blob/master/raspibolt/README.md) and it turned out that it was a bit outdated. What about other commands? Have you tried using other commands? (e.g. lncli connect <nodeid@ip>)

I recommend you RaspiBlitz (https://github.com/rootzoll/raspiblitz) if you decide to start everything from scratch. It is easy to use and has a quite good documentation. It also support LCD displays.


Title: Re: lnd segmentation error
Post by: mattbellme on November 03, 2018, 11:52:12 AM
I followed the https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_20_pi.md guide

I havent gone any further with it so I don't know if it will start the daemon, but Im not sure why Im getting this error

I might try the command you wrote and see what happens



Title: Re: lnd segmentation error
Post by: Rath_ on November 03, 2018, 06:44:01 PM
That's exactly the guide which the other person followed and experienced some problems with setting up his Lightning Network node since the guide is a bit outdated. You can either use solutions from this thread (https://bitcointalk.org/index.php?topic=5043234.msg46474356#msg46474356) or install a new operating system according to this tutorial (https://github.com/rootzoll/raspiblitz) which is easier than the one you have posted above.

The command which I gave you probably won't work anyway because your LND seems to be stopped.