docs/install: explain what to do if btcd.conf not found

This commit is contained in:
Michiel de Jong 2017-03-01 02:32:28 +01:00 committed by Olaoluwa Osuntokun
parent e96e83f5eb
commit 39cf3a6df5

View File

@ -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
```
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:**
```
$ btcctl --testnet stop