You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,7 @@ npm start
30
30
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:
31
31
32
32
```
33
-
[Application Options]
34
33
debuglevel=debug
35
-
36
-
[Bitcoin]
37
34
bitcoin.active=1
38
35
bitcoin.simnet=1
39
36
bitcoin.rpcuser=lnd
@@ -49,10 +46,7 @@ Also note that if you have installed and built [`lnd`](https://github.com/lightn
49
46
If you want your lnd.conf to replicate the configuration used by the packaged app, you can use the following:
0 commit comments