[App] [Bitcoind]: Listen for rpc calls by default (#3732)

* listen for rpc calls by default

* Update config.json
This commit is contained in:
Jorge Montejo 2024-06-12 21:38:16 +02:00 committed by GitHub
parent 91e1d4470a
commit 4aa00ce5a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"port": 8333,
"id": "bitcoind",
"description": "Bitcoin core node",
"tipi_version": 3,
"tipi_version": 4,
"version": "27.0",
"categories": [
"finance"

View File

@ -17,7 +17,7 @@ services:
-dbcache=${BITCOIND_DB_CACHE:-450}
-maxmempool=${BITCOIND_MAX_MEMPOOL:-300}
-listen=${BITCOIND_LISTEN:-0}
-server=${BITCOIND_SERVER:-0}
-server=${BITCOIND_SERVER:-1}
-prune=${BITCOIND_PRUNING:-0}
-maxconnections=${BITCOIND_MAXPEERS:-125}
-txindex=${BITCOIND_TXINDEX:-1}