Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 353821a

Browse files
diofeherbryanvu
authored andcommitted
Updating README
1 parent c2f3896 commit 353821a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ You can run the app in development mode in lieu of using the packaged app:
2727
npm start
2828
```
2929

30+
You can pass extra arguments to be passed to lnd daemon (note the extra --):
31+
```
32+
npm run start -- --peerport=10019 --rpcport=10017 --datadir=test_lnd --logdir=test_lnd
33+
```
34+
3035
In development mode, the app will look for an lnd.conf in the default location for your platform. See [`lnd.conf` details](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#creating-an-lndconf-optional). A typical lnd.conf for running on simnet will look like the following:
3136

3237
```

0 commit comments

Comments
 (0)