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