# Example btcqd config for use with the docker compose example. # Copy to btcq.conf and replace RPC_PASSWORD before `docker compose up`. testnet=1 server=1 txindex=1 v2transport=1 printtoconsole=1 [test] # RPC — credentials. CHANGE THE PASSWORD before deploying. rpcuser=btcq rpcpassword=CHANGE_ME_BEFORE_DEPLOYING_PLEASE rpcbind=0.0.0.0 rpcallowip=10.0.0.0/8 # docker compose default network rpcallowip=172.16.0.0/12 # docker compose alt range rpcallowip=192.168.0.0/16 # ZMQ — btcq-electrs subscribes to hashblock for sub-second tip # notifications. Port 28332 matches the default in # btcq-electrs.toml.example's zmq_hashblock setting. zmqpubhashblock=tcp://0.0.0.0:28332