From 52e3d86d12aade40bfe8deac49ed5ea93d02cb1a Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 8 Jan 2018 17:51:12 -0800 Subject: [PATCH] docker/btcd: ensure btcd starts with the txindex active --- docker/btcd/start-btcd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/btcd/start-btcd.sh b/docker/btcd/start-btcd.sh index 515afdfea..5f7992a00 100755 --- a/docker/btcd/start-btcd.sh +++ b/docker/btcd/start-btcd.sh @@ -53,7 +53,8 @@ PARAMS=$(echo \ "--logdir=/data" \ "--rpccert=/rpc/rpc.cert" \ "--rpckey=/rpc/rpc.key" \ - "--rpclisten=0.0.0.0" + "--rpclisten=0.0.0.0" \ + "--txindex" ) # Set the mining flag only if address is non empty.