Browse Source

Remove explicit dbcache and maxmempool values from Bitcoin app (#13)

main
Steven Briscoe 3 years ago
committed by GitHub
parent
commit
70a3b992b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bitcoin/exports.sh
  2. 2
      bitcoin/umbrel-app.yml

2
bitcoin/exports.sh

@ -62,8 +62,6 @@ BIN_ARGS+=( "-rpcbind=127.0.0.1" )
BIN_ARGS+=( "-rpcallowip=${NETWORK_IP}/16" )
BIN_ARGS+=( "-rpcallowip=127.0.0.1" )
BIN_ARGS+=( "-rpcauth=\"${APP_BITCOIN_RPC_AUTH}\"" )
BIN_ARGS+=( "-dbcache=200" )
BIN_ARGS+=( "-maxmempool=300" )
BIN_ARGS+=( "-zmqpubrawblock=tcp://0.0.0.0:${APP_BITCOIN_ZMQ_RAWBLOCK_PORT}" )
BIN_ARGS+=( "-zmqpubrawtx=tcp://0.0.0.0:${APP_BITCOIN_ZMQ_RAWTX_PORT}" )
BIN_ARGS+=( "-zmqpubhashblock=tcp://0.0.0.0:${APP_BITCOIN_ZMQ_HASHBLOCK_PORT}" )

2
bitcoin/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: bitcoin
category: Finance
name: Bitcoin Node
version: "22.0"
version: "22.0-build-2"
tagline: Run your personal node powered by Bitcoin Core
description: >-
Run your Bitcoin node and independently store and validate

Loading…
Cancel
Save