From 39cf3a6df5eaec1e355e43edc239005de37eab70 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 1 Mar 2017 02:32:28 +0100 Subject: [PATCH] docs/install: explain what to do if btcd.conf not found --- docs/INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 686a2bac2..b9ffb1cbe 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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= +rpclimitpass= +```` + **Then, regardless of OS:** ``` $ btcctl --testnet stop