Switch to a different explorer backend

This commit is contained in:
zontreck 2025-02-10 03:17:11 -07:00
parent e5fb3cbd35
commit d190f7b96b
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ echo "prune=$PRUNE" >> /btc.conf
echo "txindex=$TXINDEX" >> /btc.conf
echo "coinstatsindex=$TXINDEX" >> /btc.conf
echo "datadir=/data" >> /btc.conf
echo "rest=1" >> /btc.conf
if [ $REGTEST == 1 ]
then