Thursday, November 21, 2024

bitcoin core – lnd Command not discovered after putting in from supply


I wish to run a lightning node. I have already got bitcoin full node on a raspberry pi 4 exterior laborious drive and I put in lnd on the laborious drive like this:

git clone https://github.com/lightningnetwork/lnd
cd lnd
make set up

Executing the command: lnd

lnd: command not discovered
echo $GOPATH
/dwelling/my-name/go

My .bashrc

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

Putting in course of gave no error.
The place would the lnd be?

The query is requested already however not useful for me. I already did it

discover /usr/native -name lnd
/usr/native/go/bin/lnd
/usr/native/go/bin/lnd/lnd

discover /dwelling/myname -name lnd provides again nothing.

Thanks prematurely

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles