mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
docs/install: explain what to do if btcd.conf not found
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
e96e83f5eb
commit
39cf3a6df5
@@ -64,6 +64,13 @@ $ sed -i 's#; rpclimituser=whatever_limited_username_you_want#rpclimituser=kek#'
|
|||||||
$ sed -i 's#; rpclimitpass=#rpclimitpass=kek#' /Users/[username]/Library/Application Support/Btcd/btcd.conf
|
$ sed -i 's#; rpclimitpass=#rpclimitpass=kek#' /Users/[username]/Library/Application Support/Btcd/btcd.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you did not have a `btcd.conf` file yet, you can simply paste the following into it:
|
||||||
|
````
|
||||||
|
[Application Options]
|
||||||
|
rpclimituser=<the username you picked in lnd.conf>
|
||||||
|
rpclimitpass=<the password you picked in lnd.conf>
|
||||||
|
````
|
||||||
|
|
||||||
**Then, regardless of OS:**
|
**Then, regardless of OS:**
|
||||||
```
|
```
|
||||||
$ btcctl --testnet stop
|
$ btcctl --testnet stop
|
||||||
|
Reference in New Issue
Block a user