Fix sdk_relay connectivity issue - Replace hardcoded IP addresses with Docker hostnames - Use 'bitcoin' hostname instead of '172.19.0.3' - Use 'blindbit' hostname for service discovery - All services now UP and HEALTHY

This commit is contained in:
Nicolas Cantu 2025-08-22 14:47:41 +02:00
parent 926013b86e
commit fa7aee1fa0

View File

@ -2,13 +2,13 @@
# Services connectés via réseau Docker
# Bitcoin Core RPC (utilise le nom d'hôte Docker et le cookie)
core_url=http://172.19.0.3:18443
core_url=http://bitcoin:18443
core_wallet=relay_wallet
ws_url=0.0.0.0:8090
wallet_name=relay_wallet.json
network=signet
blindbit_url=http://blindbit:8000
zmq_url=tcp://172.19.0.3:29000
zmq_url=tcp://bitcoin:29000
data_dir=.4nk
cookie_path=/home/bitcoin/.4nk/bitcoin.cookie