fix: correction configuration Bitcoin RPC signet - Ajout de rpcbind=0.0.0.0 dans la section [signet] - Bitcoin écoute maintenant sur 0.0.0.0:38332 pour le RPC signet
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 30s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 11s
CI - 4NK_node / Security Tests (push) Failing after 28s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 4s
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 2s
CI - 4NK_node / Publish Release (push) Has been skipped
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 30s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 11s
CI - 4NK_node / Security Tests (push) Failing after 28s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 4s
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 2s
CI - 4NK_node / Publish Release (push) Has been skipped
This commit is contained in:
parent
bd7ec6a68f
commit
8030a3f671
@ -38,6 +38,7 @@ addnode=d6i546e2sjezhyy2eupyc2wqtbgjnkubcjd4prhqurtlmp7nsp6yxqyd.onion:38333
|
|||||||
# Ports Signet (P2P et RPC)
|
# Ports Signet (P2P et RPC)
|
||||||
port=38333
|
port=38333
|
||||||
rpcport=38332
|
rpcport=38332
|
||||||
|
rpcbind=0.0.0.0
|
||||||
|
|
||||||
fallbackfee=0.0001
|
fallbackfee=0.0001
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user