From 8030a3f6717518c146bbf244a5f96849c93ad4d4 Mon Sep 17 00:00:00 2001 From: Debian Date: Wed, 3 Sep 2025 16:13:18 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correction=20configuration=20Bitcoin=20R?= =?UTF-8?q?PC=20signet=20-=20Ajout=20de=20rpcbind=3D0.0.0.0=20dans=20la=20?= =?UTF-8?q?section=20[signet]=20-=20Bitcoin=20=C3=A9coute=20maintenant=20s?= =?UTF-8?q?ur=200.0.0.0:38332=20pour=20le=20RPC=20signet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/bitcoin.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/bitcoin.conf b/conf/bitcoin.conf index 3b8c91fe..faa46958 100644 --- a/conf/bitcoin.conf +++ b/conf/bitcoin.conf @@ -38,6 +38,7 @@ addnode=d6i546e2sjezhyy2eupyc2wqtbgjnkubcjd4prhqurtlmp7nsp6yxqyd.onion:38333 # Ports Signet (P2P et RPC) port=38333 rpcport=38332 +rpcbind=0.0.0.0 fallbackfee=0.0001