From de4c9b5e5078b673c7b199503d48e7ceca328285 Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Wed, 19 Jun 2019 15:10:36 +0200 Subject: [PATCH] doc -minor updates --- doc/DOCKER_advanced_setups.md | 3 +++ doc/DOCKER_setup.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/DOCKER_advanced_setups.md b/doc/DOCKER_advanced_setups.md index 524da81..a9e1454 100644 --- a/doc/DOCKER_advanced_setups.md +++ b/doc/DOCKER_advanced_setups.md @@ -6,6 +6,7 @@ The 3 configuration files of Dojo provide a few advanced options allowing to tun A word of caution, though, the default values of these options try to maximize your privacy at a network level. All the advanced setups described in this document may damage your privacy. Use at your own risk! + ## External Bitcoin full node ## @@ -34,6 +35,7 @@ nano ./conf/docker-bitcoind.conf.tpl ``` + ## bitcoind RPC API ans ZMQ notifications exposed to external apps ## @@ -77,6 +79,7 @@ With this setting, external applications running on your local machine should be Note: this option has no effect if your setup relies on a external full node (i.e. if BITCOIND_INSTALL is set to "off"). + ## Static onion address for bitcoind hidden service ## diff --git a/doc/DOCKER_setup.md b/doc/DOCKER_setup.md index e85cb13..1b89fb3 100644 --- a/doc/DOCKER_setup.md +++ b/doc/DOCKER_setup.md @@ -7,7 +7,7 @@ MyDojo is a set of Docker containers providing a full Samourai backend composed * a maintenance tool accessible through a Tor web browser. -# Table of Content +## Table of Content ## - [Architecture](#architecture) - [Requirements](#requirements) - [First-time install procedure](#install)