mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
965 B
39 lines
965 B
# Warning: it's not recommended to modify these files directly. Any
|
|
# modifications you make can break the functionality of your umbrel. These files
|
|
# are automatically reset with every Umbrel update.
|
|
|
|
# Tor
|
|
proxy=<tor-proxy-ip>:<tor-proxy-port>
|
|
listen=1
|
|
bind=<bitcoin-ip>
|
|
|
|
# Connections
|
|
port=<port>
|
|
rpcport=<port>
|
|
rpcbind=<bitcoin-ip>
|
|
rpcbind=127.0.0.1
|
|
rpcallowip=<gateway-ip>/16
|
|
rpcallowip=127.0.0.1
|
|
rpcauth=<rpcauth>
|
|
|
|
# Memory
|
|
dbcache=200
|
|
maxmempool=300
|
|
|
|
# zmq
|
|
zmqpubrawblock=tcp://0.0.0.0:<zmq-rawblock-port>
|
|
zmqpubrawtx=tcp://0.0.0.0:<zmq-rawtx-port>
|
|
zmqpubhashblock=tcp://0.0.0.0:<zmq-hashblock-port>
|
|
zmqpubsequence=tcp://0.0.0.0:<zmq-sequence-port>
|
|
|
|
# Indexes
|
|
txindex=1
|
|
blockfilterindex=1
|
|
|
|
# SPV
|
|
peerbloomfilters=1
|
|
peerblockfilters=1
|
|
|
|
# Compatibility
|
|
deprecatedrpc=addresses # https://github.com/mempool/mempool/issues/778#issuecomment-919194258
|
|
rpcworkqueue=128 # https://code.samourai.io/dojo/samourai-dojo/-/commit/c1c49673b44d4520eb88f666f05ed022e09098e3
|