2021-10-22 15:22:10 +00:00
|
|
|
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
|
2022-01-28 06:52:26 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors
|
2021-10-22 15:22:10 +00:00
|
|
|
#
|
2022-01-21 20:37:48 +00:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2021-10-22 15:22:10 +00:00
|
|
|
|
2022-02-09 06:47:40 +00:00
|
|
|
# Please note: This file can't be changed, any changes will be overwritten the next time you start Citadel.
|
|
|
|
|
2021-10-22 15:22:10 +00:00
|
|
|
# Tor
|
|
|
|
proxy=<tor-proxy-ip>:<tor-proxy-port>
|
|
|
|
listen=1
|
|
|
|
|
2022-01-19 09:18:17 +00:00
|
|
|
# Mainnet/Testnet/regtest
|
|
|
|
<bitcoin-network>=1
|
|
|
|
|
2021-10-22 15:22:10 +00:00
|
|
|
# Connections
|
|
|
|
rpcallowip=<gateway-ip>/16
|
|
|
|
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>
|
|
|
|
|
|
|
|
# Indexes
|
|
|
|
txindex=1
|
|
|
|
blockfilterindex=1
|
|
|
|
|
|
|
|
# SPV
|
|
|
|
peerbloomfilters=1
|
|
|
|
peerblockfilters=1
|
2021-11-26 19:53:31 +00:00
|
|
|
|
|
|
|
# Bitcoin Knots only
|
2021-11-26 20:07:12 +00:00
|
|
|
<knots-reindex-auto>
|
2022-01-05 16:10:46 +00:00
|
|
|
|
|
|
|
<external-ip>
|
2022-02-09 06:47:40 +00:00
|
|
|
|
|
|
|
<network-section>
|
2022-02-10 06:27:04 +00:00
|
|
|
bind=<bitcoin-ip>
|
2022-02-09 06:47:40 +00:00
|
|
|
port=<bitcoin-p2p-port>
|
|
|
|
rpcport=<bitcoin-rpc-port>
|
|
|
|
rpcbind=<bitcoin-ip>
|
|
|
|
rpcbind=127.0.0.1
|