docker/btcd: ensure btcd starts with the txindex active
This commit is contained in:
parent
e54e88ee2f
commit
52e3d86d12
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user