Quantcast
Channel: Active questions tagged installation - Bitcoin Stack Exchange
Viewing all articles
Browse latest Browse all 68

lnd Command not found after installing from source

$
0
0

I want to run a lightning node. I already have bitcoin full node on a raspberry pi 4 external hard drive and I installed lnd on the hard drive like this:

git clone https://github.com/lightningnetwork/lndcd lndmake install

Executing the command: lnd

lnd: command not found
echo $GOPATH/home/my-name/go

My .bashrc

export GOPATH=~/goexport PATH=$PATH:$GOPATH/bin
echo $PATH:/usr/local/go/bin

Installing process gave no error.Where would the lnd be?

The question is asked already but not helpful for me. I already did it

find /usr/local -name lnd/usr/local/go/bin/lnd/usr/local/go/bin/lnd/lnd

find /home/myname -name lnd gives back nothing.

Thanks in advance


Viewing all articles
Browse latest Browse all 68

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>