Browse Source
Remove explicit dbcache and maxmempool values from Bitcoin app (#13)
main
Steven Briscoe
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
3 deletions
-
bitcoin/exports.sh
-
bitcoin/umbrel-app.yml
|
|
@ -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,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 |
|
|
|