Skip to content

Commit

Permalink
Update bitcoin.conf.template for coinstats index
Browse files Browse the repository at this point in the history
  • Loading branch information
copy2018 authored Nov 8, 2024
1 parent f742e56 commit 2fb1dfc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/compat/bitcoin.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ zmqpubsequence=tcp://0.0.0.0:28333
txindex=1
}}

## COINSTATSINDEX
{{#IF coinstatsindex
coinstatsindex=1
}}

## DATACARRIER
{{#IF blkconstr.datacarrier
datacarrier=1
Expand Down Expand Up @@ -219,4 +224,4 @@ blockmaxsize={{advanced.templateconstruction.blockmaxsize}}

{{#IF advanced.templateconstruction.blockmaxweight
blockmaxweight={{advanced.templateconstruction.blockmaxweight}}
}}
}}

0 comments on commit 2fb1dfc

Please sign in to comment.