[App] [Bitcoind]: Listen for rpc calls by default (#3732)
* listen for rpc calls by default * Update config.json
This commit is contained in:
parent
91e1d4470a
commit
4aa00ce5a6
|
@ -7,7 +7,7 @@
|
|||
"port": 8333,
|
||||
"id": "bitcoind",
|
||||
"description": "Bitcoin core node",
|
||||
"tipi_version": 3,
|
||||
"tipi_version": 4,
|
||||
"version": "27.0",
|
||||
"categories": [
|
||||
"finance"
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user