mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
added ufw
This commit is contained in:
parent
c9f49f52e3
commit
c2a8211f53
@ -204,6 +204,13 @@ $ sudo systemctl start lnd
|
||||
```
|
||||
(Expect this to take a minute the first time.)
|
||||
|
||||
### Enabling Remote Connections
|
||||
|
||||
Just as with c-lightning, you're going to need to make LND accessible to other nodes. Here's how to do so if you use `ufw`, as per the Bitcoin Standup setups:
|
||||
```
|
||||
$ sudo ufw allow 9735
|
||||
```
|
||||
|
||||
### Creating a Wallet
|
||||
|
||||
The first time you run LND, you must create a wallet:
|
||||
|
Loading…
x
Reference in New Issue
Block a user