Compare commits

..

No commits in common. "83af546bc55741f8e6135e58766a1b097ad82958" and "6a03520f790ed43845908163d6ebe06fe243f193" have entirely different histories.

2 changed files with 9 additions and 8 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"
exec su-exec bitcoin bitcoind -conf=/etc/bitcoin/bitcoin.conf -signet -printtoconsole"
healthcheck:
test: ["CMD", "bitcoin-cli", "-conf=/etc/bitcoin/bitcoin.conf", "getblockchaininfo"]
interval: 30s
@ -33,7 +33,7 @@ services:
restart: unless-stopped
blindbit:
image: git.4nkweb.com/4nk/blindbit-oracle:dev
image: setavenger/blindbit-oracle:dev
container_name: blindbit-oracle
depends_on:
bitcoin:
@ -72,10 +72,13 @@ services:
max-size: "10m"
max-file: "3"
environment:
- RUST_LOG=debug,bitcoincore_rpc=trace
- HOME=/home/bitcoin
- RUST_LOG=DEBUG
- BITCOIN_COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
entrypoint: >
/bin/sh -lc "mkdir -p /home/bitcoin/.4nk/logs && exec /usr/local/bin/sdk_relay --config /home/bitcoin/.conf 2>&1 | tee -a /home/bitcoin/.4nk/logs/sdk_relay.log"
/bin/sh -c "
mkdir -p /home/bitcoin/.4nk &&
strace -f -e trace=file /usr/local/bin/sdk_relay --config /home/bitcoin/.conf"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8090/health"]
interval: 30s
@ -129,8 +132,6 @@ services:
sdk_signer:
image: git.4nkweb.com/4nk/sdk_signer:dev
container_name: sdk_signer
env_file:
- .env
ports:
- "9090:9090"
networks: