fix: correction ports signet custom - Changement port RPC Bitcoin de 18443 vers 38332 (signet) - Mise à jour docker-compose.yml pour exposer le port 38332 - Correction configuration blindbit pour utiliser le bon port RPC
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 30s
CI - 4NK_node / Unit Tests (push) Failing after 32s
CI - 4NK_node / Integration Tests (push) Failing after 11s
CI - 4NK_node / Security Tests (push) Failing after 29s
CI - 4NK_node / Docker Build & Test (push) Failing after 11s
CI - 4NK_node / Documentation Tests (push) Failing after 4s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 28s
CI - 4NK_node / Notify (push) Failing after 3s
CI - 4NK_node / Publish Release (push) Has been skipped

This commit is contained in:
Debian 2025-09-03 16:10:11 +00:00
parent 51719f5345
commit bd7ec6a68f
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -19,7 +19,7 @@ services:
container_name: 4nk-bitcoin
ports:
- "38333:38333"
- "18443:18443"
- "38332:38332"
- "29000:29000"
volumes:
- bitcoin_data:/home/bitcoin/.bitcoin