1
0

Add docker fragment for opt-txindex to enable txindex=1 (#178)

* Add docker fragment for opt-txindex to enable txindex=1

* Document opt-txindex in README

* Throw error if both opt-txindex and opt-save-storage-* are enabled
This commit is contained in:
wiz
2019-08-06 17:15:43 +09:00
committed by Nicolas Dorier
parent ab0d869344
commit 23bf0ea4bf
3 changed files with 42 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ Available `BTCPAYGEN_ADDITIONAL_FRAGMENTS` currently are:
* [opt-add-woocommerce](docker-compose-generator/docker-fragments/opt-add-woocommerce.yml), for a self-hosted woocommerce with BTCPay Server plugin pre installed.
* [opt-add-tor](docker-compose-generator/docker-fragments/opt-add-tor.yml), for exposing BTCPayServer, Woocommerce, your lightning nodes as hidden services and accept onion peers for your full node. Warning: This options is for working around NAT and firewall problems as well as to help protect your customer's privacy. This will not protect your privacy against a targeted attack against you.
* [opt-add-btctransmuter](docker-compose-generator/docker-fragments/opt-add-btctransmuter.yml), for a self-hosted IFTTT style service for crypto services such as fiat settlement.
* [opt-txindex](docker-compose-generator/docker-fragments/opt-txindex.yml), to enable txindex=1 in bitcoin.conf if you require txindexing for Bisq, DOJO, Esplora, etc.
You can also create your own [custom fragments](#how-can-i-customize-the-generated-docker-compose-file).