From 36faf49795cfee15a3d277ca158207392a0a14d3 Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Thu, 14 Nov 2019 14:27:47 +0100 Subject: [PATCH] update readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66d7d2c..3e769d6 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,10 @@ Authentication is enforced by an API key and Json Web Tokens. * Default option relies on the local bitcoind and makes you 100% independent of Samourai Wallet's infrastructure. This option is recommended for better privacy. * Activation of bitcoind as the data source: - * Edit /keys/index.js and set "indexer.bitcoind" to "active". OXT API will be ignored. + * Edit /keys/index.js and set "indexer.active" to "local_bitcoind". OXT API will be ignored. * Activation of OXT as the data source (through socks5): - * Edit /keys/index.js and set "indexer.bitcoind" to "inactive". + * Edit /keys/index.js and set "indexer.active" to "third_party_explorer". * Main drawbacks of using your local bitcoind for these imports: * This option is considered as experimental.