Update bitcoin verbosity

This commit is contained in:
omaroughriss 2025-09-10 14:29:29 +02:00
parent 6a03520f79
commit 207aee9917
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
datadir=/home/bitcoin/.bitcoin
server=1
txindex=1
debug=1
loglevel=debug
#debug=1
#loglevel=debug
logthreadnames=1
signet=1
onion=tor:9050

View File

@ -24,7 +24,7 @@ services:
entrypoint: >
/bin/sh -c "
chown -R bitcoin:bitcoin /home/bitcoin/.bitcoin || echo 'warn: chown partiel (fichiers bind-mount Windows)';
exec su-exec bitcoin bitcoind -conf=/etc/bitcoin/bitcoin.conf -signet -printtoconsole"
exec su-exec bitcoin bitcoind -conf=/etc/bitcoin/bitcoin.conf -signet"
healthcheck:
test: ["CMD", "bitcoin-cli", "-conf=/etc/bitcoin/bitcoin.conf", "getblockchaininfo"]
interval: 30s