From bd7ec6a68f7904612354895d873747f17d40c2c5 Mon Sep 17 00:00:00 2001 From: Debian Date: Wed, 3 Sep 2025 16:10:11 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correction=20ports=20signet=20custom=20-?= =?UTF-8?q?=20Changement=20port=20RPC=20Bitcoin=20de=2018443=20vers=203833?= =?UTF-8?q?2=20(signet)=20-=20Mise=20=C3=A0=20jour=20docker-compose.yml=20?= =?UTF-8?q?pour=20exposer=20le=20port=2038332=20-=20Correction=20configura?= =?UTF-8?q?tion=20blindbit=20pour=20utiliser=20le=20bon=20port=20RPC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/blindbit.toml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/blindbit.toml b/conf/blindbit.toml index 6238371c..5766d586 100644 --- a/conf/blindbit.toml +++ b/conf/blindbit.toml @@ -5,7 +5,7 @@ host = "0.0.0.0:8000" chain = "signet" # Point d'accès RPC Bitcoin (sans cookie, autorisé par rpcallowip) -rpc_endpoint = "http://4nk-bitcoin:18443" +rpc_endpoint = "http://4nk-bitcoin:38332" # Auth RPC Bitcoin rpc_user = "bitcoin" diff --git a/docker-compose.yml b/docker-compose.yml index 133a6a6c..a356b55d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: container_name: 4nk-bitcoin ports: - "38333:38333" - - "18443:18443" + - "38332:38332" - "29000:29000" volumes: - bitcoin_data:/home/bitcoin/.bitcoin