citadel-core/templates/bitcoin-sample.conf
2023-09-27 22:07:45 +02:00

55 lines
1.2 KiB
Plaintext

# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors
#
# SPDX-License-Identifier: GPL-3.0-or-later
# Please note: This file can't be changed, any changes will be overwritten the next time you start Citadel.
# Tor
proxy=<tor-proxy-ip>:<tor-proxy-port>
listen=1
# I2P
i2psam=<i2p-ip>:<i2p-sam-port>
# Mainnet/Testnet/Signet/regtest
<bitcoin-network>=1
# Connections
rpcallowip=<gateway-ip>/16
rpcallowip=[<gateway-ip6>]/96
rpcallowip=127.0.0.1
rpcauth=<bitcoin-rpc-auth>
# Memory
dbcache=200
maxmempool=300
# zmq
zmqpubrawblock=tcp://0.0.0.0:<bitcoin-zmq-rawblock-port>
zmqpubrawtx=tcp://0.0.0.0:<bitcoin-zmq-rawtx-port>
zmqpubhashblock=tcp://0.0.0.0:<bitcoin-zmq-hashblock-port>
zmqpubsequence=tcp://0.0.0.0:<bitcoin-zmq-sequence-port>
# Indexes
txindex=1
blockfilterindex=1
# SPV
peerbloomfilters=1
peerblockfilters=1
<external-ip>
# NOTE: The options addnode, connect, port, bind, rpcport, rpcbind and wallet
# only apply to mainnet unless they appear in the appropriate section below.
<network-section>
bind=<bitcoin-ip>
bind=<bitcoin-ip6>
port=<bitcoin-p2p-port>
rpcport=<bitcoin-rpc-port>
rpcbind=<bitcoin-ip>
rpcbind=<bitcoin-ip6>
rpcbind=127.0.0.1
rpcbind=[::1]